diff --git a/.cvsignore b/.gitignore similarity index 100% rename from .cvsignore rename to .gitignore diff --git a/AcetoneISO2-2.0.3-no-poweriso-for-non-x86.patch b/AcetoneISO2-2.0.3-no-poweriso-for-non-x86.patch index 6186826..451f9dc 100644 --- a/AcetoneISO2-2.0.3-no-poweriso-for-non-x86.patch +++ b/AcetoneISO2-2.0.3-no-poweriso-for-non-x86.patch @@ -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() { diff --git a/AcetoneISO2.spec b/AcetoneISO2.spec index 9bfe65e..c35ba5d 100644 --- a/AcetoneISO2.spec +++ b/AcetoneISO2.spec @@ -1,16 +1,15 @@ Name: AcetoneISO2 -Version: 2.0.3 -Release: 1%{?dist} +Version: 2.0.3.2 +Release: 2%{?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}.tar.gz +Patch0: acetoneiso2-2.0.3.2-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,15 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/pixmaps/Acetino2.png %changelog +* Thu Jul 23 2009 Tom "spot" Callaway - 2.0.3.2-2 +- forgot to tag some files + +* Thu Jul 23 2009 Tom "spot" Callaway - 2.0.3.2-1 +- update to 2.0.3.2 + +* Wed Jul 1 2009 Tom "spot" Callaway - 2.0.3.1-1 +- update to 2.0.3.1 + * Thu Apr 9 2009 Tom "spot" Callaway - 2.0.3-1 - update to 2.0.3 final diff --git a/Makefile b/Makefile deleted file mode 100644 index c575906..0000000 --- a/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# Makefile for source rpm: AcetoneISO2 -# $Id$ -NAME := AcetoneISO2 -SPECFILE = $(firstword $(wildcard *.spec)) - -define find-makefile-common -for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done -endef - -MAKEFILE_COMMON := $(shell $(find-makefile-common)) - -ifeq ($(MAKEFILE_COMMON),) -# attept a checkout -define checkout-makefile-common -test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2 -endef - -MAKEFILE_COMMON := $(shell $(checkout-makefile-common)) -endif - -include $(MAKEFILE_COMMON) diff --git a/acetoneiso2-2.0.3.1-desktop.patch b/acetoneiso2-2.0.3.1-desktop.patch new file mode 100644 index 0000000..6e952fc --- /dev/null +++ b/acetoneiso2-2.0.3.1-desktop.patch @@ -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= diff --git a/acetoneiso2-2.0.3.2-desktop.patch b/acetoneiso2-2.0.3.2-desktop.patch new file mode 100644 index 0000000..a9ef1a8 --- /dev/null +++ b/acetoneiso2-2.0.3.2-desktop.patch @@ -0,0 +1,15 @@ +diff -up Acetoneiso_2.0.3.2/menu/AcetoneISO.desktop.BAD Acetoneiso_2.0.3.2/menu/AcetoneISO.desktop +--- Acetoneiso_2.0.3.2/menu/AcetoneISO.desktop.BAD 2009-07-23 18:30:22.496042966 -0400 ++++ Acetoneiso_2.0.3.2/menu/AcetoneISO.desktop 2009-07-23 18:30:43.351041731 -0400 +@@ -2,9 +2,9 @@ + Categories=Qt;KDE;Application;AudioVideo;DiscBurning; + Encoding=UTF-8 + Exec=acetoneiso +-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 + GenericName[de]=CD/DVD-Abbildmanager diff --git a/sources b/sources index fcf1eff..4f84822 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -8660f1675dd1544e2c8da21638706622 acetoneiso_2.0.3.tar.gz +4d6724e134280f8d1b92f4b9fb1579f7 Acetoneiso_2.0.3.2.tar.gz