Accepting request 581041 from GNOME:Next
spec-cleaner OBS-URL: https://build.opensuse.org/request/show/581041 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gdl?expand=0&rev=108
This commit is contained in:
parent
162cc51b24
commit
3d1e24658a
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Feb 28 16:25:56 UTC 2018 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
- Modernize spec-file by calling spec-cleaner
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Sep 10 21:24:31 UTC 2017 - zaitor@opensuse.org
|
Sun Sep 10 21:24:31 UTC 2017 - zaitor@opensuse.org
|
||||||
|
|
||||||
|
17
gdl.spec
17
gdl.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package gdl
|
# spec file for package gdl
|
||||||
#
|
#
|
||||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -20,9 +20,9 @@ Name: gdl
|
|||||||
Version: 3.26.0
|
Version: 3.26.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Gnome Devtool Libraries
|
Summary: Gnome Devtool Libraries
|
||||||
License: LGPL-2.1+
|
License: LGPL-2.1-or-later
|
||||||
Group: Development/Libraries/GNOME
|
Group: Development/Libraries/GNOME
|
||||||
Url: http://ftp.gnome.org/pub/GNOME/sources/gdl/3.18/
|
URL: http://ftp.gnome.org/pub/GNOME/sources/gdl/3.18/
|
||||||
Source: http://download.gnome.org/sources/gdl/3.26/%{name}-%{version}.tar.xz
|
Source: http://download.gnome.org/sources/gdl/3.26/%{name}-%{version}.tar.xz
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: gobject-introspection-devel
|
BuildRequires: gobject-introspection-devel
|
||||||
@ -30,7 +30,6 @@ BuildRequires: gtk3-devel
|
|||||||
BuildRequires: intltool >= 0.40.4
|
BuildRequires: intltool >= 0.40.4
|
||||||
BuildRequires: libxml2-devel
|
BuildRequires: libxml2-devel
|
||||||
BuildRequires: translation-update-upstream
|
BuildRequires: translation-update-upstream
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Gnome Devtool Libraries contains components and libraries that are
|
Gnome Devtool Libraries contains components and libraries that are
|
||||||
@ -72,6 +71,7 @@ intended to be shared between GNOME development tools, including
|
|||||||
gnome-debug, gnome-build, and anjuta2.
|
gnome-debug, gnome-build, and anjuta2.
|
||||||
|
|
||||||
%lang_package
|
%lang_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
translation-update-upstream
|
translation-update-upstream
|
||||||
@ -82,25 +82,22 @@ make %{?_smp_mflags} V=1
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
%make_install
|
%make_install
|
||||||
rm %{buildroot}%{_libdir}/*.la
|
find %{buildroot} -type f -name "*.la" -delete -print
|
||||||
%find_lang %{name}-3
|
%find_lang %{name}-3
|
||||||
%fdupes -s %{buildroot}
|
%fdupes -s %{buildroot}
|
||||||
|
|
||||||
%post -n libgdl-3-5 -p /sbin/ldconfig
|
%post -n libgdl-3-5 -p /sbin/ldconfig
|
||||||
|
|
||||||
%postun -n libgdl-3-5 -p /sbin/ldconfig
|
%postun -n libgdl-3-5 -p /sbin/ldconfig
|
||||||
|
|
||||||
%files -n libgdl-3-5
|
%files -n libgdl-3-5
|
||||||
%defattr(-, root, root)
|
%license COPYING
|
||||||
%doc AUTHORS COPYING ChangeLog NEWS README
|
%doc AUTHORS ChangeLog NEWS README
|
||||||
%{_libdir}/*.so.*
|
%{_libdir}/*.so.*
|
||||||
|
|
||||||
%files -n typelib-1_0-Gdl-3
|
%files -n typelib-1_0-Gdl-3
|
||||||
%defattr(-,root,root)
|
|
||||||
%{_libdir}/girepository-1.0/Gdl-3.typelib
|
%{_libdir}/girepository-1.0/Gdl-3.typelib
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-, root, root)
|
|
||||||
%{_includedir}/libgdl*
|
%{_includedir}/libgdl*
|
||||||
%{_libdir}/pkgconfig/*.pc
|
%{_libdir}/pkgconfig/*.pc
|
||||||
%{_libdir}/*.so
|
%{_libdir}/*.so
|
||||||
|
Loading…
x
Reference in New Issue
Block a user