SPECS: kino.spec - 0.8.0, more %%files, no more gnome dependencies...

freetz freetz at pld-linux.org
Sat Nov 26 22:12:22 CET 2005


Author: freetz                       Date: Sat Nov 26 21:12:22 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- 0.8.0, more %%files, no more gnome dependencies, updated BR/R,
  fixed post install scripts

---- Files affected:
SPECS:
   kino.spec (1.24 -> 1.25) 

---- Diffs:

================================================================
Index: SPECS/kino.spec
diff -u SPECS/kino.spec:1.24 SPECS/kino.spec:1.25
--- SPECS/kino.spec:1.24	Sat Oct 29 08:53:20 2005
+++ SPECS/kino.spec	Sat Nov 26 22:12:17 2005
@@ -2,30 +2,31 @@
 Summary:	DV editing utility
 Summary(pl):	Narzędzie do edycji DV
 Name:		kino
-Version:	0.7.6
-Release:	2
+Version:	0.8.0
+Release:	1
 License:	GPL
 Group:		Applications/Multimedia
 Source0:	http://dl.sourceforge.net/kino/%{name}-%{version}.tar.gz
-# Source0-md5:	c1fa929096f5a754455f5a3dd33dd203
+# Source0-md5:	ec945365580d5e21431c76c07d0576bf
 Patch0:		%{name}-desktop.patch
 URL:		http://kino.schirmacher.de/
 BuildRequires:	autoconf >= 2.52
 BuildRequires:	automake
+BuildRequires:	gtk+2-devel >= 2:2.6.0
 BuildRequires:	libavc1394-devel >= 0.4.1
 BuildRequires:	libdv-devel >= 0.102
-BuildRequires:	libglade2-devel >= 2.0
-BuildRequires:	libgnomeui-devel >= 2.0
+BuildRequires:	libglade2-devel >= 2.5
 BuildRequires:	libsamplerate-devel >= 0.0.14
 BuildRequires:	libstdc++-devel
 BuildRequires:	libxml2-devel
 BuildRequires:	pkgconfig
 Requires(post,postun):  shared-mime-info
+Requires:	gtk+2 >= 2:2.6.0
 Requires:	libavc1394 >= 0.4.1
 Requires:	libdv >= 0.102
-Requires:	libglade2 >= 2.0
-Requires:	libgnomeui >= 2.0
+Requires:	libglade2 >= 2.5
 Requires:	libsamplerate >= 0.0.14
+Requires:	shared-mime-info
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -87,6 +88,7 @@
 
 # it seems to be more Danish than Norwegian; current Norwegian is in nb
 rm -rf $RPM_BUILD_ROOT%{_datadir}/locale/no
+rm -f $RPM_BUILD_ROOT%{_libdir}/kino-gtk2/*.{a,la}
 
 %find_lang %{name} --with-gnome
 
@@ -99,9 +101,11 @@
 [ ! -x /usr/bin/update-desktop-database ] || /usr/bin/update-desktop-database >/dev/null 2>&1 ||:
 
 %postun
-umask 022                                                                                          
-update-mime-database %{_datadir}/mime >/dev/null 2>&1
-[ ! -x /usr/bin/update-desktop-database ] || /usr/bin/update-desktop-database >/dev/null 2>&1
+if [ $1 = 0 ]; then
+    umask 022
+    update-mime-database %{_datadir}/mime >/dev/null 2>&1
+    [ ! -x /usr/bin/update-desktop-database ] || /usr/bin/update-desktop-database >/dev/null 2>&1
+fi
 
 %post jogshuttle 
 hotplug-update-usb.usermap
@@ -111,9 +115,13 @@
 
 %files -f %{name}.lang
 %defattr(644,root,root,755)
+%doc AUTHORS NEWS README
 %attr(755,root,root) %{_bindir}/*
+%dir %{_libdir}/kino-gtk2
+%attr(755,root,root) %{_libdir}/kino-gtk2/lib*.so*
 %{_mandir}/man1/*
 %dir %{_datadir}/%{name}
+%{_datadir}/%{name}/lumas
 %{_datadir}/%{name}/*.xpm
 %{_datadir}/%{name}/*.glade
 %{_datadir}/%{name}/*.png
@@ -130,6 +138,7 @@
 
 %files jogshuttle
 %defattr(644,root,root,755)
+%doc README_jogshuttle
 %attr(755,root,root) %{_sysconfdir}/hotplug/usb/*
 %{_libdir}/hotplug/kino
 
@@ -139,6 +148,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.25  2005/11/26 21:12:17  freetz
+- 0.8.0, more %%files, no more gnome dependencies, updated BR/R,
+  fixed post install scripts
+
 Revision 1.24  2005/10/29 06:53:20  ankry
 - kill bogus no translation, rel. 2
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/kino.spec?r1=1.24&r2=1.25&f=u




More information about the pld-cvs-commit mailing list