Accepting request 188210 from devel:languages:python

- Drop pre_checkin.sh

OBS-URL: https://build.opensuse.org/request/show/188210
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-httplib2?expand=0&rev=29
This commit is contained in:
Tomáš Chvátal 2013-08-15 18:03:27 +00:00 committed by Git OBS Bridge
commit 3baa104a09
3 changed files with 7 additions and 5 deletions

View File

@ -1,4 +0,0 @@
#!/bin/sh
sed 's,^\(Name: *\)python-,\1python3-,;s,^\(Requires: *\)python-,\1python3-,;s,^\(BuildRequires: *\)python-,\1python3-,;s,python setup.py,python3 setup.py,;s,python_sitelib,python3_sitelib,;s,python_sitearch,python3_sitearch,' python-httplib2.spec > python3-httplib2.spec
cp python-httplib2.changes python3-httplib2.changes

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Aug 15 10:06:46 UTC 2013 - speilicke@suse.com
- Drop pre_checkin.sh
-------------------------------------------------------------------
Thu May 2 10:23:29 UTC 2013 - speilicke@suse.com

View File

@ -64,6 +64,7 @@ python setup.py install --prefix=%{_prefix} --root=%{buildroot}
%files
%defattr(-,root,root)
%doc README
%{python_sitelib}/*
%{python_sitelib}/httplib2-%{version}-py%{py_ver}.egg-info
%{python_sitelib}/httplib2
%changelog