This commit is contained in:
parent
e3bb4b7be1
commit
a99073737c
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 8 01:12:54 CEST 2007 - maw@suse.de
|
||||||
|
|
||||||
|
- Use %fdupes
|
||||||
|
- Split off a -lang subpackage
|
||||||
|
- s#%run_ldconfig#/sbin/ldconfig/ in %post and %postun.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Aug 3 00:05:26 CEST 2007 - mauro@suse.de
|
Fri Aug 3 00:05:26 CEST 2007 - mauro@suse.de
|
||||||
|
|
||||||
|
@ -11,12 +11,12 @@
|
|||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
|
||||||
Name: gnome-desktop
|
Name: gnome-desktop
|
||||||
BuildRequires: gnome-common gnome-doc-utils gnome-doc-utils-devel gtk-doc intltool libgnomeui-devel perl-XML-Parser scrollkeeper startup-notification-devel update-desktop-files
|
BuildRequires: fdupes gnome-common gnome-doc-utils gnome-doc-utils-devel gtk-doc intltool libgnomeui-devel perl-XML-Parser scrollkeeper startup-notification-devel update-desktop-files
|
||||||
License: GNU Free Documentation License, Version 1.1 (GFDL), GPL v2 or later
|
License: GNU Free Documentation License, Version 1.1 (GFDL 1.1), GPL v2 or later
|
||||||
Group: System/GUI/GNOME
|
Group: System/GUI/GNOME
|
||||||
Obsoletes: gnome-core
|
Obsoletes: gnome-core
|
||||||
Version: 2.19.6
|
Version: 2.19.6
|
||||||
Release: 1
|
Release: 4
|
||||||
Summary: The GNOME Desktop API Library
|
Summary: The GNOME Desktop API Library
|
||||||
Source: %{name}-%{version}.tar.bz2
|
Source: %{name}-%{version}.tar.bz2
|
||||||
Url: http://www.gnome.org
|
Url: http://www.gnome.org
|
||||||
@ -25,6 +25,7 @@ Patch: icon-search-path.dif
|
|||||||
Patch1: X-KDE-SubstituteUID.dif
|
Patch1: X-KDE-SubstituteUID.dif
|
||||||
Patch2: gnome-desktop-desktop.patch
|
Patch2: gnome-desktop-desktop.patch
|
||||||
Patch3: gnome-desktop-recently-used-apps.patch
|
Patch3: gnome-desktop-recently-used-apps.patch
|
||||||
|
Requires: %{name}-lang = %{version}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
This package contains the libgnome-desktop library that contains APIs
|
This package contains the libgnome-desktop library that contains APIs
|
||||||
@ -82,6 +83,7 @@ Authors:
|
|||||||
Havoc Pennington <hp@redhat.com>
|
Havoc Pennington <hp@redhat.com>
|
||||||
Anders Carlsson <andersca@gnu.org>
|
Anders Carlsson <andersca@gnu.org>
|
||||||
|
|
||||||
|
%lang_package
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch -p1
|
%patch -p1
|
||||||
@ -108,16 +110,18 @@ make %{?jobs:-j%jobs}
|
|||||||
%find_lang lgpl %{name}-2.0.lang
|
%find_lang lgpl %{name}-2.0.lang
|
||||||
%suse_update_desktop_file gnome-about Documentation
|
%suse_update_desktop_file gnome-about Documentation
|
||||||
|
|
||||||
|
%fdupes $RPM_BUILD_ROOT
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
# rm -rf $RPM_BUILD_ROOT
|
# rm -rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
%post
|
%post
|
||||||
%run_ldconfig
|
/sbin/ldconfig
|
||||||
|
|
||||||
%postun
|
%postun
|
||||||
%run_ldconfig
|
/sbin/ldconfig
|
||||||
|
|
||||||
%files -f %{name}-2.0.lang
|
%files
|
||||||
%defattr (-, root, root)
|
%defattr (-, root, root)
|
||||||
%doc AUTHORS COPYING COPYING-DOCS COPYING.LIB ChangeLog NEWS README
|
%doc AUTHORS COPYING COPYING-DOCS COPYING.LIB ChangeLog NEWS README
|
||||||
%{_bindir}/*
|
%{_bindir}/*
|
||||||
@ -129,6 +133,8 @@ make %{?jobs:-j%jobs}
|
|||||||
%{_libdir}/*.so.*
|
%{_libdir}/*.so.*
|
||||||
%doc %{_mandir}/man?/*.*
|
%doc %{_mandir}/man?/*.*
|
||||||
|
|
||||||
|
%files lang -f %{name}-2.0.lang
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr (-, root, root)
|
%defattr (-, root, root)
|
||||||
%{_libdir}/pkgconfig/*.pc
|
%{_libdir}/pkgconfig/*.pc
|
||||||
@ -141,6 +147,10 @@ make %{?jobs:-j%jobs}
|
|||||||
%{_datadir}/gtk-doc/html/gnome-desktop
|
%{_datadir}/gtk-doc/html/gnome-desktop
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Aug 08 2007 - maw@suse.de
|
||||||
|
- Use %%fdupes
|
||||||
|
- Split off a -lang subpackage
|
||||||
|
- s#%%run_ldconfig#/sbin/ldconfig/ in %%post and %%postun.
|
||||||
* Fri Aug 03 2007 - mauro@suse.de
|
* Fri Aug 03 2007 - mauro@suse.de
|
||||||
- Update to version 2.19.6
|
- Update to version 2.19.6
|
||||||
- Dependencies fixes.
|
- Dependencies fixes.
|
||||||
|
Loading…
Reference in New Issue
Block a user