diff --git a/libdaemon.changes b/libdaemon.changes index b98083f..d593278 100644 --- a/libdaemon.changes +++ b/libdaemon.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Mar 23 15:15:30 UTC 2017 - kstreitova@suse.com + +- cleanup with spec-cleaner + ------------------------------------------------------------------- Wed Mar 11 19:07:47 UTC 2015 - mpluskal@suse.com diff --git a/libdaemon.spec b/libdaemon.spec index 6bea971..fb8248d 100644 --- a/libdaemon.spec +++ b/libdaemon.spec @@ -1,7 +1,7 @@ # # spec file for package libdaemon # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 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 @@ -25,7 +25,7 @@ Group: System/Libraries Url: http://0pointer.de/lennart/projects/libdaemon Source: http://0pointer.de/lennart/projects/libdaemon/%{name}-%{version}.tar.gz BuildRequires: doxygen -BuildRequires: pkg-config +BuildRequires: pkgconfig BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -66,13 +66,12 @@ daemons. make %{?_smp_mflags} %install -make DESTDIR=%{buildroot} install %{?_smp_mflags} +%make_install rm -f %{buildroot}%{_libdir}/libdaemon.la # We don't care about the HTML README rm %{buildroot}%{_datadir}/doc/libdaemon/{README.html,style.css} %post -n libdaemon0 -p /sbin/ldconfig - %postun -n libdaemon0 -p /sbin/ldconfig %files -n libdaemon0