2.0.3.1
This commit is contained in:
parent
06bb047edc
commit
a85169e669
5 changed files with 43 additions and 16 deletions
|
|
@ -1 +1 @@
|
|||
acetoneiso_2.0.3.tar.gz
|
||||
AcetoneISO_2.0.3.1.zip
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
diff -up acetoneiso_2.0.3/src/sources/converter.h.BAD acetoneiso_2.0.3/src/sources/converter.h
|
||||
--- acetoneiso_2.0.3/src/sources/converter.h.BAD 2009-04-09 09:50:31.000000000 -0400
|
||||
+++ acetoneiso_2.0.3/src/sources/converter.h 2009-04-09 09:51:03.000000000 -0400
|
||||
--- acetoneiso_2.0.3/sources/converter.h.BAD 2009-04-09 09:50:31.000000000 -0400
|
||||
+++ acetoneiso_2.0.3/sources/converter.h 2009-04-09 09:51:03.000000000 -0400
|
||||
@@ -125,6 +125,7 @@ else {
|
||||
void acetoneiso::get_poweriso()
|
||||
{
|
||||
|
|
|
|||
|
|
@ -1,16 +1,15 @@
|
|||
Name: AcetoneISO2
|
||||
Version: 2.0.3
|
||||
Version: 2.0.3.1
|
||||
Release: 1%{?dist}
|
||||
Summary: CD/DVD Image Manipulator
|
||||
Group: Applications/Archiving
|
||||
License: GPLv3
|
||||
URL: http://www.acetoneteam.org/
|
||||
Source0: http://download.sourceforge.net/sourceforge/acetoneiso2/acetoneiso_%{version}.tar.gz
|
||||
Patch0: acetoneiso2-2.0.3-desktop.patch
|
||||
Patch1: acetoneiso2-2.0.2-no-optdirs.patch
|
||||
Patch2: AcetoneISO2-2.0.3-no-poweriso-for-non-x86.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
BuildRequires: kdewebdev-devel, qt4-devel, desktop-file-utils
|
||||
Source0: http://download.sourceforge.net/sourceforge/acetoneiso2/AcetoneISO_%{version}.zip
|
||||
Patch0: acetoneiso2-2.0.3.1-desktop.patch
|
||||
Patch1: AcetoneISO2-2.0.3-no-poweriso-for-non-x86.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
BuildRequires: kdewebdev-devel, qt4-devel, desktop-file-utils
|
||||
Requires: p7zip, cdrdao
|
||||
Requires: fuseiso, fuse, genisoimage
|
||||
Requires: gnupg, pinentry-qt
|
||||
|
|
@ -32,19 +31,16 @@ AcetoneISO2: The CD/DVD image manipulator for Linux, it can do the following:
|
|||
- Restore a lost CUE file of *.bin *.img
|
||||
|
||||
%prep
|
||||
%setup -q -n acetoneiso_%{version}
|
||||
%setup -q -n AcetoneISO_%{version}
|
||||
%patch0 -p1
|
||||
# %%patch1 -p1
|
||||
%patch2 -p1
|
||||
%patch1 -p1
|
||||
|
||||
%build
|
||||
cd src/
|
||||
qmake-qt4
|
||||
make %{?_smp_mflags} LFLAGS="$RPM_OPT_FLAGS"
|
||||
|
||||
%install
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
cd src/
|
||||
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
|
||||
|
|
@ -68,6 +64,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||
%{_datadir}/pixmaps/Acetino2.png
|
||||
|
||||
%changelog
|
||||
* 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
|
||||
|
||||
|
|
|
|||
28
acetoneiso2-2.0.3.1-desktop.patch
Normal file
28
acetoneiso2-2.0.3.1-desktop.patch
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
diff -up AcetoneISO_2.0.3.1/menu/AcetoneISO.desktop.BAD AcetoneISO_2.0.3.1/menu/AcetoneISO.desktop
|
||||
--- AcetoneISO_2.0.3.1/menu/AcetoneISO.desktop.BAD 2009-07-01 16:50:39.435697554 -0400
|
||||
+++ AcetoneISO_2.0.3.1/menu/AcetoneISO.desktop 2009-07-01 16:51:14.541708350 -0400
|
||||
@@ -1,21 +1,13 @@
|
||||
[Desktop Entry]
|
||||
-Categories=Qt;KDE;Application;AudioVideo;DiscBurning;
|
||||
-Comment=
|
||||
-Comment[it]=
|
||||
+Categories=Qt;KDE;AudioVideo;DiscBurning;
|
||||
Encoding=UTF-8
|
||||
Exec=acetoneiso
|
||||
-GenericName=
|
||||
-GenericName[it]=
|
||||
-Icon=/usr/share/pixmaps/Acetino2.png
|
||||
+Icon=Acetino2
|
||||
MimeType=application/x-iso
|
||||
-Name=AcetoneISO
|
||||
+Name=AcetoneISO2
|
||||
GenericName= CD/DVD image manipulator
|
||||
GenericName[it]= Strumenti per immagini CD/DVD
|
||||
-Path=
|
||||
StartupNotify=true
|
||||
Terminal=false
|
||||
-TerminalOptions=
|
||||
Type=Application
|
||||
-X-DCOP-ServiceType=
|
||||
X-KDE-SubstituteUID=false
|
||||
-X-KDE-Username=
|
||||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
8660f1675dd1544e2c8da21638706622 acetoneiso_2.0.3.tar.gz
|
||||
437d373e8ef74baaaa3676f37b56054d AcetoneISO_2.0.3.1.zip
|
||||
|
|
|
|||
Reference in a new issue