/[pkgs]/devel/AcetoneISO2/AcetoneISO2.spec
ViewVC logotype

Contents of /devel/AcetoneISO2/AcetoneISO2.spec

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.15 - (show annotations) (download)
Thu Nov 5 21:53:19 2009 UTC (2 weeks, 3 days ago) by spot
Branch: MAIN
CVS Tags: AcetoneISO2-2_2_1-1_fc13, HEAD
Changes since 1.14: +7 -3 lines
2.2.1
1 Name: AcetoneISO2
2 Version: 2.2.1
3 Release: 1%{?dist}
4 Summary: CD/DVD Image Manipulator
5 Group: Applications/Archiving
6 License: GPLv3
7 URL: http://www.acetoneteam.org/
8 Source0: http://download.sourceforge.net/sourceforge/acetoneiso2/acetoneiso_%{version}.tar.gz
9 Patch0: acetoneiso2-2.0.3.2-desktop.patch
10 Patch1: AcetoneISO2-2.0.3-no-poweriso-for-non-x86.patch
11 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
12 BuildRequires: kdewebdev-devel, qt4-devel, desktop-file-utils
13 BuildRequires: phonon-devel
14 Requires: p7zip, cdrdao
15 Requires: fuseiso, fuse, genisoimage
16 Requires: gnupg, pinentry-qt
17 # Overkill, but I'm being thorough
18 Requires: util-linux, coreutils
19
20 %description
21 AcetoneISO2: The CD/DVD image manipulator for Linux, it can do the following:
22 - Mount and Unmount ISO, MDF, NRG (if iso-9660 standard)
23 - Convert / Extract / Browse to ISO : *.bin *.mdf *.nrg *.img *.daa *.cdi
24 *.xbx *.b5i *.bwi *.pdi
25 - Play a DVD Movie ISO with most commonly-used media players
26 - Generate an ISO from a Folder or CD/DVD
27 - Generate/Check MD5 file of an image
28 - Encrypt/decrypt an image
29 - Split image into X megabyte chunks
30 - Highly compress an image
31 - Rip a PSX cd to *.bin to make it work with epsxe/psx emulators
32 - Restore a lost CUE file of *.bin *.img
33
34 %prep
35 %setup -q -n acetoneiso_%{version}
36 %patch0 -p1
37 %patch1 -p1
38
39 %build
40 cd acetoneiso
41 qmake-qt4 "QMAKE_CXXFLAGS=$RPM_OPT_FLAGS -I/usr/include/KDE"
42 make %{?_smp_mflags}
43
44 %install
45 rm -rf $RPM_BUILD_ROOT
46 cd acetoneiso
47 make INSTALL_ROOT=$RPM_BUILD_ROOT install
48 mv $RPM_BUILD_ROOT%{_datadir}/applications/AcetoneISO.desktop $RPM_BUILD_ROOT%{_datadir}/applications/AcetoneISO2.desktop
49 mv $RPM_BUILD_ROOT%{_bindir}/acetoneiso $RPM_BUILD_ROOT%{_bindir}/acetoneiso2
50
51 sed -i 's|Exec=acetoneiso|Exec=acetoneiso2|g' $RPM_BUILD_ROOT%{_datadir}/applications/AcetoneISO2.desktop
52
53 desktop-file-install --vendor "" \
54 --dir $RPM_BUILD_ROOT%{_datadir}/applications \
55 --add-category System \
56 $RPM_BUILD_ROOT%{_datadir}/applications/AcetoneISO2.desktop
57
58 %clean
59 rm -rf $RPM_BUILD_ROOT
60
61 %files
62 %defattr(-,root,root)
63 %doc AUTHORS CHANGELOG FEATURES LICENSE README
64 %{_bindir}/acetoneiso2
65 # %%{_datadir}/acetoneiso2
66 %{_datadir}/applications/AcetoneISO2.desktop
67 %{_datadir}/pixmaps/Acetino2.png
68
69 %changelog
70 * Thu Nov 5 2009 Tom "spot" Callaway <tcallawa@redhat.com> - 2.2.1-1
71 - update to 2.2.1
72
73 * Wed Sep 16 2009 Tom "spot" Callaway <tcallawa@redhat.com> - 2.1.1-1
74 - update to 2.1.1
75
76 * Mon Aug 31 2009 Tom "spot" Callaway <tcallawa@redhat.com> - 2.0.4-1
77 - Update to 2.0.4
78
79 * Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.3.2-3
80 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
81
82 * Thu Jul 23 2009 Tom "spot" Callaway <tcallawa@redhat.com> - 2.0.3.2-2
83 - forgot to tag some files
84
85 * Thu Jul 23 2009 Tom "spot" Callaway <tcallawa@redhat.com> - 2.0.3.2-1
86 - update to 2.0.3.2
87
88 * Wed Jul 1 2009 Tom "spot" Callaway <tcallawa@redhat.com> - 2.0.3.1-1
89 - update to 2.0.3.1
90
91 * Thu Apr 9 2009 Tom "spot" Callaway <tcallawa@redhat.com> - 2.0.3-1
92 - update to 2.0.3 final
93
94 * Mon Feb 23 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.3-0.2.RC1
95 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
96
97 * Mon Dec 8 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 2.0.3-0.1.RC1
98 - 2.0.3RC1
99
100 * Tue May 27 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 2.0.2-4
101 - only try to use PowerISO as a converter on x86 platforms (bz 447214)
102
103 * Fri May 9 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 2.0.2-3
104 - actually apply patch2
105 - get rid of requires on nautilus, this application works fine without it,
106 it is simply enhanced by the presense of nautilus/konqueror
107
108 * Fri May 9 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 2.0.2-2
109 - fix requires, get rid of kdebase, cdrecord, k3b, xbiso, arts
110 - add requires on nautilus (really, it should be nautilus or konqueror,
111 but there is no good way to do that)
112
113 * Wed May 7 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 2.0.2-1
114 - 2.0.2
115
116 * Wed Apr 9 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 2.0.1-2
117 - remove "Application" from desktop file (inside patch)
118
119 * Fri Apr 4 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 2.0.1-1
120 - 2.0.1
121
122 * Thu Nov 8 2007 Tom "spot" Callaway <tcallawa@redhat.com> - 1.96-1
123 - initial build for Fedora

admin@fedoraproject.org
ViewVC Help
Powered by ViewVC 1.1.2