forked from pool/libdaemon
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
This commit is contained in:
parent
26e6c3e709
commit
b2cd1293c0
@ -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
|
Wed Mar 11 19:07:47 UTC 2015 - mpluskal@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libdaemon
|
# 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
|
# 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
|
||||||
@ -25,7 +25,7 @@ Group: System/Libraries
|
|||||||
Url: http://0pointer.de/lennart/projects/libdaemon
|
Url: http://0pointer.de/lennart/projects/libdaemon
|
||||||
Source: http://0pointer.de/lennart/projects/libdaemon/%{name}-%{version}.tar.gz
|
Source: http://0pointer.de/lennart/projects/libdaemon/%{name}-%{version}.tar.gz
|
||||||
BuildRequires: doxygen
|
BuildRequires: doxygen
|
||||||
BuildRequires: pkg-config
|
BuildRequires: pkgconfig
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -66,13 +66,12 @@ daemons.
|
|||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
make DESTDIR=%{buildroot} install %{?_smp_mflags}
|
%make_install
|
||||||
rm -f %{buildroot}%{_libdir}/libdaemon.la
|
rm -f %{buildroot}%{_libdir}/libdaemon.la
|
||||||
# We don't care about the HTML README
|
# We don't care about the HTML README
|
||||||
rm %{buildroot}%{_datadir}/doc/libdaemon/{README.html,style.css}
|
rm %{buildroot}%{_datadir}/doc/libdaemon/{README.html,style.css}
|
||||||
|
|
||||||
%post -n libdaemon0 -p /sbin/ldconfig
|
%post -n libdaemon0 -p /sbin/ldconfig
|
||||||
|
|
||||||
%postun -n libdaemon0 -p /sbin/ldconfig
|
%postun -n libdaemon0 -p /sbin/ldconfig
|
||||||
|
|
||||||
%files -n libdaemon0
|
%files -n libdaemon0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user