/[packages]/cauldron/acetoneiso/current/SPECS/acetoneiso.spec
ViewVC logotype

Contents of /cauldron/acetoneiso/current/SPECS/acetoneiso.spec

Parent Directory Parent Directory | Revision Log Revision Log


Revision 84146 - (show annotations) (download)
Wed Apr 13 05:19:40 2011 UTC (13 years ago) by juancho
File size: 1498 byte(s)
imported package acetoneiso
1 Name: acetoneiso
2 Version: 2.3
3 Release: %mkrel 1
4 Summary: CD/DVD Image Manipulator
5 Group: Archiving/Other
6 License: GPLv3
7 URL: http://www.acetoneteam.org/
8 Source0: http://download.sourceforge.net/acetoneiso/%{name}_%{version}.tar.gz
9 Patch1: fix_phonon_includes.patch
10 BuildRequires: qt4-devel, desktop-file-utils
11 Requires: p7zip, cdrdao, fuseiso, fuse, cdrkit-genisoimage, gnupg, pinentry-qt4
12
13 %description
14 AcetoneISO2: The CD/DVD image manipulator for Linux, it can do the following:
15 - Mount and Unmount ISO, MDF, NRG (if iso-9660 standard)
16 - Convert / Extract / Browse to ISO : *.bin *.mdf *.nrg *.img *.daa *.cdi
17 *.xbx *.b5i *.bwi *.pdi
18 - Play a DVD Movie ISO with most commonly-used media players
19 - Generate an ISO from a Folder or CD/DVD
20 - Generate/Check MD5 file of an image
21 - Encrypt/decrypt an image
22 - Split image into X megabyte chunks
23 - Highly compress an image
24 - Rip a PSX cd to *.bin to make it work with epsxe/psx emulators
25 - Restore a lost CUE file of *.bin *.img
26
27 %prep
28 %setup -q -n %{name}_%{version}
29 %patch1 -p0
30
31 %build
32 cd %{name}/
33 %qmake_qt4
34 %make
35
36 %install
37 rm -rf $RPM_BUILD_ROOT
38 cd %{name}/
39 make INSTALL_ROOT=$RPM_BUILD_ROOT install
40 desktop-file-install --dir $RPM_BUILD_ROOT%{_datadir}/applications \
41 $RPM_BUILD_ROOT%{_datadir}/applications/AcetoneISO.desktop
42
43 %clean
44 rm -rf $RPM_BUILD_ROOT
45
46 %files
47 %defattr(-,root,root)
48 %doc AUTHORS CHANGELOG FEATURES LICENSE README
49 %{_bindir}/acetoneiso
50 %{_datadir}/applications/AcetoneISO.desktop
51 %{_datadir}/pixmaps/Acetino2.png
52
53

  ViewVC Help
Powered by ViewVC 1.1.30