rpms/kover/devel .cvsignore, 1.3, 1.4 kover.spec, 1.14, 1.15 sources, 1.3, 1.4 kover-2.9.6.tar.gz.asc, 1.1, NONE

Adrian Reber (adrian) fedora-extras-commits at redhat.com
Fri Jul 6 05:56:18 UTC 2007


Author: adrian

Update of /cvs/extras/rpms/kover/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16489

Modified Files:
	.cvsignore kover.spec sources 
Removed Files:
	kover-2.9.6.tar.gz.asc 
Log Message:
* Fri Jul 06 2007 Adrian Reber <adrian at lisas.de> - 3-1
- updated to 3
- handle icons and mimetype
- added libcdio-devel and libcddb-devel as BR



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/kover/devel/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore	13 Feb 2005 11:39:12 -0000	1.3
+++ .cvsignore	6 Jul 2007 05:55:40 -0000	1.4
@@ -1 +1 @@
-kover-2.9.6.tar.gz
+kover-3.tar.bz2


Index: kover.spec
===================================================================
RCS file: /cvs/extras/rpms/kover/devel/kover.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- kover.spec	4 Oct 2006 23:06:10 -0000	1.14
+++ kover.spec	6 Jul 2007 05:55:40 -0000	1.15
@@ -1,16 +1,15 @@
 Name: kover
 Summary: WYSIWYG CD cover printer with CDDB support
-Version: 2.9.6
-Release: 8
+Version: 3
+Release: 1
 License: GPL
 Group: Applications/Publishing
-Source0 http://lisas.de/kover/kover-2.9.6.tar.gz
-Source1: http://lisas.de/kover/kover-2.9.6.tar.gz.asc
+Source0 http://lisas.de/kover/kover-3.tar.bz2
 URL: http://lisas.de/kover/
 Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires: gettext, zlib-devel, qt-devel >= 1:3.0.3
 BuildRequires: libjpeg-devel, kdelibs-devel, arts-devel, desktop-file-utils
-BuildRequires: libart_lgpl-devel, libpng-devel
+BuildRequires: libart_lgpl-devel, libpng-devel, libcdio-devel, libcddb-devel
 
 %description
 Kover is an easy to use WYSIWYG CD cover printer with CDDB support.
@@ -21,7 +20,6 @@
 %build
 [ -z "$QTDIR" ] && . /etc/profile.d/qt.sh
 %configure --with-xinerama --disable-rpath
-%{__sed} -i -e "s,-ansi,,g" kover/Makefile
 %{__make} %{?_smp_mflags}
 
 %clean
@@ -33,16 +31,28 @@
 %{__mkdir_p} %{buildroot}%{_datadir}/applications
 desktop-file-install --vendor fedora --delete-original \
   --dir %{buildroot}%{_datadir}/applications \
-  --add-category X-Fedora \
-  --add-category Application \
   --add-category Utility \
   --add-category AudioVideo \
   %{buildroot}%{_datadir}/applnk/Multimedia/%{name}.desktop
 
 %{__rm} -rf %{buildroot}%{_datadir}/applnk
 
+%{__install} -p -D %{buildroot}%{_datadir}/icons/hicolor/48x48/apps/%{name}.png \
+	%{buildroot}%{_datadir}/icons/hicolor/48x48/mimetypes/application-x-%{name}.png
+
 %find_lang %{name}
 
+%post
+update-mime-database %{_datadir}/mime &> /dev/null || :
+touch --no-create %{_datadir}/icons/hicolor || :
+%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
+
+%postun
+update-mime-database %{_datadir}/mime &> /dev/null || :
+touch --no-create %{_datadir}/icons/hicolor || :
+%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
+
+
 %files -f %{name}.lang
 %defattr(644,root,root,755)
 %doc AUTHORS README COPYING TODO NEWS THANKS ChangeLog
@@ -51,14 +61,17 @@
 %dir %{_datadir}/apps/kover
 %dir %{_datadir}/apps/kover/pics
 %{_datadir}/apps/kover/pics/*
-%{_datadir}/mimelnk/application/x-kover.desktop
+%{_datadir}/mime/packages/*
 %{_mandir}/man1/*
 %{_datadir}/applications/*
 %attr(755,root,root)%{_bindir}/kover
-%attr(755,root,root)%{_bindir}/cddb-id
-%attr(755,root,root)%{_bindir}/cd-text
 
 %changelog
+* Fri Jul 06 2007 Adrian Reber <adrian at lisas.de> - 3-1
+- updated to 3
+- handle icons and mimetype
+- added libcdio-devel and libcddb-devel as BR
+
 * Thu Oct 05 2006 Christian Iseli <Christian.Iseli at licr.org> 2.9.6-8
  - rebuilt for unwind info generation, broken in gcc-4.1.1-21
 
@@ -92,15 +105,15 @@
 - removed the INSTALL file from package and added the NEWS file
 
 * Sat Apr 26 2003 Adrian Reber <adrian at lisas.de> - 0:2.9.3-0.fdr.5
-- added the directories %{_datadir}/apps/kover and
-  %{_datadir}/apps/kover/pics to the file list
+- added the directories %%{_datadir}/apps/kover and
+  %%{_datadir}/apps/kover/pics to the file list
 
 * Wed Apr 23 2003 Adrian Reber <adrian at lisas.de> - 0:2.9.3-0.fdr.4
-- added %{?_smp_mflags}
+- added %%{?_smp_mflags}
 - added --with-xinerama
 - moved QTDIR and configure from prep to build
 - changed X-Red-Hat-Extra to X-Fedora
-- added %{release} to BuildRoot
+- added %%{release} to BuildRoot
 
 * Mon Mar 10 2003 Adrian Reber <adrian at lisas.de>
  - Changed Copyright: to License:


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/kover/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	13 Feb 2005 11:39:12 -0000	1.3
+++ sources	6 Jul 2007 05:55:40 -0000	1.4
@@ -1 +1 @@
-61108aa1709dcb9876462ca63d538da0  kover-2.9.6.tar.gz
+01aa845e566d273f3f187753fc88f155  kover-3.tar.bz2


--- kover-2.9.6.tar.gz.asc DELETED ---




More information about the scm-commits mailing list