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

Contents of /devel/AcetoneISO2/AcetoneISO2.spec

Parent Directory Parent Directory | Revision Log Revision Log


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

admin@fedoraproject.org
ViewVC Help
Powered by ViewVC 1.1.2