New upstream version 0.12
This commit is contained in:
parent
f3c1d3d33f
commit
2c4a933d3f
@ -1 +1 @@
|
|||||||
libdaemon-0.11.tar.gz
|
libdaemon-0.12.tar.gz
|
||||||
|
@ -1,14 +1,13 @@
|
|||||||
Name: libdaemon
|
Name: libdaemon
|
||||||
Version: 0.11
|
Version: 0.12
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: library for writing UNIX daemons
|
Summary: Library for writing UNIX daemons
|
||||||
|
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
License: GPL
|
License: GPL
|
||||||
URL: http://www.stud.uni-hamburg.de/users/lennart/projects/libdaemon
|
URL: http://www.stud.uni-hamburg.de/users/lennart/projects/libdaemon
|
||||||
Source0: %{name}-%{version}.tar.gz
|
Source0: %{name}-%{version}.tar.gz
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
Patch0: libdaemon-0.11-stdarg-fix.patch
|
|
||||||
|
|
||||||
# Requires lynx to build the docs
|
# Requires lynx to build the docs
|
||||||
BuildRequires: lynx
|
BuildRequires: lynx
|
||||||
@ -28,7 +27,7 @@ It consists of the following parts:
|
|||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
Summary: libraries and header files for libdaemon development
|
Summary: Libraries and header files for libdaemon development
|
||||||
Requires: libdaemon = %{version}
|
Requires: libdaemon = %{version}
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
@ -37,7 +36,6 @@ necessary for developing programs using libdaemon.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p1 -b .stdarg-fix
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --disable-static
|
%configure --disable-static
|
||||||
@ -70,6 +68,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_libdir}/pkgconfig/*.pc
|
%{_libdir}/pkgconfig/*.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jul 11 2007 Lennart Poettering <lpoetter@redhat.com> - 0.12-1
|
||||||
|
- Update to upstream 0.12. (Basically just includes patch from 0.11-2)
|
||||||
|
|
||||||
* Mon Jul 2 2007 Dan Williams <dcbw@redhat.com> - 0.11-2
|
* Mon Jul 2 2007 Dan Williams <dcbw@redhat.com> - 0.11-2
|
||||||
- Fix double-free bug when closing daemon file descriptor (avahi.org #148)
|
- Fix double-free bug when closing daemon file descriptor (avahi.org #148)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user