Accepting request 290611 from devel:libraries:c_c++
1 OBS-URL: https://build.opensuse.org/request/show/290611 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libdaemon?expand=0&rev=27
This commit is contained in:
commit
faf67932c1
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:6ca0c90323192503f5289e074f84d72d66091b87ea1ecad04f3f97b938d30cbf
|
|
||||||
size 278637
|
|
BIN
libdaemon-0.14.tar.gz
(Stored with Git LFS)
Normal file
BIN
libdaemon-0.14.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Mar 11 19:07:47 UTC 2015 - mpluskal@suse.com
|
||||||
|
|
||||||
|
- Cleanup spec file with spec-cleaner
|
||||||
|
- Use url for source
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Feb 11 19:25:52 UTC 2012 - crrodriguez@opensuse.org
|
Sat Feb 11 19:25:52 UTC 2012 - crrodriguez@opensuse.org
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libdaemon
|
# spec file for package libdaemon
|
||||||
#
|
#
|
||||||
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2015 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
|
||||||
@ -17,13 +17,13 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: libdaemon
|
Name: libdaemon
|
||||||
Url: http://0pointer.de/lennart/projects/libdaemon/
|
|
||||||
Version: 0.14
|
Version: 0.14
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Lightweight C library That Eases the Writing of UNIX Daemons
|
Summary: Lightweight C library That Eases the Writing of UNIX Daemons
|
||||||
License: LGPL-2.1+
|
License: LGPL-2.1+
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Source: %{name}-%{version}.tar.bz2
|
Url: http://0pointer.de/lennart/projects/libdaemon
|
||||||
|
Source: http://0pointer.de/lennart/projects/libdaemon/%{name}-%{version}.tar.gz
|
||||||
BuildRequires: doxygen
|
BuildRequires: doxygen
|
||||||
BuildRequires: pkg-config
|
BuildRequires: pkg-config
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
@ -48,8 +48,8 @@ daemons.
|
|||||||
Summary: Lightweight C library That Eases the Writing of UNIX Daemons
|
Summary: Lightweight C library That Eases the Writing of UNIX Daemons
|
||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Requires: libdaemon0 = %{version}
|
|
||||||
Requires: glibc-devel
|
Requires: glibc-devel
|
||||||
|
Requires: libdaemon0 = %{version}
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
libdaemon is a lightweight C library that eases the writing of UNIX
|
libdaemon is a lightweight C library that eases the writing of UNIX
|
||||||
@ -60,12 +60,13 @@ daemons.
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
%configure \
|
%configure \
|
||||||
--disable-static --with-pic \
|
--disable-static \
|
||||||
|
--with-pic \
|
||||||
--disable-lynx
|
--disable-lynx
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%makeinstall
|
make DESTDIR=%{buildroot} install %{?_smp_mflags}
|
||||||
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}
|
||||||
|
Loading…
Reference in New Issue
Block a user