This commit is contained in:
parent
84fdca23d0
commit
c7cc7f99d4
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:92e0aed2b5816bfcdfcd943215a7b59e9000f89ae7824218b7959c90161560a8
|
||||
size 3304745
|
3
glib-2.14.1.tar.bz2
Normal file
3
glib-2.14.1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6f36ca624a12dce03cdea59c9eb900eda49ea2f463b329737eb9f2a8f3ac144d
|
||||
size 3337370
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 17 10:33:10 CEST 2007 - sbrabec@suse.cz
|
||||
|
||||
- Updated to version 2.14.1:
|
||||
* more bugs fixed
|
||||
* documentation fixes
|
||||
* translation update
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 29 16:45:00 CEST 2007 - maw@suse.de
|
||||
|
||||
|
22
glib2.spec
22
glib2.spec
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package glib2 (Version 2.14.0)
|
||||
# spec file for package glib2 (Version 2.14.1)
|
||||
#
|
||||
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# This file and all modifications and additions to the pristine
|
||||
@ -15,12 +15,12 @@ Name: glib2
|
||||
BuildRequires: fdupes pkg-config
|
||||
License: LGPL v2 or later
|
||||
Group: Development/Libraries/C and C++
|
||||
Autoreqprov: on
|
||||
Version: 2.14.0
|
||||
Release: 1
|
||||
AutoReqProv: on
|
||||
Version: 2.14.1
|
||||
Release: 2
|
||||
Summary: A Library with Convenient Functions Written in C
|
||||
URL: http://www.gtk.org/
|
||||
Source: ftp://ftp.gnome.org/pub/GNOME/sources/%{_name}/2.13/%{_name}-%{version}.tar.bz2
|
||||
Url: http://www.gtk.org/
|
||||
Source: ftp://ftp.gnome.org/pub/GNOME/sources/%{_name}/2.14/%{_name}-%{version}.tar.bz2
|
||||
Source1: glib2.sh
|
||||
Source2: glib2.csh
|
||||
# Not depending on gtk-doc shortens bootstrap compilation path.
|
||||
@ -61,7 +61,7 @@ Authors:
|
||||
Requires: %{name} = %{version} pkg-config glibc-devel
|
||||
Summary: Include files and libraries mandatory for development
|
||||
Group: Development/Libraries/C and C++
|
||||
Autoreqprov: on
|
||||
AutoReqProv: on
|
||||
|
||||
%description devel
|
||||
This package contains all necessary include files, libraries,
|
||||
@ -93,7 +93,7 @@ Authors:
|
||||
%package doc
|
||||
Summary: Documentation for the C Library with Convenience Functions
|
||||
Group: Development/Libraries/C and C++
|
||||
Autoreqprov: on
|
||||
AutoReqProv: on
|
||||
Requires: %{name} = %{version}
|
||||
|
||||
%description doc
|
||||
@ -142,7 +142,6 @@ mkdir -p $RPM_BUILD_ROOT/etc/profile.d
|
||||
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
|
||||
|
||||
%fdupes $RPM_BUILD_ROOT
|
||||
|
||||
%post -p /sbin/ldconfig
|
||||
@ -181,6 +180,11 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%dir %{_datadir}/gtk-doc/html
|
||||
|
||||
%changelog
|
||||
* Mon Sep 17 2007 - sbrabec@suse.cz
|
||||
- Updated to version 2.14.1:
|
||||
* more bugs fixed
|
||||
* documentation fixes
|
||||
* translation update
|
||||
* Wed Aug 29 2007 - maw@suse.de
|
||||
- Update to version 2.14.0:
|
||||
+ g_unichar_combining_class is public
|
||||
|
Loading…
x
Reference in New Issue
Block a user