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