SPECS: bzr-gtk.spec - don't own too much dirs

qboosh qboosh at pld-linux.org
Sun Jan 6 16:12:39 CET 2008


Author: qboosh                       Date: Sun Jan  6 15:12:39 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- don't own too much dirs

---- Files affected:
SPECS:
   bzr-gtk.spec (1.13 -> 1.14) 

---- Diffs:

================================================================
Index: SPECS/bzr-gtk.spec
diff -u SPECS/bzr-gtk.spec:1.13 SPECS/bzr-gtk.spec:1.14
--- SPECS/bzr-gtk.spec:1.13	Sun Jan  6 16:04:02 2008
+++ SPECS/bzr-gtk.spec	Sun Jan  6 16:12:34 2008
@@ -6,15 +6,16 @@
 %define		minor	0
 Version:	%{ver}.%{minor}
 Release:	2
-License:	GPL v2
+License:	GPL v2+
 Group:		Development/Version Control
 Source0:	https://launchpad.net/bzr-gtk/%{ver}/%{version}/+download/bzr-gtk-%{version}.tar.gz
 # Source0-md5:	de4951911d7e39d88916d276177476f3
 URL:		http://bazaar-vcs.org/bzr-gtk
-BuildRequires:	python >= 1:2.4
+BuildRequires:	python >= 1:2.5
 BuildRequires:	rpm-pythonprov
 BuildRequires:	rpmbuild(macros) >= 1.219
-%pyrequires_eq  python
+Requires(post,postun):	desktop-file-utils
+%pyrequires_eq	python
 Requires:	bzr >= %{ver}
 Requires:	python-pygtk-glade >= 2:2.10
 Requires:	python-pygtk-gtk >= 2:2.10
@@ -71,12 +72,16 @@
 
 %files
 %defattr(644,root,root,755)
-%doc AUTHORS README TODO
-%attr(755,root,root) %{_bindir}/*
-%{py_sitedir}/*
+%doc AUTHORS NEWS README TODO
+%attr(755,root,root) %{_bindir}/olive-gtk
+%{py_sitedir}/bzrlib/plugins/gtk
+%{py_sitedir}/olive
+%{py_sitedir}/bzr_gtk-*.egg-info
 %{_datadir}/olive
-%{_pixmapsdir}/*
-%{_desktopdir}/*.desktop
+%{_pixmapsdir}/olive-gtk.png
+%{_desktopdir}/bazaar-properties.desktop
+%{_desktopdir}/bzr-notify.desktop
+%{_desktopdir}/olive-gtk.desktop
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -84,6 +89,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.14  2008-01-06 15:12:34  qboosh
+- don't own too much dirs
+
 Revision 1.13  2008-01-06 15:04:02  qboosh
 - BR: rpm-pythonprov
 - pygtk epoch
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/bzr-gtk.spec?r1=1.13&r2=1.14&f=u



More information about the pld-cvs-commit mailing list