Accepting request 592065 from home:dimstar:Factory
Fix build with automake 1.16 OBS-URL: https://build.opensuse.org/request/show/592065 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/liblrdf?expand=0&rev=14
This commit is contained in:
parent
ae071c4adb
commit
87d9756b01
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Mar 28 14:23:35 UTC 2018 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
- Also delete examples/.deps: with automake 1.16, this directory is
|
||||||
|
newly also generated and remains back with make distcheck.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Feb 10 18:08:24 UTC 2015 - p.drouand@gmail.com
|
Tue Feb 10 18:08:24 UTC 2015 - p.drouand@gmail.com
|
||||||
|
|
||||||
|
11
liblrdf.spec
11
liblrdf.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package liblrdf
|
# spec file for package liblrdf
|
||||||
#
|
#
|
||||||
# Copyright (c) 2015 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: liblrdf
|
|||||||
Version: 0.5.0
|
Version: 0.5.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A library to Manipulate RDF Files for LADSPA Plug-Ins
|
Summary: A library to Manipulate RDF Files for LADSPA Plug-Ins
|
||||||
License: GPL-2.0+
|
License: GPL-2.0-or-later
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Url: https://github.com/swh/LRDF
|
URL: https://github.com/swh/LRDF
|
||||||
Source: https://github.com/swh/LRDF/archive/%{version}.tar.gz
|
Source: https://github.com/swh/LRDF/archive/%{version}.tar.gz
|
||||||
Source99: baselibs.conf
|
Source99: baselibs.conf
|
||||||
BuildRequires: ladspa-devel
|
BuildRequires: ladspa-devel
|
||||||
@ -31,7 +31,6 @@ BuildRequires: libtool
|
|||||||
BuildRequires: libxml2-devel
|
BuildRequires: libxml2-devel
|
||||||
BuildRequires: openssl-devel
|
BuildRequires: openssl-devel
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
This is a library to make it easy to manipulate RDF files describing
|
This is a library to make it easy to manipulate RDF files describing
|
||||||
@ -75,6 +74,7 @@ make %{?_smp_mflags}
|
|||||||
make DESTDIR=%{buildroot} install %{?_smp_mflags}
|
make DESTDIR=%{buildroot} install %{?_smp_mflags}
|
||||||
make -C examples distclean
|
make -C examples distclean
|
||||||
rm -f examples/.gitignore
|
rm -f examples/.gitignore
|
||||||
|
rm -rf examples/.deps
|
||||||
rm -f examples/Makefile.*
|
rm -f examples/Makefile.*
|
||||||
|
|
||||||
%post -n liblrdf2 -p /sbin/ldconfig
|
%post -n liblrdf2 -p /sbin/ldconfig
|
||||||
@ -83,7 +83,8 @@ rm -f examples/Makefile.*
|
|||||||
|
|
||||||
%files -n liblrdf2
|
%files -n liblrdf2
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc AUTHORS COPYING ChangeLog NEWS README
|
%license COPYING
|
||||||
|
%doc AUTHORS ChangeLog NEWS README
|
||||||
%{_libdir}/lib*.so.2*
|
%{_libdir}/lib*.so.2*
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
|
Loading…
Reference in New Issue
Block a user