2007-10-11 04:32:06 +02:00
|
|
|
#
|
2011-04-06 09:40:36 +02:00
|
|
|
# spec file for package gdl
|
2007-10-11 04:32:06 +02:00
|
|
|
#
|
2019-10-04 17:33:37 +02:00
|
|
|
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
2007-10-11 04:32:06 +02:00
|
|
|
#
|
2008-09-05 01:05:16 +02:00
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
# upon. The license for this file, and modifications and additions to the
|
|
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
|
|
# license for the pristine package is not an Open Source License, in which
|
|
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
|
|
# published by the Open Source Initiative.
|
|
|
|
|
2019-10-04 17:33:37 +02:00
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
2007-10-11 04:32:06 +02:00
|
|
|
#
|
|
|
|
|
2012-01-17 16:05:35 +01:00
|
|
|
|
2007-10-11 04:32:06 +02:00
|
|
|
Name: gdl
|
2019-10-04 17:33:37 +02:00
|
|
|
Version: 3.34.0
|
2011-12-21 05:35:34 +01:00
|
|
|
Release: 0
|
|
|
|
Summary: Gnome Devtool Libraries
|
2018-03-05 14:47:08 +01:00
|
|
|
License: LGPL-2.1-or-later
|
2017-09-08 17:04:53 +02:00
|
|
|
Group: Development/Libraries/GNOME
|
2018-03-05 14:47:08 +01:00
|
|
|
URL: http://ftp.gnome.org/pub/GNOME/sources/gdl/3.18/
|
2019-10-04 17:33:37 +02:00
|
|
|
Source: https://download.gnome.org/sources/gdl/3.34/%{name}-%{version}.tar.xz
|
2008-10-24 16:56:03 +02:00
|
|
|
BuildRequires: fdupes
|
2011-04-22 13:45:47 +02:00
|
|
|
BuildRequires: gobject-introspection-devel
|
2011-04-22 13:48:15 +02:00
|
|
|
BuildRequires: gtk3-devel
|
2012-09-07 20:32:33 +02:00
|
|
|
BuildRequires: intltool >= 0.40.4
|
2009-07-31 19:20:31 +02:00
|
|
|
BuildRequires: libxml2-devel
|
2009-03-25 19:39:53 +01:00
|
|
|
BuildRequires: translation-update-upstream
|
2007-10-11 04:32:06 +02:00
|
|
|
|
|
|
|
%description
|
|
|
|
Gnome Devtool Libraries contains components and libraries that are
|
|
|
|
intended to be shared between GNOME development tools, including
|
|
|
|
gnome-debug, gnome-build, and anjuta2.
|
|
|
|
|
2012-09-07 20:31:33 +02:00
|
|
|
%package -n libgdl-3-5
|
2011-12-21 05:35:34 +01:00
|
|
|
Summary: Gnome Devtool Libraries
|
2008-10-24 16:56:03 +02:00
|
|
|
Group: System/Libraries
|
2009-02-19 18:33:25 +01:00
|
|
|
Provides: gdl = %{version}
|
2011-07-26 00:06:47 +02:00
|
|
|
Obsoletes: gdl < %{version}
|
2008-10-24 16:56:03 +02:00
|
|
|
|
2012-09-07 20:31:33 +02:00
|
|
|
%description -n libgdl-3-5
|
2008-10-24 16:56:03 +02:00
|
|
|
Gnome Devtool Libraries contains components and libraries that are
|
|
|
|
intended to be shared between GNOME development tools, including
|
|
|
|
gnome-debug, gnome-build, and anjuta2.
|
|
|
|
|
2011-12-12 16:56:01 +01:00
|
|
|
%package -n typelib-1_0-Gdl-3
|
2017-09-08 17:04:53 +02:00
|
|
|
Summary: Introspection bindings for the Gnome Devtool libraries
|
2011-12-12 16:56:01 +01:00
|
|
|
Group: System/Libraries
|
|
|
|
|
|
|
|
%description -n typelib-1_0-Gdl-3
|
|
|
|
Gnome Devtool Libraries contains components and libraries that are
|
|
|
|
intended to be shared between GNOME development tools, including
|
|
|
|
gnome-debug, gnome-build, and anjuta2.
|
|
|
|
|
2011-12-21 05:35:34 +01:00
|
|
|
This package provides the GObject Introspection bindings for GDL.
|
|
|
|
|
2007-10-11 04:32:06 +02:00
|
|
|
%package devel
|
2017-09-08 17:04:53 +02:00
|
|
|
Summary: Development files for the Gnome Devtool libraries
|
2011-07-26 00:06:47 +02:00
|
|
|
Group: Development/Libraries/GNOME
|
2012-09-07 20:31:33 +02:00
|
|
|
Requires: libgdl-3-5 = %{version}
|
2011-12-12 16:56:01 +01:00
|
|
|
Requires: typelib-1_0-Gdl-3 = %{version}
|
2007-10-11 04:32:06 +02:00
|
|
|
|
|
|
|
%description devel
|
|
|
|
Gnome Devtool Libraries contains components and libraries that are
|
|
|
|
intended to be shared between GNOME development tools, including
|
|
|
|
gnome-debug, gnome-build, and anjuta2.
|
|
|
|
|
|
|
|
%lang_package
|
2018-03-05 14:47:08 +01:00
|
|
|
|
2009-05-28 23:55:28 +02:00
|
|
|
%prep
|
2007-10-11 04:32:06 +02:00
|
|
|
%setup -q
|
2009-03-25 19:39:53 +01:00
|
|
|
translation-update-upstream
|
2007-10-11 04:32:06 +02:00
|
|
|
|
|
|
|
%build
|
|
|
|
%configure
|
2011-10-04 09:06:25 +02:00
|
|
|
make %{?_smp_mflags} V=1
|
2007-10-11 04:32:06 +02:00
|
|
|
|
2011-10-04 09:06:25 +02:00
|
|
|
%install
|
2017-09-08 17:04:53 +02:00
|
|
|
%make_install
|
2018-03-05 14:47:08 +01:00
|
|
|
find %{buildroot} -type f -name "*.la" -delete -print
|
2011-04-22 13:45:47 +02:00
|
|
|
%find_lang %{name}-3
|
2011-10-04 09:06:25 +02:00
|
|
|
%fdupes -s %{buildroot}
|
2007-10-11 04:32:06 +02:00
|
|
|
|
2012-09-07 20:31:33 +02:00
|
|
|
%post -n libgdl-3-5 -p /sbin/ldconfig
|
|
|
|
%postun -n libgdl-3-5 -p /sbin/ldconfig
|
2007-10-11 04:32:06 +02:00
|
|
|
|
2012-09-07 20:31:33 +02:00
|
|
|
%files -n libgdl-3-5
|
2018-03-05 14:47:08 +01:00
|
|
|
%license COPYING
|
|
|
|
%doc AUTHORS ChangeLog NEWS README
|
2008-10-24 16:56:03 +02:00
|
|
|
%{_libdir}/*.so.*
|
2011-12-12 16:56:01 +01:00
|
|
|
|
|
|
|
%files -n typelib-1_0-Gdl-3
|
2011-04-22 13:45:47 +02:00
|
|
|
%{_libdir}/girepository-1.0/Gdl-3.typelib
|
2008-10-24 16:56:03 +02:00
|
|
|
|
2007-10-11 04:32:06 +02:00
|
|
|
%files devel
|
2009-05-28 03:54:07 +02:00
|
|
|
%{_includedir}/libgdl*
|
2007-10-11 04:32:06 +02:00
|
|
|
%{_libdir}/pkgconfig/*.pc
|
|
|
|
%{_libdir}/*.so
|
2011-04-22 13:45:47 +02:00
|
|
|
%{_datadir}/gir-1.0/Gdl-3.gir
|
2011-10-04 09:06:25 +02:00
|
|
|
%{_datadir}/gtk-doc/html/gdl-3.0/
|
2008-04-02 23:23:21 +02:00
|
|
|
|
2011-04-22 13:45:47 +02:00
|
|
|
%files lang -f %{name}-3.lang
|
2008-04-02 23:23:21 +02:00
|
|
|
|
2007-10-11 04:32:06 +02:00
|
|
|
%changelog
|