139 lines
4.8 KiB
RPMSpec
139 lines
4.8 KiB
RPMSpec
Name: AcetoneISO2
|
|
Version: 2.3
|
|
Release: 1%{?dist}
|
|
Summary: CD/DVD Image Manipulator
|
|
Group: Applications/Archiving
|
|
License: GPLv3
|
|
URL: http://www.acetoneteam.org/
|
|
Source0: http://download.sourceforge.net/sourceforge/acetoneiso/acetoneiso_%{version}.tar.gz
|
|
Patch1: AcetoneISO2-2.0.3-no-poweriso-for-non-x86.patch
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
BuildRequires: kdewebdev-devel, desktop-file-utils
|
|
%if 0%{?fedora} > 13
|
|
BuildRequires: qt-webkit-devel
|
|
%else
|
|
BuildRequires: qt4-devel
|
|
%endif
|
|
BuildRequires: phonon-devel
|
|
Requires: p7zip, cdrdao
|
|
Requires: fuseiso, fuse, genisoimage
|
|
Requires: gnupg, pinentry-qt
|
|
# Overkill, but I'm being thorough
|
|
Requires: util-linux, coreutils
|
|
|
|
%description
|
|
AcetoneISO2: The CD/DVD image manipulator for Linux, it can do the following:
|
|
- Mount and Unmount ISO, MDF, NRG (if iso-9660 standard)
|
|
- Convert / Extract / Browse to ISO : *.bin *.mdf *.nrg *.img *.daa *.cdi
|
|
*.xbx *.b5i *.bwi *.pdi
|
|
- Play a DVD Movie ISO with most commonly-used media players
|
|
- Generate an ISO from a Folder or CD/DVD
|
|
- Generate/Check MD5 file of an image
|
|
- Encrypt/decrypt an image
|
|
- Split image into X megabyte chunks
|
|
- Highly compress an image
|
|
- Rip a PSX cd to *.bin to make it work with epsxe/psx emulators
|
|
- Restore a lost CUE file of *.bin *.img
|
|
|
|
%prep
|
|
%setup -q -n acetoneiso_%{version}
|
|
%patch1 -p1
|
|
|
|
%build
|
|
cd acetoneiso
|
|
qmake-qt4 "QMAKE_CXXFLAGS=$RPM_OPT_FLAGS -I/usr/include/KDE"
|
|
make %{?_smp_mflags}
|
|
|
|
%install
|
|
rm -rf $RPM_BUILD_ROOT
|
|
cd acetoneiso
|
|
make INSTALL_ROOT=$RPM_BUILD_ROOT install
|
|
mv $RPM_BUILD_ROOT%{_datadir}/applications/AcetoneISO.desktop $RPM_BUILD_ROOT%{_datadir}/applications/AcetoneISO2.desktop
|
|
mv $RPM_BUILD_ROOT%{_bindir}/acetoneiso $RPM_BUILD_ROOT%{_bindir}/acetoneiso2
|
|
|
|
sed -i 's|Exec=acetoneiso|Exec=acetoneiso2|g' $RPM_BUILD_ROOT%{_datadir}/applications/AcetoneISO2.desktop
|
|
sed -i 's|Name=AcetoneISO|Name=AcetoneISO2|g' $RPM_BUILD_ROOT%{_datadir}/applications/AcetoneISO2.desktop
|
|
|
|
desktop-file-install --vendor "" \
|
|
--dir $RPM_BUILD_ROOT%{_datadir}/applications \
|
|
--add-category System \
|
|
$RPM_BUILD_ROOT%{_datadir}/applications/AcetoneISO2.desktop
|
|
|
|
%clean
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
%files
|
|
%defattr(-,root,root)
|
|
%doc AUTHORS CHANGELOG FEATURES LICENSE README
|
|
%{_bindir}/acetoneiso2
|
|
# %%{_datadir}/acetoneiso2
|
|
%{_datadir}/applications/AcetoneISO2.desktop
|
|
%{_datadir}/pixmaps/Acetino2.png
|
|
|
|
%changelog
|
|
* Thu Nov 18 2010 Tom "spot" Callaway <tcallawa@redhat.com> - 2.3-1
|
|
- update to 2.3
|
|
|
|
* Mon Jun 28 2010 Tom "spot" Callaway <tcallawa@redhat.com> - 2.2.2-2
|
|
- fix qt buildrequires
|
|
|
|
* Mon Jun 28 2010 Tom "spot" Callaway <tcallawa@redhat.com> - 2.2.2-1
|
|
- update to 2.2.2
|
|
|
|
* Tue Nov 24 2009 Kevin Kofler <Kevin@tigcc.ticalc.org> - 2.2.1-2
|
|
- rebuild for Qt 4.6.0 RC1 in F13 (was built against Beta 1 with unstable ABI)
|
|
|
|
* Thu Nov 5 2009 Tom "spot" Callaway <tcallawa@redhat.com> - 2.2.1-1
|
|
- update to 2.2.1
|
|
|
|
* Wed Sep 16 2009 Tom "spot" Callaway <tcallawa@redhat.com> - 2.1.1-1
|
|
- update to 2.1.1
|
|
|
|
* Mon Aug 31 2009 Tom "spot" Callaway <tcallawa@redhat.com> - 2.0.4-1
|
|
- Update to 2.0.4
|
|
|
|
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.3.2-3
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
|
* Thu Jul 23 2009 Tom "spot" Callaway <tcallawa@redhat.com> - 2.0.3.2-2
|
|
- forgot to tag some files
|
|
|
|
* Thu Jul 23 2009 Tom "spot" Callaway <tcallawa@redhat.com> - 2.0.3.2-1
|
|
- update to 2.0.3.2
|
|
|
|
* Wed Jul 1 2009 Tom "spot" Callaway <tcallawa@redhat.com> - 2.0.3.1-1
|
|
- update to 2.0.3.1
|
|
|
|
* Thu Apr 9 2009 Tom "spot" Callaway <tcallawa@redhat.com> - 2.0.3-1
|
|
- update to 2.0.3 final
|
|
|
|
* Mon Feb 23 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.3-0.2.RC1
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
|
* Mon Dec 8 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 2.0.3-0.1.RC1
|
|
- 2.0.3RC1
|
|
|
|
* Tue May 27 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 2.0.2-4
|
|
- only try to use PowerISO as a converter on x86 platforms (bz 447214)
|
|
|
|
* 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,
|
|
but there is no good way to do that)
|
|
|
|
* Wed May 7 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 2.0.2-1
|
|
- 2.0.2
|
|
|
|
* Wed Apr 9 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 2.0.1-2
|
|
- remove "Application" from desktop file (inside patch)
|
|
|
|
* Fri Apr 4 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 2.0.1-1
|
|
- 2.0.1
|
|
|
|
* Thu Nov 8 2007 Tom "spot" Callaway <tcallawa@redhat.com> - 1.96-1
|
|
- initial build for Fedora
|