Accepting request 111316 from home:vuntz:branches:GNOME:Factory
Update to 3.4.0 OBS-URL: https://build.opensuse.org/request/show/111316 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gdl?expand=0&rev=72
This commit is contained in:
parent
01b0606aa2
commit
4bb1de9337
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:c251d9489671e904d3ba7566b8f2a6355b37879a6461bdd641f744c7dd3070c8
|
|
||||||
size 518976
|
|
3
gdl-3.4.0.tar.xz
Normal file
3
gdl-3.4.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:ea9c196800658c5ab0fb5705da7efb403e6f498c4f9105cb60ee3d47bc38d098
|
||||||
|
size 522848
|
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 27 06:27:00 UTC 2012 - vuntz@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 3.4.0:
|
||||||
|
+ Updated translations.
|
||||||
|
- Rename libgdl-3-2 to libgdl-3-3 following upstream soversion
|
||||||
|
bump.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Mar 5 21:46:09 UTC 2012 - dimstar@opensuse.org
|
Mon Mar 5 21:46:09 UTC 2012 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
16
gdl.spec
16
gdl.spec
@ -17,13 +17,13 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: gdl
|
Name: gdl
|
||||||
Version: 3.3.91
|
Version: 3.4.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Gnome Devtool Libraries
|
Summary: Gnome Devtool Libraries
|
||||||
License: LGPL-2.1+
|
License: LGPL-2.1+
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Url: http://ftp.gnome.org/pub/GNOME/sources/gdl/0.7/
|
Url: http://ftp.gnome.org/pub/GNOME/sources/gdl/0.7/
|
||||||
Source: http://download.gnome.org/sources/gdl/3.3/%{name}-%{version}.tar.xz
|
Source: http://download.gnome.org/sources/gdl/3.4/%{name}-%{version}.tar.xz
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: gobject-introspection-devel
|
BuildRequires: gobject-introspection-devel
|
||||||
BuildRequires: gtk3-devel
|
BuildRequires: gtk3-devel
|
||||||
@ -37,14 +37,14 @@ Gnome Devtool Libraries contains components and libraries that are
|
|||||||
intended to be shared between GNOME development tools, including
|
intended to be shared between GNOME development tools, including
|
||||||
gnome-debug, gnome-build, and anjuta2.
|
gnome-debug, gnome-build, and anjuta2.
|
||||||
|
|
||||||
%package -n libgdl-3-2
|
%package -n libgdl-3-3
|
||||||
Summary: Gnome Devtool Libraries
|
Summary: Gnome Devtool Libraries
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Recommends: %{name}-lang
|
Recommends: %{name}-lang
|
||||||
Provides: gdl = %{version}
|
Provides: gdl = %{version}
|
||||||
Obsoletes: gdl < %{version}
|
Obsoletes: gdl < %{version}
|
||||||
|
|
||||||
%description -n libgdl-3-2
|
%description -n libgdl-3-3
|
||||||
Gnome Devtool Libraries contains components and libraries that are
|
Gnome Devtool Libraries contains components and libraries that are
|
||||||
intended to be shared between GNOME development tools, including
|
intended to be shared between GNOME development tools, including
|
||||||
gnome-debug, gnome-build, and anjuta2.
|
gnome-debug, gnome-build, and anjuta2.
|
||||||
@ -63,7 +63,7 @@ This package provides the GObject Introspection bindings for GDL.
|
|||||||
%package devel
|
%package devel
|
||||||
Summary: Gnome Devtool Libraries -- Development Files
|
Summary: Gnome Devtool Libraries -- Development Files
|
||||||
Group: Development/Libraries/GNOME
|
Group: Development/Libraries/GNOME
|
||||||
Requires: libgdl-3-2 = %{version}
|
Requires: libgdl-3-3 = %{version}
|
||||||
Requires: typelib-1_0-Gdl-3 = %{version}
|
Requires: typelib-1_0-Gdl-3 = %{version}
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
@ -86,14 +86,14 @@ rm %{buildroot}%{_libdir}/*.la
|
|||||||
%find_lang %{name}-3
|
%find_lang %{name}-3
|
||||||
%fdupes -s %{buildroot}
|
%fdupes -s %{buildroot}
|
||||||
|
|
||||||
%post -n libgdl-3-2 -p /sbin/ldconfig
|
%post -n libgdl-3-3 -p /sbin/ldconfig
|
||||||
|
|
||||||
%postun -n libgdl-3-2 -p /sbin/ldconfig
|
%postun -n libgdl-3-3 -p /sbin/ldconfig
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
rm -rf %{buildroot}
|
rm -rf %{buildroot}
|
||||||
|
|
||||||
%files -n libgdl-3-2
|
%files -n libgdl-3-3
|
||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
%doc AUTHORS COPYING ChangeLog NEWS README
|
%doc AUTHORS COPYING ChangeLog NEWS README
|
||||||
%{_libdir}/*.so.*
|
%{_libdir}/*.so.*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user