Accepting request 29591 from home:MBoman:branches:GNOME:Factory
Copy from home:MBoman:branches:GNOME:Factory/gnome-desktop via accept of submit request 29591 revision 1. Request was accepted with message: thanks OBS-URL: https://build.opensuse.org/request/show/29591 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-desktop?expand=0&rev=66
This commit is contained in:
parent
45ce2a1cdc
commit
e33c2a80e5
@ -1,4 +1,4 @@
|
||||
gnome-desktop
|
||||
libgnome-desktop-2-11
|
||||
libgnome-desktop-2-17
|
||||
obsoletes "gnome-desktop-<targettype> <= <version>"
|
||||
provides "gnome-desktop-<targettype> = <version>"
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:25e016d9ac169bf96f2c0b9ee2d44e91c889861969c0d58c5c77ec288d012963
|
||||
size 1616707
|
3
gnome-desktop-2.29.5.tar.bz2
Normal file
3
gnome-desktop-2.29.5.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:10f04531fd2aa7ad0a8a3f122f9f43e13b801400cb2a7fdd7c6179354a19fa9b
|
||||
size 1613434
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 13 06:13:01 CET 2010 - captain.magnus@opensuse.org
|
||||
|
||||
- Update to version 2.29.5:
|
||||
+ Bump library soname since ABI was broken in 2.29.4
|
||||
- Package baselibs.conf
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 23 10:22:42 CET 2009 - vuntz@opensuse.org
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package gnome-desktop (Version 2.29.4)
|
||||
# spec file for package gnome-desktop (Version 2.29.5)
|
||||
#
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -18,13 +18,14 @@
|
||||
|
||||
|
||||
Name: gnome-desktop
|
||||
Version: 2.29.4
|
||||
Version: 2.29.5
|
||||
Release: 1
|
||||
License: GFDLv1.1 ; GPLv2+ ; LGPLv2.1+
|
||||
Summary: The GNOME Desktop API Library
|
||||
Url: http://www.gnome.org
|
||||
Group: System/GUI/GNOME
|
||||
Source: %{name}-%{version}.tar.bz2
|
||||
Source99: baselibs.conf
|
||||
# PATCH-MISSING-TAG -- See http://en.opensuse.org/Packaging/Patches
|
||||
Patch1: X-KDE-SubstituteUID.dif
|
||||
# PATCH-MISSING-TAG -- See http://en.opensuse.org/Packaging/Patches
|
||||
@ -55,13 +56,13 @@ Also contained here are documents installed as part of the core GNOME
|
||||
distribution: the GPL, GNOME's .desktop files, the gnome-about program,
|
||||
some man pages, and GNOME's core graphics files and icons.
|
||||
|
||||
%package -n libgnome-desktop-2-11
|
||||
%package -n libgnome-desktop-2-17
|
||||
License: GFDLv1.1 ; GPLv2+ ; LGPLv2.1+
|
||||
Summary: The GNOME Desktop API Library
|
||||
Group: System/GUI/GNOME
|
||||
Requires: %{name}-lang = %{version}
|
||||
|
||||
%description -n libgnome-desktop-2-11
|
||||
%description -n libgnome-desktop-2-17
|
||||
This package contains the libgnome-desktop library that contains APIs
|
||||
that really belong in libgnome/libgnomeui but have not seen enough
|
||||
testing or development to be considered stable. Use them at your own
|
||||
@ -77,7 +78,7 @@ Summary: Include Files and Libraries mandatory for Development
|
||||
Group: Development/Libraries/GNOME
|
||||
Requires: gconf2-devel
|
||||
Requires: gtk2-devel
|
||||
Requires: libgnome-desktop-2-11 = %{version}
|
||||
Requires: libgnome-desktop-2-17 = %{version}
|
||||
Requires: startup-notification-devel
|
||||
Obsoletes: gnome-desktop-doc <= 2.25.90
|
||||
Provides: gnome-desktop-doc = 2.25.90
|
||||
@ -119,9 +120,9 @@ make %{?jobs:-j%jobs}
|
||||
%clean
|
||||
rm -rf %{buildroot}
|
||||
|
||||
%post -n libgnome-desktop-2-11 -p /sbin/ldconfig
|
||||
%post -n libgnome-desktop-2-17 -p /sbin/ldconfig
|
||||
|
||||
%postun -n libgnome-desktop-2-11 -p /sbin/ldconfig
|
||||
%postun -n libgnome-desktop-2-17 -p /sbin/ldconfig
|
||||
|
||||
%files
|
||||
%defattr (-, root, root)
|
||||
@ -133,7 +134,7 @@ rm -rf %{buildroot}
|
||||
%{_datadir}/pixmaps/*.xpm
|
||||
%doc %{_mandir}/man?/*.*
|
||||
|
||||
%files -n libgnome-desktop-2-11
|
||||
%files -n libgnome-desktop-2-17
|
||||
%defattr(-, root, root)
|
||||
%doc COPYING.LIB
|
||||
%{_datadir}/libgnome-desktop
|
||||
|
Loading…
Reference in New Issue
Block a user