diff --git a/python-sqlalchemy-migrate.changes b/python-sqlalchemy-migrate.changes index 4d17367..ba54acc 100644 --- a/python-sqlalchemy-migrate.changes +++ b/python-sqlalchemy-migrate.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Nov 29 12:06:05 UTC 2011 - idoenmez@suse.de + +- Cleanup spec file +- Use upstream tarball + ------------------------------------------------------------------- Wed Jul 20 15:47:37 UTC 2011 - fisiu@opensuse.org diff --git a/python-sqlalchemy-migrate.spec b/python-sqlalchemy-migrate.spec index c226825..b69f80b 100644 --- a/python-sqlalchemy-migrate.spec +++ b/python-sqlalchemy-migrate.spec @@ -1,7 +1,7 @@ # # spec file for package python-sqlalchemy-migrate # -# Copyright 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright 2011 LISA GmbH, Bingen, Germany. # # All modifications and additions to the file contributed by third parties @@ -13,27 +13,27 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# norootforbuild -%define real_name sqlalchemy-migrate +# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# -Name: python-%{real_name} + + +Name: python-sqlalchemy-migrate Version: 0.7.1 Release: 1 License: MIT -Source: %{real_name}-%{version}.tar.bz2 -Group: Development/Libraries/Python Summary: Database schema migration for SQLAlchemy -BuildRequires: python-py -BuildRoot: %{_tmppath}/%{name}-%{version}-build -Autoreqprov: on Url: http://pypi.python.org/pypi/sqlalchemy-migrate - +Group: Development/Libraries/Python +Source: http://pypi.python.org/packages/source/s/sqlalchemy-migrate/sqlalchemy-migrate-0.7.1.tar.gz +BuildRequires: python-py BuildRequires: python-setuptools -Requires: python-nose >= 0.10 -Requires: python-sqlalchemy >= 0.5 -Requires: python-sphinx >= 0.5 -Requires: python-tempita Requires: python-decorator +Requires: python-nose >= 0.10 +Requires: python-sphinx >= 0.5 +Requires: python-sqlalchemy >= 0.5 +Requires: python-tempita +BuildRoot: %{_tmppath}/%{name}-%{version}-build %py_requires %description @@ -45,16 +45,13 @@ database change repository mechanism which can be used from the command line as well as from inside python code. %prep -%setup -q -n %real_name-%version +%setup -q -n sqlalchemy-migrate-%{version} %build python setup.py build %install -python setup.py install --prefix=%_prefix --root=%buildroot --record-rpm=filelist - -%clean -rm -rf %buildroot +python setup.py install --prefix=%{_prefix} --root=%{buildroot} --record-rpm=filelist %files -f filelist %defattr(-,root,root) diff --git a/sqlalchemy-migrate-0.7.1.tar.bz2 b/sqlalchemy-migrate-0.7.1.tar.bz2 deleted file mode 100644 index 03d5ede..0000000 --- a/sqlalchemy-migrate-0.7.1.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:66e6705302c6c93667047efa658d726c35b3a50af959855673956635b8cb2731 -size 82839 diff --git a/sqlalchemy-migrate-0.7.1.tar.gz b/sqlalchemy-migrate-0.7.1.tar.gz new file mode 100644 index 0000000..3fc6d35 --- /dev/null +++ b/sqlalchemy-migrate-0.7.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11ebee99663118d94dadf41035f73bb2d7ac0e4492c29b59824a8aaddb28b9f8 +size 101369