From 87d9756b0152914a7597589f5e982855dc128396eace5d73af0b45e030bbe894 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Wed, 28 Mar 2018 20:47:56 +0000 Subject: [PATCH] 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 --- liblrdf.changes | 6 ++++++ liblrdf.spec | 11 ++++++----- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/liblrdf.changes b/liblrdf.changes index 5306497..d734943 100644 --- a/liblrdf.changes +++ b/liblrdf.changes @@ -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 diff --git a/liblrdf.spec b/liblrdf.spec index ee5019c..5453605 100644 --- a/liblrdf.spec +++ b/liblrdf.spec @@ -1,7 +1,7 @@ # # 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 # remain the property of their copyright owners, unless otherwise agreed @@ -20,9 +20,9 @@ Name: liblrdf Version: 0.5.0 Release: 0 Summary: A library to Manipulate RDF Files for LADSPA Plug-Ins -License: GPL-2.0+ +License: GPL-2.0-or-later 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 Source99: baselibs.conf BuildRequires: ladspa-devel @@ -31,7 +31,6 @@ BuildRequires: libtool BuildRequires: libxml2-devel BuildRequires: openssl-devel BuildRequires: pkgconfig -BuildRoot: %{_tmppath}/%{name}-%{version}-build %description 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 -C examples distclean rm -f examples/.gitignore +rm -rf examples/.deps rm -f examples/Makefile.* %post -n liblrdf2 -p /sbin/ldconfig @@ -83,7 +83,8 @@ rm -f examples/Makefile.* %files -n liblrdf2 %defattr(-,root,root) -%doc AUTHORS COPYING ChangeLog NEWS README +%license COPYING +%doc AUTHORS ChangeLog NEWS README %{_libdir}/lib*.so.2* %files devel