rpms/deco-archive/devel deco-archive-zoo.diff, NONE, 1.1 deco-archive.spec, 1.4, 1.5

Orcan Ogetbil oget at fedoraproject.org
Sun Apr 5 01:40:11 UTC 2009


Author: oget

Update of /cvs/pkgs/rpms/deco-archive/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv28059

Modified Files:
	deco-archive.spec 
Added Files:
	deco-archive-zoo.diff 
Log Message:
* Sat Apr 04 2009 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> 1.4-3
- Handle .zoo format with unzoo (if installed)


deco-archive-zoo.diff:

--- NEW FILE deco-archive-zoo.diff ---
diff -rupN deco-archive-1.4.old/zoo/extract deco-archive-1.4/zoo/extract
--- deco-archive-1.4.old/zoo/extract	2009-01-18 08:04:29.000000000 -0500
+++ deco-archive-1.4/zoo/extract	2009-04-04 21:08:44.000000000 -0400
@@ -1,3 +1,3 @@
 #!/bin/sh
 
-exec zoo x${Verbose-q} "$1"
+exec unzoo -x "$1" >/dev/null


Index: deco-archive.spec
===================================================================
RCS file: /cvs/pkgs/rpms/deco-archive/devel/deco-archive.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- deco-archive.spec	24 Feb 2009 11:19:35 -0000	1.4
+++ deco-archive.spec	5 Apr 2009 01:39:40 -0000	1.5
@@ -1,6 +1,6 @@
 Name:           deco-archive
 Version:        1.4
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Extraction scripts for various archive formats for use of deco
 Group:          Applications/Archiving
 License:        GPLv3
@@ -12,6 +12,9 @@
 # Use ffmpeg instead of non-free shorten decoder, which is not available
 # in Fedora
 Patch1:         deco-archive-shn.diff
+# Use unzoo instead of zoo to extract zoo archives. The latter is not available
+# in Fedora
+Patch2:         deco-archive-zoo.diff
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 
@@ -26,6 +29,7 @@
 %setup -q
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 %build
 echo "Nothing to build."
@@ -61,7 +65,7 @@
 %define do_triggerun() ( [ $2 -gt 0 ] && [ $1 -gt 0 ] ) || (for i in %1; do ( rm -f %{_var}/lib/deco/$i || : ); done;)
 
 # Not handled (yet?):
-# dpkg-deb (deb,udeb), zoo
+# dpkg-deb (deb,udeb)
 
 %triggerin -- binutils
 %do_triggerin {a,ar}
@@ -148,16 +152,24 @@
 %triggerun -- unalz
 %do_triggerun alz
 
+%triggerin -- unzoo
+%do_triggerin zoo
+%triggerun -- unzoo
+%do_triggerun zoo
+
 %files -f %{name}.files
 %defattr(-,root,root,-)
 %doc LICENSE CREDITS NEWS README
 %{_datadir}/%{name}
 
 %changelog
+* Sat Apr 04 2009 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> 1.4-3
+- Handle .zoo format with unzoo (if installed)
+
 * Tue Feb 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.4-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 
-* Mon Jan 19 2009 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> 1.4
+* Mon Jan 19 2009 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> 1.4-1
 - Version update. New extensions: gem and tbz2
 - Handle .shn format (shorten) with ffmpeg (if installed)
 - Handle .alz format with unalz (if installed)




More information about the fedora-extras-commits mailing list