OBS User unknown 2009-02-17 22:21:20 +00:00 committed by Git OBS Bridge
parent 2c19173e8a
commit c3ce49338a
4 changed files with 60 additions and 49 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c175ac5faa1c3e27464f71f80c632bb3a960aa03ccd748736aead20adc31a112
size 551420

3
gdl-2.25.91.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e732823a1b789f97cd918e43cd990f2f29dc733f8a9fb3d0b6c4d8547313139e
size 556138

View File

@ -1,3 +1,24 @@
-------------------------------------------------------------------
Tue Feb 17 03:49:44 CET 2009 - vuntz@novell.com
- Update to version 2.25.91:
+ Added some gtk-doc documentation
+ Cleaned-up gtk+ includes
- Add BuildRequires: gtk2-devel
- Remove BuildRequires: gconf2-devel, gtk-doc, libgnomeui-devel,
perl-libxml-perl, pkg-config
- Remove Requires from devel package: gnome-vfs2-devel,
libgnomeui-devel
- Use %makeinstall
- Merge doc package in devel package since it's gtk-doc (with
Obsoletes/Provides).
- Move glade files to libgdl-1-0 package.
- Drop gdl package since it's now empty (Obsoletes/Provides by
libgdl-1-0).
- Have libgdl-1-0 require the lang package.
- Have devel package require libgdl-1-0.
- Clean file list.
-------------------------------------------------------------------
Thu Oct 23 15:19:05 CDT 2008 - maw@suse.de

View File

@ -1,7 +1,7 @@
#
# spec file for package gdl (Version 2.24.0)
# spec file for package gdl (Version 2.25.91)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -20,25 +20,19 @@
Name: gdl
BuildRequires: fdupes
BuildRequires: gconf2-devel
BuildRequires: gtk-doc
BuildRequires: gtk2-devel
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.24.0
Version: 2.25.91
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
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
@ -57,7 +51,9 @@ Authors:
License: GPL v2 only
Summary: Gnome Devtool Libraries contains components and libraries
Group: System/Libraries
Requires: %{name} >= %{version}
Requires: %{name}-lang = %{version}
Obsoletes: gdl <= 2.24.0
Provides: gdl = 2.24.0
%description -n libgdl-1-0
Gnome Devtool Libraries contains components and libraries that are
@ -76,7 +72,10 @@ Authors:
License: GPL v2 only
Summary: Gnome Devtool Libraries contains components and libraries
Group: System/Libraries
Requires: %{name} = %{version} gnome-vfs2-devel gtk2-devel libglade2-devel libgnomeui-devel libxml2-devel
Requires: libgdl-1-0 = %{version}
Requires: gtk2-devel libglade2-devel libxml2-devel
Obsoletes: gdl-doc <= 2.24.0
Provides: gdl-doc = 2.24.0
%description devel
Gnome Devtool Libraries contains components and libraries that are
@ -85,25 +84,6 @@ 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 doc
License: GPL v2 only
Summary: Gnome Devtool Libraries contains components and libraries
Group: System/Libraries
Requires: %{name} = %{version}
%description doc
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>
@ -120,7 +100,7 @@ export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
make
%install
make install DESTDIR=$RPM_BUILD_ROOT
%makeinstall
rm $RPM_BUILD_ROOT/%{_libdir}/*.la
%find_lang %{name}-1
%fdupes -s $RPM_BUILD_ROOT
@ -132,33 +112,43 @@ rm $RPM_BUILD_ROOT/%{_libdir}/*.la
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr (-, root, root)
%doc AUTHORS COPYING ChangeLog NEWS README
%dir /usr/share/gdl
### %{_datadir}/locale/*
%dir %{_datadir}/gdl/glade
%{_datadir}/gdl/glade/*
%files -n libgdl-1-0
%defattr(-, root, root)
%doc AUTHORS COPYING ChangeLog NEWS README
%{_datadir}/gdl
%{_libdir}/*.so.*
%files devel
%defattr(-, root, root)
%dir %{_includedir}/libgdl-1.0
%dir %{_includedir}/libgdl-1.0/gdl
%{_includedir}/libgdl-1.0/gdl/*
%{_includedir}/libgdl-1.0
%{_libdir}/pkgconfig/*.pc
%{_libdir}/*.so
%files doc
%defattr(-,root,root)
# Own these repositories to not depend on gtk-doc while building:
%dir %{_datadir}/gtk-doc
%dir %{_datadir}/gtk-doc/html
%{_datadir}/gtk-doc/html/*
%files lang -f %{name}-1.lang
%changelog
* Tue Feb 17 2009 vuntz@novell.com
- Update to version 2.25.91:
+ Added some gtk-doc documentation
+ Cleaned-up gtk+ includes
- Add BuildRequires: gtk2-devel
- Remove BuildRequires: gconf2-devel, gtk-doc, libgnomeui-devel,
perl-libxml-perl, pkg-config
- Remove Requires from devel package: gnome-vfs2-devel,
libgnomeui-devel
- Use %%makeinstall
- Merge doc package in devel package since it's gtk-doc (with
Obsoletes/Provides).
- Move glade files to libgdl-1-0 package.
- Drop gdl package since it's now empty (Obsoletes/Provides by
libgdl-1-0).
- Have libgdl-1-0 require the lang package.
- Have devel package require libgdl-1-0.
- Clean file list.
* Thu Oct 23 2008 maw@suse.de
- Update to version 2.24.0:
+ Fixed a dataroot problem