From: Jakub Bogusz Date: Sun, 6 Jan 2008 15:12:34 +0000 (+0000) Subject: - don't own too much dirs X-Git-Tag: auto/th/bzr-gtk-0_93_0-2 X-Git-Url: http://git.pld-linux.org/?p=packages%2Fbzr-gtk.git;a=commitdiff_plain;h=70686cd4ce40590824a129137b2461d0e8cdbeba - don't own too much dirs Changed files: bzr-gtk.spec -> 1.14 --- diff --git a/bzr-gtk.spec b/bzr-gtk.spec index b0c255b..8f32a2c 100644 --- a/bzr-gtk.spec +++ b/bzr-gtk.spec @@ -5,15 +5,16 @@ Name: bzr-gtk %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 @@ -70,9 +71,13 @@ EOF %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