New upstream release.
This commit is contained in:
parent
16afd26e2a
commit
45df458b77
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
/python-dbusmock-0.1.1.tar.gz
|
||||
/python-dbusmock-0.3.tar.gz
|
||||
|
@ -1,8 +1,8 @@
|
||||
%global modname dbusmock
|
||||
|
||||
Name: python-%{modname}
|
||||
Version: 0.1.1
|
||||
Release: 2%{?dist}
|
||||
Version: 0.3
|
||||
Release: 1%{?dist}
|
||||
Summary: Mock D-Bus objects
|
||||
|
||||
Group: Development/Libraries
|
||||
@ -28,8 +28,6 @@ the state of the real services to what you expect in your tests.
|
||||
%prep
|
||||
%setup -q -n %{name}-%{version}
|
||||
|
||||
sed -i -e '/^#!\s*\/.*bin\/.*python/d' %{modname}.py
|
||||
|
||||
rm -rf python-%{modname}.egg-info
|
||||
|
||||
%build
|
||||
@ -50,6 +48,9 @@ rm -rf python-%{modname}.egg-info
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Dec 19 2012 Matěj Cepl <mcepl@redhat.com> - 0.3-1
|
||||
- New upstream release.
|
||||
|
||||
* Mon Oct 08 2012 Matěj Cepl <mcepl@redhat.com> - 0.1.1-2
|
||||
- remove the bundled egg-info following the package review.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user