rpms/django-profile/devel django-profile.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:59:48 UTC 2009


Author: diegobz

Update of /cvs/pkgs/rpms/django-profile/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv31326/devel

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


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

%define vcsdate 20090813
%define vcstag r420

Name:           django-profile
Version:        0.6
Release:        0.2.%{vcsdate}svn%{vcstag}%{?dist}
Summary:        Django pluggable user profile zone

Group:          Development/Languages
License:        BSD
URL:            http://code.google.com/p/django-profile/
# svn export -%{vcstag} http://django-profile.googlecode.com/svn/trunk/ django-profile-%{version}-%{vcshatag}
# tar zcf django-profile-%{version}-%{vcstag}.tar.gz django-profile-%{version}-%{vcstag} 
Source:         django-profile-%{version}-%{vcstag}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

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

%description
This is a user private zone/profile management application, allowing
the user to take control of his account and insert information about
him in his profile.

Inside this package you will find a demo application which will show
you what can be accomplished with the rest of the utilities included
in the package.

%prep
%setup -q -n %{name}-%{version}-%{vcstag}

%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 INSTALL.txt CHANGELOG.txt LICENSE.txt README.txt TODO.txt demo/
%{python_sitelib}/*
%exclude %{python_sitelib}/demo

%changelog
* Fri Aug 14 2009 Diego Búrigo Zacarão <diegobz at gmail.com> 0.6-0.2.20090813svnr420
- Added docs
- Fixed version in the previous changelog
- Fixed License to BSD based on the LICENSE.txt file
- Moved demo app to docs
- Excluded demo app from python path

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


--- NEW FILE import.log ---
django-profile-0_6-0_2_20090813svnr420_fc11:HEAD:django-profile-0.6-0.2.20090813svnr420.fc11.src.rpm:1250539160


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/django-profile/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	17 Aug 2009 18:27:57 -0000	1.1
+++ .cvsignore	17 Aug 2009 19:59:47 -0000	1.2
@@ -0,0 +1 @@
+django-profile-0.6-r420.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/django-profile/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	17 Aug 2009 18:27:57 -0000	1.1
+++ sources	17 Aug 2009 19:59:47 -0000	1.2
@@ -0,0 +1 @@
+9ff2ba8df5bc8a9517c7f3f36cc7b9ff  django-profile-0.6-r420.tar.gz




More information about the fedora-extras-commits mailing list