Prune dependencies
This commit is contained in:
parent
5b26f05f7f
commit
d4befe92e6
1 changed files with 6 additions and 3 deletions
|
|
@ -5,7 +5,7 @@
|
|||
|
||||
Name: zeroinstall-injector
|
||||
Version: 1.5
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: The Zero Install Injector (0launch)
|
||||
|
||||
Group: Applications/System
|
||||
|
|
@ -18,11 +18,11 @@ BuildRequires: python-devel >= 2.6
|
|||
BuildRequires: desktop-file-utils
|
||||
BuildRequires: gettext
|
||||
# for-tests
|
||||
BuildRequires: PyXML pygtk2 gnupg xdg-utils
|
||||
BuildRequires: pygtk2 gnupg xdg-utils
|
||||
BuildRequires: tar gzip bzip2 xz-lzma-compat
|
||||
BuildRequires: python-coverage
|
||||
# /for-tests
|
||||
Requires: PyXML pygtk2 gnupg sudo xdg-utils
|
||||
Requires: pygtk2 gnupg sudo xdg-utils
|
||||
Requires: tar gzip bzip2 xz-lzma-compat
|
||||
# for PackageKit support
|
||||
Requires: dbus-python
|
||||
|
|
@ -128,6 +128,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
|||
%attr(755,zeroinst,zeroinst) %{cache_dir}/implementations
|
||||
|
||||
%changelog
|
||||
* Thu Jan 26 2012 Michel Salim <salimma@fedoraproject.org> - 1.5-2
|
||||
- Prune dependencies
|
||||
|
||||
* Thu Jan 26 2012 Michel Salim <salimma@fedoraproject.org> - 1.5-1
|
||||
- Update to 1.5
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue