rpms/k9copy/devel .cvsignore, 1.6, 1.7 k9copy.spec, 1.11, 1.12 sources, 1.6, 1.7

Rex Dieter rdieter at rpmfusion.org
Mon Apr 6 17:41:19 CEST 2009


Author: rdieter

Update of /cvs/free/rpms/k9copy/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv20259

Modified Files:
	.cvsignore k9copy.spec sources 
Log Message:
* Mon Apr 06 2009 Rex Dieter <rdieter at fedoraproject.org> 2.3.1-1
- k9copy-2.3.1
- optimize scriptlets



Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/k9copy/devel/.cvsignore,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- .cvsignore	12 Mar 2009 14:50:40 -0000	1.6
+++ .cvsignore	6 Apr 2009 15:41:18 -0000	1.7
@@ -1 +1 @@
-k9copy-2.3.0-Source.tar.gz
+k9copy-2.3.1-Source.tar.gz


Index: k9copy.spec
===================================================================
RCS file: /cvs/free/rpms/k9copy/devel/k9copy.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- k9copy.spec	29 Mar 2009 13:17:42 -0000	1.11
+++ k9copy.spec	6 Apr 2009 15:41:18 -0000	1.12
@@ -1,7 +1,7 @@
 
 Name:    k9copy
-Version: 2.3.0
-Release: 2%{?dist}
+Version: 2.3.1
+Release: 1%{?dist}
 Summary: Video DVD backup and creation program
 Group:   Applications/Multimedia
 License: GPLv2+
@@ -9,11 +9,9 @@
 Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}-Source.tar.gz
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-# FIXME: build fails here
-#ExcludeArch: ppc ppc64
-
-Patch1: k9copy-2.1.0-ffmpeg.patch
+Patch1: k9copy-2.3.1-ffmpeg.patch
 Patch2: k9copy-2.1.0-mimetype.patch
+Patch3: k9copy-2.3.0-gcc44.patch
 
 BuildRequires: cmake
 BuildRequires: desktop-file-utils
@@ -26,9 +24,6 @@
 BuildRequires: pkgconfig
 BuildRequires: xine-lib-devel
 
-Requires(post): xdg-utils
-Requires(postun): xdg-utils
-
 Requires: dvd+rw-tools
 Requires: dvdauthor
 
@@ -51,6 +46,7 @@
 
 %patch1 -p1 -b .ffmpeg
 %patch2 -p1 -b .mimetype
+%patch3 -p1 -b .gcc44
 
 
 %build
@@ -84,10 +80,16 @@
 
 
 %post
-xdg-icon-resource forceupdate --theme hicolor 2> /dev/null || :
+touch --no-create %{_kde4_iconsdir}/hicolor &> /dev/null ||:
+
+%posttrans
+gtk-update-icon-cache %{_kde4_iconsdir}/hicolor &> /dev/null ||:
 
 %postun
-xdg-icon-resource forceupdate --theme hicolor 2> /dev/null || :
+if [ $1 -eq 0 ] ; then
+  touch --no-create %{_kde4_iconsdir}/hicolor &> /dev/null ||:
+  gtk-update-icon-cache %{_kde4_iconsdir}/hicolor &> /dev/null ||:
+fi
 
 
 %files -f %{name}.lang
@@ -105,6 +107,10 @@
 
 
 %changelog
+* Mon Apr 06 2009 Rex Dieter <rdieter at fedoraproject.org> 2.3.1-1
+- k9copy-2.3.1
+- optimize scriptlets
+
 * Sun Mar 29 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 2.3.0-2
 - rebuild for new F11 features
 


Index: sources
===================================================================
RCS file: /cvs/free/rpms/k9copy/devel/sources,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- sources	12 Mar 2009 14:50:40 -0000	1.6
+++ sources	6 Apr 2009 15:41:18 -0000	1.7
@@ -1 +1 @@
-782806b36b6a6865db5b83342499a15a  k9copy-2.3.0-Source.tar.gz
+791b72e6509be427fbae4187f47b8733  k9copy-2.3.1-Source.tar.gz



More information about the rpmfusion-commits mailing list