This commit is contained in:
parent
20d6253aab
commit
2c19173e8a
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bcb284f255d4a432bfc062431199de7ba2f1833faeaf93e4ab6b0e25718528a5
|
||||
size 539277
|
3
gdl-2.24.0.tar.bz2
Normal file
3
gdl-2.24.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c175ac5faa1c3e27464f71f80c632bb3a960aa03ccd748736aead20adc31a112
|
||||
size 551420
|
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 23 15:19:05 CDT 2008 - maw@suse.de
|
||||
|
||||
- Update to version 2.24.0:
|
||||
+ Fixed a dataroot problem
|
||||
+ Misc. code cleanups
|
||||
+ Updated translations
|
||||
- Split out a shared library subpackage.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 26 21:35:04 CEST 2008 - mboman@novell.com
|
||||
|
||||
|
57
gdl.spec
57
gdl.spec
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package gdl (Version 2.23.90)
|
||||
# spec file for package gdl (Version 2.24.0)
|
||||
#
|
||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -19,17 +19,26 @@
|
||||
|
||||
|
||||
Name: gdl
|
||||
BuildRequires: fdupes gconf2-devel gtk-doc libglade2-devel libgnomeui-devel licenses perl-libxml-perl pkg-config
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: gconf2-devel
|
||||
BuildRequires: gtk-doc
|
||||
BuildRequires: intltool
|
||||
BuildRequires: libglade2-devel
|
||||
BuildRequires: libgnomeui-devel
|
||||
BuildRequires: licenses
|
||||
BuildRequires: perl-libxml-perl
|
||||
BuildRequires: pkg-config
|
||||
License: GPL v2 only
|
||||
Group: System/Libraries
|
||||
AutoReqProv: on
|
||||
Version: 2.23.90
|
||||
Version: 2.24.0
|
||||
Release: 1
|
||||
Summary: Gnome Devtool Libraries contains components and libraries
|
||||
Source: http://ftp.gnome.org/pub/GNOME/sources/gdl/0.7/%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/
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Requires: %{name}-lang = %{version}
|
||||
Requires: libgdl-1-0 = %{version}
|
||||
|
||||
%description
|
||||
Gnome Devtool Libraries contains components and libraries that are
|
||||
@ -38,6 +47,25 @@ gnome-debug, gnome-build, and anjuta2.
|
||||
|
||||
|
||||
|
||||
Authors:
|
||||
--------
|
||||
Dave Camp <dave at ximian com>
|
||||
Neil Hodgson <neilh at scintilla org> (Scintilla Widget)
|
||||
Gustavo Giráldez <gustavo giraldez at gmx net> (GdlDock)
|
||||
|
||||
%package -n libgdl-1-0
|
||||
License: GPL v2 only
|
||||
Summary: Gnome Devtool Libraries contains components and libraries
|
||||
Group: System/Libraries
|
||||
Requires: %{name} >= %{version}
|
||||
|
||||
%description -n libgdl-1-0
|
||||
Gnome Devtool Libraries contains components and libraries that are
|
||||
intended to be shared between GNOME development tools, including
|
||||
gnome-debug, gnome-build, and anjuta2.
|
||||
|
||||
|
||||
|
||||
Authors:
|
||||
--------
|
||||
Dave Camp <dave at ximian com>
|
||||
@ -97,11 +125,9 @@ rm $RPM_BUILD_ROOT/%{_libdir}/*.la
|
||||
%find_lang %{name}-1
|
||||
%fdupes -s $RPM_BUILD_ROOT
|
||||
|
||||
%post
|
||||
/sbin/ldconfig
|
||||
%post -n libgdl-1-0 -p /sbin/ldconfig
|
||||
|
||||
%postun
|
||||
/sbin/ldconfig
|
||||
%postun -n libgdl-1-0 -p /sbin/ldconfig
|
||||
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
@ -109,12 +135,15 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%files
|
||||
%defattr (-, root, root)
|
||||
%doc AUTHORS COPYING ChangeLog NEWS README
|
||||
%{_libdir}/*.so.*
|
||||
%dir /usr/share/gdl
|
||||
### %{_datadir}/locale/*
|
||||
%dir %{_datadir}/gdl/glade
|
||||
%{_datadir}/gdl/glade/*
|
||||
|
||||
%files -n libgdl-1-0
|
||||
%defattr(-, root, root)
|
||||
%{_libdir}/*.so.*
|
||||
|
||||
%files devel
|
||||
%defattr(-, root, root)
|
||||
%dir %{_includedir}/libgdl-1.0
|
||||
@ -130,6 +159,12 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%files lang -f %{name}-1.lang
|
||||
|
||||
%changelog
|
||||
* Thu Oct 23 2008 maw@suse.de
|
||||
- Update to version 2.24.0:
|
||||
+ Fixed a dataroot problem
|
||||
+ Misc. code cleanups
|
||||
+ Updated translations
|
||||
- Split out a shared library subpackage.
|
||||
* Tue Aug 26 2008 mboman@novell.com
|
||||
- Updated to version 2.23.90:
|
||||
+ Version increased to match gnome releases.
|
||||
@ -159,12 +194,12 @@ rm -rf $RPM_BUILD_ROOT
|
||||
+ Fixes bug bgo#509950 - L10N: typos in some messages (fow -> for)
|
||||
+ Silenced some compiler warnings.
|
||||
+ Translation updates.
|
||||
* Thu Oct 04 2007 maw@suse.de
|
||||
* Wed Oct 03 2007 maw@suse.de
|
||||
- Package cleanups:
|
||||
+ Remove unnecessary explicit requirements
|
||||
+ Split off a -devel subpackage
|
||||
+ Fix build on biarch platforms
|
||||
+ Trim and alphabetize build requirements
|
||||
+ Add a -lang subpackage.
|
||||
* Wed Sep 26 2007 mauro@suse.de
|
||||
* Tue Sep 25 2007 mauro@suse.de
|
||||
- Version 0.7.7 added to openSUSE
|
||||
|
Loading…
x
Reference in New Issue
Block a user