OBS User unknown
2007-01-26 16:40:49 +00:00
committed by Git OBS Bridge
parent b1e6893b21
commit 63e6b62f09
2 changed files with 18 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Jan 25 15:30:50 CET 2007 - sbrabec@suse.cz
- Remove obsolete files kept by gnome-filesystem package.
-------------------------------------------------------------------
Thu Dec 7 17:13:36 CET 2006 - sbrabec@suse.cz

View File

@@ -17,7 +17,7 @@ License: GNU Library General Public License v. 2.0 and 2.1 (LGPL)
Group: Development/Libraries/C and C++
Autoreqprov: on
Version: 2.12.4
Release: 20
Release: 24
Summary: A Library with Convenient Functions Written in C
URL: http://www.gtk.org/
Source: ftp://ftp.gnome.org/pub/GNOME/sources/%{_name}/2.12/%{_name}-%{version}.tar.bz2
@@ -27,6 +27,8 @@ Patch0: glib-mkinstalldirs.patch
Patch1: glib-aclocal.patch
Patch2: glib2-unexpanded-variables.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
# For temporary %%pre script only.
PreReq: coreutils
%description
This library provides convenient functions, such as lists and hashes,
@@ -129,6 +131,14 @@ cp -a %{S:1} $RPM_BUILD_ROOT/etc/profile.d/zzz-glib2.sh
cp -a %{S:2} $RPM_BUILD_ROOT/etc/profile.d/zzz-glib2.csh
%find_lang %{_name}20
%pre
# Remove obsolete files kept by purge script of gnome-filesystem package.
# See gnome-filesystem.spec from openSUSE 10.2 for details.
# This script should be kept for next releases up to end of SLED 10/SLES 10
# upgrade protection cycle.
rm -rf var/adm/backup/GNOME
rm -rf var/log/YaST2/gnome-preinstall.log var/log/YaST2/gnome-postinstall.log
%post
%run_ldconfig
@@ -162,6 +172,8 @@ rm -rf $RPM_BUILD_ROOT
%{_datadir}/gtk-doc/html/gobject
%changelog -n glib2
* Thu Jan 25 2007 - sbrabec@suse.cz
- Remove obsolete files kept by gnome-filesystem package.
* Thu Dec 07 2006 - sbrabec@suse.cz
- Prefix changed to /usr.
- Spec file cleanup.