This commit is contained in:
parent
c3ce49338a
commit
fcfc6826b5
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Feb 17 23:45:50 CET 2009 - vuntz@novell.com
|
||||||
|
|
||||||
|
- Fix Provides/Obsoletes to use %{version}. The lang package
|
||||||
|
requires gdl = %{version}, so we have to do this.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Feb 17 03:49:44 CET 2009 - vuntz@novell.com
|
Tue Feb 17 03:49:44 CET 2009 - vuntz@novell.com
|
||||||
|
|
||||||
|
9
gdl.spec
9
gdl.spec
@ -28,7 +28,7 @@ License: GPL v2 only
|
|||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
Version: 2.25.91
|
Version: 2.25.91
|
||||||
Release: 1
|
Release: 2
|
||||||
Summary: Gnome Devtool Libraries contains components and libraries
|
Summary: Gnome Devtool Libraries contains components and libraries
|
||||||
Source: http://ftp.gnome.org/pub/GNOME/sources/gdl/2.24/%name-%version.tar.bz2
|
Source: http://ftp.gnome.org/pub/GNOME/sources/gdl/2.24/%name-%version.tar.bz2
|
||||||
Url: http://ftp.gnome.org/pub/GNOME/sources/gdl/0.7/
|
Url: http://ftp.gnome.org/pub/GNOME/sources/gdl/0.7/
|
||||||
@ -52,8 +52,8 @@ License: GPL v2 only
|
|||||||
Summary: Gnome Devtool Libraries contains components and libraries
|
Summary: Gnome Devtool Libraries contains components and libraries
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Requires: %{name}-lang = %{version}
|
Requires: %{name}-lang = %{version}
|
||||||
Obsoletes: gdl <= 2.24.0
|
Obsoletes: gdl <= %{version}
|
||||||
Provides: gdl = 2.24.0
|
Provides: gdl = %{version}
|
||||||
|
|
||||||
%description -n libgdl-1-0
|
%description -n libgdl-1-0
|
||||||
Gnome Devtool Libraries contains components and libraries that are
|
Gnome Devtool Libraries contains components and libraries that are
|
||||||
@ -132,6 +132,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Tue Feb 17 2009 vuntz@novell.com
|
* Tue Feb 17 2009 vuntz@novell.com
|
||||||
|
- Fix Provides/Obsoletes to use %%{version}. The lang package
|
||||||
|
requires gdl = %%{version}, so we have to do this.
|
||||||
|
* Tue Feb 17 2009 vuntz@novell.com
|
||||||
- Update to version 2.25.91:
|
- Update to version 2.25.91:
|
||||||
+ Added some gtk-doc documentation
|
+ Added some gtk-doc documentation
|
||||||
+ Cleaned-up gtk+ includes
|
+ Cleaned-up gtk+ includes
|
||||||
|
Loading…
x
Reference in New Issue
Block a user