rpms/django-authority/EL-5 django-authority.spec, NONE, 1.1 import.log, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Diego Búrigo Zacarão diegobz at fedoraproject.org
Mon Aug 17 19:48:16 UTC 2009


Author: diegobz

Update of /cvs/pkgs/rpms/django-authority/EL-5
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv28524/EL-5

Modified Files:
	.cvsignore sources 
Added Files:
	django-authority.spec import.log 
Log Message:
Initial import


--- NEW FILE django-authority.spec ---
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}

Name:           django-authority
Version:        0.3
Release:        2%{?dist}
Summary:        A Django app for generic per-object permissions and custom permission checks

Group:          Development/Languages
License:        BSD
URL:            http://bitbucket.org/jezdez/django-authority/
Source:         http://bitbucket.org/jezdez/django-authority/downloads/django-authority-0.3.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildArch:      noarch
BuildRequires:  python-devel python-setuptools-devel
Requires:       Django

%description
This is a Django app for generic per-object permissions, custom permission
checks and permission requests. It also includes view decorators and template 
tags for ease of use.

%prep
%setup -q -n %{name}-%{version}
find . -name \*._* -exec rm {} +
find . -name \*.buildinfo* -exec rm {} +

%build
%{__python} setup.py build

%install
rm -rf $RPM_BUILD_ROOT
%{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc AUTHORS LICENSE README docs/build/html/
%{python_sitelib}/*

%changelog
* Fri Aug 14 2009 Diego Búrigo Zacarão <diegobz at gmail.com> 0.3-2
- Clean up MAC OS hidden files
- Added only HTML built doc files from docs dir
- Added some missed doc files like AUTHORS
- Clean up .builinfo files

* Thu Aug 13 2009 Diego Búrigo Zacarão <diegobz at gmail.com> 0.3-1
- Initial RPM


--- NEW FILE import.log ---
django-authority-0_3-2_fc11:EL-5:django-authority-0.3-2.fc11.src.rpm:1250538551


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/django-authority/EL-5/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	17 Aug 2009 18:28:52 -0000	1.1
+++ .cvsignore	17 Aug 2009 19:48:15 -0000	1.2
@@ -0,0 +1 @@
+django-authority-0.3.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/django-authority/EL-5/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	17 Aug 2009 18:28:52 -0000	1.1
+++ sources	17 Aug 2009 19:48:16 -0000	1.2
@@ -0,0 +1 @@
+68b70aae6fb7738340aa9172236a235b  django-authority-0.3.tar.gz




More information about the fedora-extras-commits mailing list