SPECS: libdhcp.spec - 1.99.1

patrys patrys at pld-linux.org
Fri Dec 14 02:03:21 CET 2007


Author: patrys                       Date: Fri Dec 14 01:03:21 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- 1.99.1

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

---- Diffs:

================================================================
Index: SPECS/libdhcp.spec
diff -u SPECS/libdhcp.spec:1.3 SPECS/libdhcp.spec:1.4
--- SPECS/libdhcp.spec:1.3	Fri Mar  9 21:13:46 2007
+++ SPECS/libdhcp.spec	Fri Dec 14 02:03:16 2007
@@ -2,16 +2,16 @@
 Summary:	A library for network interface configuration with DHCP
 Summary(pl.UTF-8):	Biblioteka do konfiguracji interfejsów sieciowych przy użyciu DHCP
 Name:		libdhcp
-Version:	1.20
+Version:	1.99.1
 Release:	1
 License:	GPL
 Group:		Libraries
-Source0:	http://people.redhat.com/dcantrel/libdhcp/%{name}-%{version}.tar.bz2
-# Source0-md5:	02376447afa1130ff2427dfead1a2daf
-Patch0:		%{name}-opt.patch
+Source0:	%{name}-%{version}.tar.bz2
+# Source0-md5:	0197bdbdd17cef23ced4edafa42fe59c
+Patch0:		%{name}-libnl.patch
 URL:		http://people.redhat.com/dcantrel/
 BuildRequires:	dhcp-devel
-BuildRequires:	libdhcp4client-devel >= 12:3.0.4-18
+BuildRequires:	libdhcp4client-devel >= 4:3.0.4-18
 BuildRequires:	libdhcp6client-devel >= 0.10-38
 BuildRequires:	libnl-devel >= 1.0-0.pre5.1
 BuildRequires:	pkgconfig
@@ -38,7 +38,7 @@
 Summary(pl.UTF-8):	Pliki nagłówkowe C do programowania z użyciem libdhcp
 Group:		Development/Libraries
 Requires:	%{name} = %{version}-%{release}
-Requires:	libdhcp4client-devel >= 12:3.0.4-18
+Requires:	libdhcp4client-devel >= 4:3.0.4-18
 Requires:	libdhcp6client-devel >= 0.10-38
 Requires:	libnl-devel >= 1.0-0.pre5.1
 
@@ -67,16 +67,17 @@
 %build
 rm -rf $RPM_BUILD_ROOT
 
-%{__make} \
-	OPTFLAGS="%{rpmcflags}" \
-	CC="%{__cc}"
+%{__libtoolize}
+%{__aclocal} -I m4
+%{__autoconf}
+%{__automake}
+%configure
+%{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
 %{__make} install \
-	DESTDIR=$RPM_BUILD_ROOT \
-	libdir=$RPM_BUILD_ROOT%{_libdir} \
-	pkgcfgdir=${RPM_BUILD_ROOT}%{_libdir}/pkgconfig
+	DESTDIR=$RPM_BUILD_ROOT
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -87,12 +88,12 @@
 %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.*
 
 %files devel
 %defattr(644,root,root,755)
-%doc examples
 %attr(755,root,root) %{_libdir}/libdhcp.so
+%{_libdir}/libdhcp.la
 %{_includedir}/libdhcp
 %{_pkgconfigdir}/libdhcp.pc
 
@@ -106,7 +107,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
-Revision 1.3  2007-03-09 20:13:46  qboosh
+Revision 1.4  2007-12-14 01:03:16  patrys
+- 1.99.1
+
+Revision 1.3  2007/03/09 20:13:46  qboosh
 - pl, fixed base Group
 
 Revision 1.2  2007/02/20 20:15:44  arekm
================================================================

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



More information about the pld-cvs-commit mailing list