diff --git a/pre_checkin.sh b/pre_checkin.sh deleted file mode 100644 index 2ee69af..0000000 --- a/pre_checkin.sh +++ /dev/null @@ -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,;s,python tests/all_tests.py,python3 tests/all_tests.py,' python-pycparser.spec > python3-pycparser.spec -cp python-pycparser.changes python3-pycparser.changes \ No newline at end of file diff --git a/python-pycparser.changes b/python-pycparser.changes index 0db404c..773fb9e 100644 --- a/python-pycparser.changes +++ b/python-pycparser.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sat Apr 13 10:11:29 UTC 2013 - toddrme2178@gmail.com + +- Remove pre_checkin.sh since the two packages are not the same + ------------------------------------------------------------------- Wed Feb 27 15:22:33 UTC 2013 - p.drouand@gmail.com diff --git a/python3-pycparser.changes b/python3-pycparser.changes index 00a3289..2f27de5 100644 --- a/python3-pycparser.changes +++ b/python3-pycparser.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Sat Apr 13 10:11:29 UTC 2013 - toddrme2178@gmail.com + +- Remove pre_checkin.sh since the two packages are not the same + +------------------------------------------------------------------- +Fri Apr 12 11:13:01 UTC 2013 - toddrme2178@gmail.com + +- Added requires and buildrequires python3. It will not work + properly without them on openSUSE < 12.3 + ------------------------------------------------------------------- Tue Mar 19 12:51:18 UTC 2013 - speilicke@suse.com diff --git a/python3-pycparser.spec b/python3-pycparser.spec index d6cf74b..e4e3c41 100644 --- a/python3-pycparser.spec +++ b/python3-pycparser.spec @@ -23,7 +23,9 @@ Summary: C parser in Python Url: https://bitbucket.org/eliben/pycparser Group: Development/Languages/Python Source: http://pypi.python.org/packages/source/p/pycparser/pycparser-%{version}.tar.gz +BuildRequires: python3 BuildRequires: python3-devel +Requires: python3 BuildRoot: %{_tmppath}/%{name}-%{version}-build %description