new release 0.13
This commit is contained in:
parent
cb4bcd3147
commit
8c2f55e45d
@ -1,12 +1,11 @@
|
|||||||
Name: libdaemon
|
Name: libdaemon
|
||||||
Version: 0.12
|
Version: 0.13
|
||||||
Release: 3%{?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: LGPLv2+
|
||||||
URL: http://www.stud.uni-hamburg.de/users/lennart/projects/libdaemon
|
URL: http://0pointer.de/lennart/projects/libdaemon/
|
||||||
Source0: %{name}-%{version}.tar.gz
|
Source0: http://0pointer.de/lennart/projects/libdaemon/%{name}-%{version}.tar.gz
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
|
|
||||||
# Requires lynx to build the docs
|
# Requires lynx to build the docs
|
||||||
@ -28,7 +27,8 @@ 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}-%{release}
|
||||||
|
Requires: pkgconfig
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
The libdaemon-devel package contains the header files and libraries
|
The libdaemon-devel package contains the header files and libraries
|
||||||
@ -44,8 +44,7 @@ make %{?_smp_mflags}
|
|||||||
%install
|
%install
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
make install DESTDIR=$RPM_BUILD_ROOT
|
make install DESTDIR=$RPM_BUILD_ROOT
|
||||||
|
find $RPM_BUILD_ROOT \( -name *.a -o -name *.la \) -exec rm {} \;
|
||||||
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
|
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
@ -68,6 +67,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_libdir}/pkgconfig/*.pc
|
%{_libdir}/pkgconfig/*.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jul 29 2008 Lennart Poettering <lpoetter@redhat.com> - 0.13-1
|
||||||
|
- New release 0.13
|
||||||
|
|
||||||
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.12-3
|
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.12-3
|
||||||
- Autorebuild for GCC 4.3
|
- Autorebuild for GCC 4.3
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user