|
@@ -1,6 +1,6 @@
|
|
Name: python-slip
|
|
Name: python-slip
|
|
Version: 0.2.14
|
|
Version: 0.2.14
|
|
-Release: 1%{?_dist_release}
|
|
+Release: 2%{?_dist_release}
|
|
Summary: Miscellaneous convenience, extension and workaround code for Python
|
|
Summary: Miscellaneous convenience, extension and workaround code for Python
|
|
|
|
|
|
Group: System Environment/Libraries
|
|
Group: System Environment/Libraries
|
|
@@ -30,6 +30,7 @@ Requires: %{name} = %{version}-%{release}
|
|
Requires: dbus-python
|
|
Requires: dbus-python
|
|
Requires: pygobject
|
|
Requires: pygobject
|
|
Requires: polkit
|
|
Requires: polkit
|
|
|
|
+Requires: python-decorator
|
|
|
|
|
|
%description dbus
|
|
%description dbus
|
|
The Simple Library for Python packages contain miscellaneous code for
|
|
The Simple Library for Python packages contain miscellaneous code for
|
|
@@ -88,6 +89,9 @@ rm -rf %buildroot
|
|
%{python_sitelib}/slip.gtk-%{version}-py%{python_version}.egg-info
|
|
%{python_sitelib}/slip.gtk-%{version}-py%{python_version}.egg-info
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Sat Apr 09 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 0.2.14-2
|
|
|
|
+- add R: python-decorator
|
|
|
|
+
|
|
* Sat Apr 09 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 0.2.14-1
|
|
* Sat Apr 09 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 0.2.14-1
|
|
- initial build for Vine Linux
|
|
- initial build for Vine Linux
|
|
|
|
|