rpms/python-offtrac/F-11 import.log, NONE, 1.1 python-offtrac.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Jesse Keating jkeating at fedoraproject.org
Wed Aug 5 23:14:32 UTC 2009


Author: jkeating

Update of /cvs/pkgs/rpms/python-offtrac/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv30759/F-11

Modified Files:
	.cvsignore sources 
Added Files:
	import.log python-offtrac.spec 
Log Message:
Put offtrac on F-11 too



--- NEW FILE import.log ---
python-offtrac-0_0_2-1_fc11:F-11:python-offtrac-0.0.2-1.fc11.src.rpm:1249514043


--- NEW FILE python-offtrac.spec ---
# sitelib for noarch packages, sitearch for others (remove the unneeded one)
%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}

Name:           python-offtrac
Version:        0.0.2
Release:        1%{?dist}
Summary:        Trac xmlrpc library

Group:          Development/Languages
License:        GPLv2+
URL:            http://fedorahosted.org/offtrac
# No tarballs are made, generate them from scm
# git clone git://git.fedorahosted.org/git/offtrac
# cd offtrac
# git checkout -b tarball %{version}
# python setup.py sdist --formats=bztar
# 
Source0:        offtrac-%{version}.tar.bz2
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildArch:      noarch
BuildRequires:  python-devel

%description
There is the offtrac python library which offers the TracServer class. This
object is how one interacts with a Trac instance via xmlrpc.


%prep
%setup -q -n offtrac-%{version}


%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 COPYING LICENSE README
# For noarch packages: sitelib
%{python_sitelib}/*


%changelog
* Wed Aug 05 2009 Jesse Keating <jkeating at redhat.com> - 0.0.2-1
- Fix licensing issues

* Tue Aug 04 2009 Jesse Keating <jkeating at redhat.com> - 0.0.1-1
- Initial package



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-offtrac/F-11/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	5 Aug 2009 22:55:16 -0000	1.1
+++ .cvsignore	5 Aug 2009 23:14:31 -0000	1.2
@@ -0,0 +1 @@
+offtrac-0.0.2.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-offtrac/F-11/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	5 Aug 2009 22:55:16 -0000	1.1
+++ sources	5 Aug 2009 23:14:31 -0000	1.2
@@ -0,0 +1 @@
+0498b93c6f4ffbfdc139124e94b2ae0a  offtrac-0.0.2.tar.bz2




More information about the fedora-extras-commits mailing list