From b2cd1293c0107f16a9faa0811bec6108331333e453d99df860a87831ed49da83 Mon Sep 17 00:00:00 2001 From: Michal Vyskocil Date: Fri, 24 Mar 2017 14:47:34 +0000 Subject: [PATCH] Accepting request 482510 from home:kstreitova:branches:devel:libraries:c_c++ - cleanup with spec-cleaner OBS-URL: https://build.opensuse.org/request/show/482510 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libdaemon?expand=0&rev=12 --- libdaemon.changes | 5 +++++ libdaemon.spec | 7 +++---- 2 files changed, 8 insertions(+), 4 deletions(-) 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