This commit is contained in:
parent
d6955e9c7f
commit
451e52eb67
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:53d1421e4d40ea7bcee63f2a02d729921b460ad7c899e2d5eb90d405614d5773
|
||||
size 546396
|
3
gdl-2.27.2.tar.bz2
Normal file
3
gdl-2.27.2.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c8d25e30f82bfb012bc458c4adb6b1ba18fd509a91f8dffb0160aa1054b4572b
|
||||
size 542508
|
1
gdl-rpmlintrc
Normal file
1
gdl-rpmlintrc
Normal file
@ -0,0 +1 @@
|
||||
addFilter(".*obsolete-not-provided.*libgdl-1-0")
|
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed May 27 12:20:49 CEST 2009 - vuntz@novell.com
|
||||
|
||||
- Update to version 2.27.2:
|
||||
+ Fix out of source tree builds
|
||||
+ Hide private API
|
||||
+ Fix so name generation
|
||||
- Rename package to libgdl-1-2, and Obsoletes libgdl-1-0.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 5 16:49:35 CEST 2009 - vuntz@novell.com
|
||||
|
||||
|
26
gdl.spec
26
gdl.spec
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package gdl (Version 2.27.1)
|
||||
# spec file for package gdl (Version 2.27.2)
|
||||
#
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -27,10 +27,11 @@ BuildRequires: licenses
|
||||
BuildRequires: translation-update-upstream
|
||||
License: GPL v2 only
|
||||
Group: System/Libraries
|
||||
Version: 2.27.1
|
||||
Version: 2.27.2
|
||||
Release: 1
|
||||
Summary: Gnome Devtool Libraries contains components and libraries
|
||||
Source: http://ftp.gnome.org/pub/GNOME/sources/gdl/2.24/%name-%version.tar.bz2
|
||||
Source1: %{name}-rpmlintrc
|
||||
Url: http://ftp.gnome.org/pub/GNOME/sources/gdl/0.7/
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
@ -47,15 +48,16 @@ Authors:
|
||||
Neil Hodgson <neilh at scintilla org> (Scintilla Widget)
|
||||
Gustavo Giráldez <gustavo giraldez at gmx net> (GdlDock)
|
||||
|
||||
%package -n libgdl-1-0
|
||||
%package -n libgdl-1-2
|
||||
License: GPL v2 only
|
||||
Summary: Gnome Devtool Libraries contains components and libraries
|
||||
Group: System/Libraries
|
||||
Requires: %{name}-lang = %{version}
|
||||
Obsoletes: gdl <= %{version}
|
||||
Provides: gdl = %{version}
|
||||
Obsoletes: libgdl-1-0 < 2.27.2
|
||||
|
||||
%description -n libgdl-1-0
|
||||
%description -n libgdl-1-2
|
||||
Gnome Devtool Libraries contains components and libraries that are
|
||||
intended to be shared between GNOME development tools, including
|
||||
gnome-debug, gnome-build, and anjuta2.
|
||||
@ -72,7 +74,7 @@ Authors:
|
||||
License: GPL v2 only
|
||||
Summary: Gnome Devtool Libraries contains components and libraries
|
||||
Group: System/Libraries
|
||||
Requires: libgdl-1-0 = %{version}
|
||||
Requires: libgdl-1-2 = %{version}
|
||||
Requires: gtk2-devel libglade2-devel libxml2-devel
|
||||
Obsoletes: gdl-doc <= 2.24.0
|
||||
Provides: gdl-doc = 2.24.0
|
||||
@ -105,14 +107,14 @@ rm $RPM_BUILD_ROOT/%{_libdir}/*.la
|
||||
%find_lang %{name}-1
|
||||
%fdupes -s $RPM_BUILD_ROOT
|
||||
|
||||
%post -n libgdl-1-0 -p /sbin/ldconfig
|
||||
%post -n libgdl-1-2 -p /sbin/ldconfig
|
||||
|
||||
%postun -n libgdl-1-0 -p /sbin/ldconfig
|
||||
%postun -n libgdl-1-2 -p /sbin/ldconfig
|
||||
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%files -n libgdl-1-0
|
||||
%files -n libgdl-1-2
|
||||
%defattr(-, root, root)
|
||||
%doc AUTHORS COPYING ChangeLog NEWS README
|
||||
%{_datadir}/gdl
|
||||
@ -120,7 +122,7 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%files devel
|
||||
%defattr(-, root, root)
|
||||
%{_includedir}/libgdl-1.0
|
||||
%{_includedir}/libgdl*
|
||||
%{_libdir}/pkgconfig/*.pc
|
||||
%{_libdir}/*.so
|
||||
# Own these repositories to not depend on gtk-doc while building:
|
||||
@ -131,6 +133,12 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%files lang -f %{name}-1.lang
|
||||
|
||||
%changelog
|
||||
* Wed May 27 2009 vuntz@novell.com
|
||||
- Update to version 2.27.2:
|
||||
+ Fix out of source tree builds
|
||||
+ Hide private API
|
||||
+ Fix so name generation
|
||||
- Rename package to libgdl-1-2, and Obsoletes libgdl-1-0.
|
||||
* Tue May 05 2009 vuntz@novell.com
|
||||
- Update to version 2.27.1:
|
||||
+ Bugs fixed:
|
||||
|
Loading…
x
Reference in New Issue
Block a user