apply patch2, drop requires nautilus
This commit is contained in:
parent
3af9ea91a2
commit
7b5cf288da
1 changed files with 8 additions and 3 deletions
|
|
@ -1,6 +1,6 @@
|
|||
Name: AcetoneISO2
|
||||
Version: 2.0.2
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
Summary: CD/DVD Image Manipulator
|
||||
Group: Applications/Archiving
|
||||
License: GPLv3
|
||||
|
|
@ -10,7 +10,7 @@ Patch0: acetoneiso2-desktop.patch
|
|||
Patch1: acetoneiso2-2.0.2-no-optdirs.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
BuildRequires: kdewebdev-devel, qt4-devel, desktop-file-utils
|
||||
Requires: p7zip, nautilus, cdrdao
|
||||
Requires: p7zip, cdrdao
|
||||
Requires: fuseiso, fuse, genisoimage
|
||||
Requires: gnupg, pinentry-qt
|
||||
# Overkill, but I'm being thorough
|
||||
|
|
@ -34,7 +34,7 @@ AcetoneISO2: The CD/DVD image manipulator for Linux, it can do the following:
|
|||
%prep
|
||||
%setup -q -n acetoneiso2
|
||||
%patch0 -p1
|
||||
%%patch1 -p1
|
||||
%patch1 -p1
|
||||
|
||||
%build
|
||||
cd src/
|
||||
|
|
@ -66,6 +66,11 @@ rm -rf $RPM_BUILD_ROOT
|
|||
%{_datadir}/apps/d3lphin/servicemenus/acetoneiso2-*
|
||||
|
||||
%changelog
|
||||
* Fri May 9 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 2.0.2-3
|
||||
- actually apply patch2
|
||||
- get rid of requires on nautilus, this application works fine without it,
|
||||
it is simply enhanced by the presense of nautilus/konqueror
|
||||
|
||||
* Fri May 9 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 2.0.2-2
|
||||
- fix requires, get rid of kdebase, cdrecord, k3b, xbiso, arts
|
||||
- add requires on nautilus (really, it should be nautilus or konqueror,
|
||||
|
|
|
|||
Reference in a new issue