2.25.1
This commit is contained in:
parent
b853addf7c
commit
df81c20827
@ -1 +1 @@
|
|||||||
glib-2.24.0.tar.bz2
|
glib-2.25.1.tar.bz2
|
||||||
|
10
glib2.spec
10
glib2.spec
@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
Summary: A library of handy utility functions
|
Summary: A library of handy utility functions
|
||||||
Name: glib2
|
Name: glib2
|
||||||
Version: 2.24.0
|
Version: 2.25.1
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
URL: http://www.gtk.org
|
URL: http://www.gtk.org
|
||||||
#VCS: git:git://git.gnome.org/glib
|
#VCS: git:git://git.gnome.org/glib
|
||||||
Source: http://download.gnome.org/sources/glib/2.24/glib-%{version}.tar.bz2
|
Source: http://download.gnome.org/sources/glib/2.25/glib-%{version}.tar.bz2
|
||||||
Source2: glib2.sh
|
Source2: glib2.sh
|
||||||
Source3: glib2.csh
|
Source3: glib2.csh
|
||||||
BuildRequires: pkgconfig >= 1:0.14
|
BuildRequires: pkgconfig >= 1:0.14
|
||||||
@ -138,8 +138,11 @@ esac
|
|||||||
%{_datadir}/aclocal/*
|
%{_datadir}/aclocal/*
|
||||||
%{_libdir}/pkgconfig/*
|
%{_libdir}/pkgconfig/*
|
||||||
%{_datadir}/glib-2.0
|
%{_datadir}/glib-2.0
|
||||||
|
%{_datadir}/glib-2.0/schemas/gschema.dtd
|
||||||
%exclude %{_datadir}/glib-2.0/gdb/*.pyo
|
%exclude %{_datadir}/glib-2.0/gdb/*.pyo
|
||||||
%exclude %{_datadir}/glib-2.0/gdb/*.pyc
|
%exclude %{_datadir}/glib-2.0/gdb/*.pyc
|
||||||
|
%{_bindir}/gschema-compile
|
||||||
|
%{_bindir}/gsettings-schema-convert
|
||||||
%{_bindir}/glib-genmarshal
|
%{_bindir}/glib-genmarshal
|
||||||
%{_bindir}/glib-gettextize
|
%{_bindir}/glib-gettextize
|
||||||
%{_bindir}/glib-mkenums
|
%{_bindir}/glib-mkenums
|
||||||
@ -157,6 +160,9 @@ esac
|
|||||||
%{_libdir}/lib*.a
|
%{_libdir}/lib*.a
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Apr 19 2010 Matthias Clasen <mclasen@redhat.com> - 2.25.1-1
|
||||||
|
- Update to 2.25.1
|
||||||
|
|
||||||
* Sun Mar 28 2010 Matthias Clasen <mclasen@redhat.com> - 2.24.0-1
|
* Sun Mar 28 2010 Matthias Clasen <mclasen@redhat.com> - 2.24.0-1
|
||||||
- Update to 2.24.0
|
- Update to 2.24.0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user