From 6621c0c3124abb06b36fc40c29a085fc37c7391b Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Mon, 6 Jul 2009 04:06:15 +0000 Subject: [PATCH 1/5] Initialize branch EL-4 for xorriso --- branch | 1 + 1 file changed, 1 insertion(+) create mode 100644 branch diff --git a/branch b/branch new file mode 100644 index 0000000..6ec5cef --- /dev/null +++ b/branch @@ -0,0 +1 @@ +EL-4 From 5294089f25b03d3fd5922ebb8c4acfae47107cf5 Mon Sep 17 00:00:00 2001 From: Juha Tuomala Date: Mon, 6 Jul 2009 09:04:23 +0000 Subject: [PATCH 2/5] Initial import. --- .cvsignore | 1 + import.log | 1 + sources | 1 + xorriso.spec | 75 +++++++++++++++++++++++++++++++++++++ xorriso_servicemenu.desktop | 14 +++++++ 5 files changed, 92 insertions(+) create mode 100644 import.log create mode 100644 xorriso.spec create mode 100644 xorriso_servicemenu.desktop diff --git a/.cvsignore b/.cvsignore index e69de29..9c830dd 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +xorriso-0.3.8.pl00.tar.gz diff --git a/import.log b/import.log new file mode 100644 index 0000000..72280f1 --- /dev/null +++ b/import.log @@ -0,0 +1 @@ +xorriso-0_3_8-6_pl00_fc10:EL-4:xorriso-0.3.8-6.pl00.fc10.src.rpm:1246870855 diff --git a/sources b/sources index e69de29..1c48941 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +d965bcca767995d1a8735cc34d44ebf4 xorriso-0.3.8.pl00.tar.gz diff --git a/xorriso.spec b/xorriso.spec new file mode 100644 index 0000000..9fac05f --- /dev/null +++ b/xorriso.spec @@ -0,0 +1,75 @@ +%define __patchlevel pl00 + +Name: xorriso +Version: 0.3.8 +Release: 6.%{__patchlevel}%{?dist} +Summary: ISO 9660 image manipulation tool + +Group: Applications/Archiving +License: GPLv2 and GPL+ and LGPLv2+ +URL: http://scdbackup.sourceforge.net/xorriso_eng.html +Source0: http://scdbackup.sourceforge.net/%{name}-%{version}.%{__patchlevel}.tar.gz +Source1: xorriso_servicemenu.desktop +BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) +Requires: coreutils util-linux-ng kde-filesystem + + +%description +xorriso is a program which maps file objects from POSIX compliant +filesystems into Rock Ridge enhanced ISO 9660 filesystems and allows +session-wise manipulation of such filesystems. It can load the management +information of existing ISO images and it writes the session results to +optical media or to filesystem objects. Vice versa xorriso is able to +restore file objects from ISO 9660 filesystems. + + +%prep +%setup -q +[ -s CONTRIBUTORS ] && exit 1 + + +%build +%configure +make %{?_smp_mflags} + + +%install +rm -rf %{buildroot} +make install DESTDIR=%{buildroot} INSTALL="install -p" +rm -rf %{buildroot}/%{_libdir}/pkgconfig/xorriso.pc +install -D -p -m 644 %{SOURCE1} %{buildroot}%{_datadir}/kde4/services/ServiceMenus/`basename %{SOURCE1}` + + +%clean +rm -rf %{buildroot} + + +%files +%defattr(-,root,root,-) +%doc AUTHORS COPYING COPYRIGHT README doc +%{_bindir}/osirrox +%{_bindir}/xorrecord +%{_bindir}/xorriso +%{_bindir}/xorrisofs +%{_mandir}/man1/xorriso.1.gz +%{_datadir}/kde4/services/ServiceMenus/xorriso_servicemenu.desktop + + +%changelog +* Sat Jun 12 2009 Juha Tuomala - 0.3.8-6.pl00 +- Minor spec edits. + +* Sat Jun 12 2009 Juha Tuomala - 0.3.8-5.pl00 +- Minor spec edits. + +* Fri Jun 12 2009 Juha Tuomala - 0.3.8-4.pl00 +- Fixed license string, minor spec cleanups. + +* Fri Jun 12 2009 Juha Tuomala - 0.3.8-3.pl00 +- Added desktop entry for KDE. + +* Fri Jun 12 2009 Juha Tuomala - 0.3.8-2.pl00 +- Fixed multiple (review #505184). + +* Wed Jun 10 2009 Juha Tuomala - 0.3.8-1.pl00 +- Initial package. diff --git a/xorriso_servicemenu.desktop b/xorriso_servicemenu.desktop new file mode 100644 index 0000000..8eba267 --- /dev/null +++ b/xorriso_servicemenu.desktop @@ -0,0 +1,14 @@ +[Desktop Entry] +Type=Service +ServiceTypes=KonqPopupMenu/Plugin +MimeType=application/x-cd-image; +Actions=xorrisoExtractHere; +X-KDE-Priority=TopLevel +X-KDE-StartupNotify=false + +[Desktop Action xorrisoExtractHere] +Name=Xorriso: extract ISO-image here +Name[fi]=Xorriso: Pura ISO tiedosto tähän +Icon=media-optical +Exec=/bin/nice -n 19 ionice -n7 -c3 xorriso -indev "%F" -osirrox on -cp_rx "*" "$(/usr/bin/dirname %F)" + From 18dd78da66576ce5a44a93a7b3e9a2590c3b58a5 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Thu, 26 Nov 2009 01:38:24 +0000 Subject: [PATCH 3/5] Fix typo that causes a failure to update the common directory. (releng #2781) --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index d799943..bceb4ec 100644 --- a/Makefile +++ b/Makefile @@ -1,10 +1,10 @@ # Makefile for source rpm: xorriso -# $Id$ +# $Id: Makefile,v 1.1 2009/07/06 04:06:10 kevin Exp $ NAME := xorriso 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 +for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$d/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done endef MAKEFILE_COMMON := $(shell $(find-makefile-common)) From ba4ac56dfd12bb937bf42c20ce68e06786cd84f7 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 29 Jul 2010 16:08:53 +0000 Subject: [PATCH 4/5] dist-git conversion --- .cvsignore => .gitignore | 0 Makefile | 21 --------------------- branch | 1 - import.log | 1 - 4 files changed, 23 deletions(-) rename .cvsignore => .gitignore (100%) delete mode 100644 Makefile delete mode 100644 branch delete mode 100644 import.log diff --git a/.cvsignore b/.gitignore similarity index 100% rename from .cvsignore rename to .gitignore diff --git a/Makefile b/Makefile deleted file mode 100644 index bceb4ec..0000000 --- a/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# Makefile for source rpm: xorriso -# $Id: Makefile,v 1.1 2009/07/06 04:06:10 kevin Exp $ -NAME := xorriso -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 $$d/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/branch b/branch deleted file mode 100644 index 6ec5cef..0000000 --- a/branch +++ /dev/null @@ -1 +0,0 @@ -EL-4 diff --git a/import.log b/import.log deleted file mode 100644 index 72280f1..0000000 --- a/import.log +++ /dev/null @@ -1 +0,0 @@ -xorriso-0_3_8-6_pl00_fc10:EL-4:xorriso-0.3.8-6.pl00.fc10.src.rpm:1246870855 From 77ac80fcafc91e3d90d700a36da2fd0e42f2195e Mon Sep 17 00:00:00 2001 From: Toshio Kuratomi Date: Mon, 5 Dec 2011 11:49:15 -0800 Subject: [PATCH 5/5] Replaced by a libburniso subpackage --- .gitignore | 1 - dead.package | 1 + sources | 1 - xorriso.spec | 75 ------------------------------------- xorriso_servicemenu.desktop | 14 ------- 5 files changed, 1 insertion(+), 91 deletions(-) delete mode 100644 .gitignore create mode 100644 dead.package delete mode 100644 sources delete mode 100644 xorriso.spec delete mode 100644 xorriso_servicemenu.desktop diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 9c830dd..0000000 --- a/.gitignore +++ /dev/null @@ -1 +0,0 @@ -xorriso-0.3.8.pl00.tar.gz diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..2e5ec50 --- /dev/null +++ b/dead.package @@ -0,0 +1 @@ +Replaced by a libburniso subpackage \ No newline at end of file diff --git a/sources b/sources deleted file mode 100644 index 1c48941..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -d965bcca767995d1a8735cc34d44ebf4 xorriso-0.3.8.pl00.tar.gz diff --git a/xorriso.spec b/xorriso.spec deleted file mode 100644 index 9fac05f..0000000 --- a/xorriso.spec +++ /dev/null @@ -1,75 +0,0 @@ -%define __patchlevel pl00 - -Name: xorriso -Version: 0.3.8 -Release: 6.%{__patchlevel}%{?dist} -Summary: ISO 9660 image manipulation tool - -Group: Applications/Archiving -License: GPLv2 and GPL+ and LGPLv2+ -URL: http://scdbackup.sourceforge.net/xorriso_eng.html -Source0: http://scdbackup.sourceforge.net/%{name}-%{version}.%{__patchlevel}.tar.gz -Source1: xorriso_servicemenu.desktop -BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) -Requires: coreutils util-linux-ng kde-filesystem - - -%description -xorriso is a program which maps file objects from POSIX compliant -filesystems into Rock Ridge enhanced ISO 9660 filesystems and allows -session-wise manipulation of such filesystems. It can load the management -information of existing ISO images and it writes the session results to -optical media or to filesystem objects. Vice versa xorriso is able to -restore file objects from ISO 9660 filesystems. - - -%prep -%setup -q -[ -s CONTRIBUTORS ] && exit 1 - - -%build -%configure -make %{?_smp_mflags} - - -%install -rm -rf %{buildroot} -make install DESTDIR=%{buildroot} INSTALL="install -p" -rm -rf %{buildroot}/%{_libdir}/pkgconfig/xorriso.pc -install -D -p -m 644 %{SOURCE1} %{buildroot}%{_datadir}/kde4/services/ServiceMenus/`basename %{SOURCE1}` - - -%clean -rm -rf %{buildroot} - - -%files -%defattr(-,root,root,-) -%doc AUTHORS COPYING COPYRIGHT README doc -%{_bindir}/osirrox -%{_bindir}/xorrecord -%{_bindir}/xorriso -%{_bindir}/xorrisofs -%{_mandir}/man1/xorriso.1.gz -%{_datadir}/kde4/services/ServiceMenus/xorriso_servicemenu.desktop - - -%changelog -* Sat Jun 12 2009 Juha Tuomala - 0.3.8-6.pl00 -- Minor spec edits. - -* Sat Jun 12 2009 Juha Tuomala - 0.3.8-5.pl00 -- Minor spec edits. - -* Fri Jun 12 2009 Juha Tuomala - 0.3.8-4.pl00 -- Fixed license string, minor spec cleanups. - -* Fri Jun 12 2009 Juha Tuomala - 0.3.8-3.pl00 -- Added desktop entry for KDE. - -* Fri Jun 12 2009 Juha Tuomala - 0.3.8-2.pl00 -- Fixed multiple (review #505184). - -* Wed Jun 10 2009 Juha Tuomala - 0.3.8-1.pl00 -- Initial package. diff --git a/xorriso_servicemenu.desktop b/xorriso_servicemenu.desktop deleted file mode 100644 index 8eba267..0000000 --- a/xorriso_servicemenu.desktop +++ /dev/null @@ -1,14 +0,0 @@ -[Desktop Entry] -Type=Service -ServiceTypes=KonqPopupMenu/Plugin -MimeType=application/x-cd-image; -Actions=xorrisoExtractHere; -X-KDE-Priority=TopLevel -X-KDE-StartupNotify=false - -[Desktop Action xorrisoExtractHere] -Name=Xorriso: extract ISO-image here -Name[fi]=Xorriso: Pura ISO tiedosto tähän -Icon=media-optical -Exec=/bin/nice -n 19 ionice -n7 -c3 xorriso -indev "%F" -osirrox on -cp_rx "*" "$(/usr/bin/dirname %F)" -