SPECS: libdhcp.spec - BR: ac, am, lt - ghost soname symlink - update...

qboosh qboosh at pld-linux.org
Fri Dec 14 18:49:59 CET 2007


Author: qboosh                       Date: Fri Dec 14 17:49:59 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- BR: ac,am,lt
- ghost soname symlink
- updated libdhcp4client-devel BR

---- Files affected:
SPECS:
   libdhcp.spec (1.4 -> 1.5) 

---- Diffs:

================================================================
Index: SPECS/libdhcp.spec
diff -u SPECS/libdhcp.spec:1.4 SPECS/libdhcp.spec:1.5
--- SPECS/libdhcp.spec:1.4	Fri Dec 14 02:03:16 2007
+++ SPECS/libdhcp.spec	Fri Dec 14 18:49:54 2007
@@ -4,16 +4,19 @@
 Name:		libdhcp
 Version:	1.99.1
 Release:	1
-License:	GPL
+License:	GPL v2+
 Group:		Libraries
 Source0:	%{name}-%{version}.tar.bz2
 # Source0-md5:	0197bdbdd17cef23ced4edafa42fe59c
 Patch0:		%{name}-libnl.patch
 URL:		http://people.redhat.com/dcantrel/
+BuildRequires:	autoconf >= 2.61
+BuildRequires:	automake
 BuildRequires:	dhcp-devel
-BuildRequires:	libdhcp4client-devel >= 4:3.0.4-18
+BuildRequires:	libdhcp4client-devel >= 4:3.1.0
 BuildRequires:	libdhcp6client-devel >= 0.10-38
 BuildRequires:	libnl-devel >= 1.0-0.pre5.1
+BuildRequires:	libtool
 BuildRequires:	pkgconfig
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -65,8 +68,6 @@
 %patch0 -p1
 
 %build
-rm -rf $RPM_BUILD_ROOT
-
 %{__libtoolize}
 %{__aclocal} -I m4
 %{__autoconf}
@@ -76,6 +77,7 @@
 
 %install
 rm -rf $RPM_BUILD_ROOT
+
 %{__make} install \
 	DESTDIR=$RPM_BUILD_ROOT
 
@@ -88,7 +90,8 @@
 %files
 %defattr(644,root,root,755)
 %doc README COPYING ChangeLog TODO
-%attr(755,root,root) %{_libdir}/libdhcp-*.so.*
+%attr(755,root,root) %{_libdir}/libdhcp-*.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/libdhcp-*.so.?
 
 %files devel
 %defattr(644,root,root,755)
@@ -107,6 +110,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.5  2007-12-14 17:49:54  qboosh
+- BR: ac,am,lt
+- ghost soname symlink
+- updated libdhcp4client-devel BR
+
 Revision 1.4  2007-12-14 01:03:16  patrys
 - 1.99.1
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/libdhcp.spec?r1=1.4&r2=1.5&f=u



More information about the pld-cvs-commit mailing list