rpms/python-transitfeed/devel import.log, NONE, 1.1 python-transitfeed.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Ian Weller ianweller at fedoraproject.org
Mon Jan 5 02:58:16 UTC 2009


Author: ianweller

Update of /cvs/pkgs/rpms/python-transitfeed/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv20060/devel

Modified Files:
	.cvsignore sources 
Added Files:
	import.log python-transitfeed.spec 
Log Message:
importing python-transitfeed-1.1.9-4 in devel


--- NEW FILE import.log ---
python-transitfeed-1_1_9-4_fc10:HEAD:python-transitfeed-1.1.9-4.fc10.src.rpm:1231124207


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

Name:           python-transitfeed
Version:        1.1.9
Release:        4%{?dist}
Summary:        Google Transit Feed Specification library and tools

Group:          Development/Languages
License:        ASL 2.0
URL:            http://code.google.com/p/googletransitdatafeed/
Source0:        http://googletransitdatafeed.googlecode.com/files/transitfeed-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildArch:      noarch
BuildRequires:  python-devel
Requires:       pytz

%description
This module provides a library for reading, writing and validating Google
Transit Feed Specification files. It includes some scripts that validate a
feed, display it using the Google Maps API and the start of a KML importer and
exporter.


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


%build
%{__python} setup.py build


%install
rm -rf %{buildroot}
%{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT
rename '.py' '' %{buildroot}%{_bindir}/*.py
for exec in $(ls %{buildroot}%{_bindir}); do mv %{buildroot}%{_bindir}/$exec %{buildroot}%{_bindir}/gtfs-$exec; done
chmod a+x %{buildroot}%{_bindir}/*
sed -i '/#! \?\/usr\/bin\/.*/d' %{buildroot}%{python_sitelib}/*.py %{buildroot}%{python_sitelib}/gtfsscheduleviewer/*.py

 
%clean
rm -rf %{buildroot}


%files
%defattr(-,root,root,-)
%doc COPYING README
%{python_sitelib}/*
%{_bindir}/*


%changelog
* Sun Jan 04 2009 Ian Weller <ianweller at gmail.com> 1.1.9-4
- Whoops, that should be "gtfs-"

* Sat Jan 03 2009 Ian Weller <ianweller at gmail.com> 1.1.9-3
- Add a "gfts-" prefix to everything in /usr/bin to get rid of naming conflicts

* Thu Jan 01 2009 Ian Weller <ianweller at gmail.com> 1.1.9-2
- Remove shebangs on a couple of files in python_sitelib

* Sun Dec 21 2008 Ian Weller <ianweller at gmail.com> 1.1.9-1
- Initial package build.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-transitfeed/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	4 Jan 2009 20:21:51 -0000	1.1
+++ .cvsignore	5 Jan 2009 02:57:45 -0000	1.2
@@ -0,0 +1 @@
+transitfeed-1.1.9.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-transitfeed/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	4 Jan 2009 20:21:51 -0000	1.1
+++ sources	5 Jan 2009 02:57:45 -0000	1.2
@@ -0,0 +1 @@
+709ab37eaaa3b56e7ff5f874091aa390  transitfeed-1.1.9.tar.gz




More information about the fedora-extras-commits mailing list