rpms/libdhcp/devel .cvsignore, 1.26, 1.27 libdhcp.spec, 1.61, 1.62 sources, 1.38, 1.39 libdhcp-1.27-includes.patch, 1.1, NONE

David Cantrell (dcantrel) fedora-extras-commits at redhat.com
Sun Oct 28 16:49:16 UTC 2007


Author: dcantrel

Update of /cvs/pkgs/rpms/libdhcp/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15700

Modified Files:
	.cvsignore libdhcp.spec sources 
Removed Files:
	libdhcp-1.27-includes.patch 
Log Message:
* Fri Oct 26 2007 David Cantrell <dcantrell at redhat.com> - 1.99.0-1
- Upgrade to libdhcp-1.99.0



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/libdhcp/devel/.cvsignore,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- .cvsignore	13 Aug 2007 00:28:38 -0000	1.26
+++ .cvsignore	28 Oct 2007 16:48:40 -0000	1.27
@@ -1 +1 @@
-libdhcp-1.27.tar.bz2
+libdhcp-1.99.0.tar.bz2


Index: libdhcp.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libdhcp/devel/libdhcp.spec,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -r1.61 -r1.62
--- libdhcp.spec	23 Oct 2007 19:26:49 -0000	1.61
+++ libdhcp.spec	28 Oct 2007 16:48:40 -0000	1.62
@@ -1,19 +1,17 @@
-%define dhcp4ver 12:3.1.0
+%define dhcp4ver 12:3.1.0-7
 %define dhcp6ver 0.10-38
 %define libnlver 1.0-0.10.pre5.4
 
 Summary: A library for network interface configuration with DHCP
 Name:    libdhcp
-Version: 1.27
-Release: 4%{?dist}
+Version: 1.99.0
+Release: 1%{?dist}
 License: GPLv2+
 Group:   Development/Libraries
 URL:     http://dcantrel.fedorapeople.org/%{name}
 
 Source:  http://dcantrel.fedorapeople.org/%{name}/%{name}-%{version}.tar.bz2
 
-Patch0:  %{name}-1.27-includes.patch
-
 BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires: dhcp-devel >= %{dhcp4ver}
 BuildRequires: libdhcp4client-devel >= %{dhcp4ver}
@@ -22,11 +20,13 @@
 BuildRequires: pkgconfig
 
 %description
-libdhcp enables programs to invoke and control the Dynamic Host Configuration
-Protocol (DHCP) clients: the Internet Software Consortium (ISC) IPv4 DHCP
-client library, libdhcp4client, and the IPv6 DHCPv6 client library,
-libdhcp6client, and provides Network Interface Configuration (NIC) services
-for network parameter autoconfiguration with DHCP.
+libdhcp provides a central control library for network interface configuration
+by dynamic and static methods.  Interfaces can be configured by DHCP via the
+libdhcp4client library, DHCPv6 by the libdhcp6client library, or statically
+by calling the appropriate libdhcp functions.
+
+The name of the library refers to the original purpose of the library, namely
+to replace libpump which did IPv4 DHCP and static network configuration.
 
 %package devel
 Summary:  C header files for development with libdhcp
@@ -51,13 +51,15 @@
 
 %prep
 %setup -q
-%patch0 -p 1 -b .includes
 
 %build
+CFLAGS="%{optflags} -Werror" \
+%configure
 %{__make} %{?_smp_mflags}
 
 %install
-%{__make} install DESTDIR=%{buildroot} libdir=%{buildroot}%{_libdir}
+%{__make} install DESTDIR=%{buildroot}
+%{__rm} -f %{buildroot}%{_libdir}/libdhcp.la
 
 %clean
 %{__rm} -rf %{buildroot}
@@ -68,12 +70,12 @@
 
 %files
 %defattr(-,root,root,-)
-%{_libdir}/libdhcp.so.1
 %doc README COPYING ChangeLog TODO
+%{_libdir}/libdhcp-1.99.so.0
+%{_libdir}/libdhcp-1.99.so.0.0.0
 
 %files devel
 %defattr(-,root,root,-)
-%doc examples/
 %{_libdir}/libdhcp.so
 %{_includedir}/libdhcp
 %{_libdir}/pkgconfig/libdhcp.pc
@@ -83,6 +85,9 @@
 %{_libdir}/libdhcp.a
 
 %changelog
+* Fri Oct 26 2007 David Cantrell <dcantrell at redhat.com> - 1.99.0-1
+- Upgrade to libdhcp-1.99.0
+
 * Tue Oct 23 2007 David Cantrell <dcantrell at redhat.com> - 1.27-4
 - Patch include paths for isc_dhcp headers
 - Require newer dhcp packages


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/libdhcp/devel/sources,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- sources	13 Aug 2007 00:28:38 -0000	1.38
+++ sources	28 Oct 2007 16:48:40 -0000	1.39
@@ -1 +1 @@
-25b2e3449a071d798720f2c1ae0610dd  libdhcp-1.27.tar.bz2
+49849d906851c356daeacf14d4817424  libdhcp-1.99.0.tar.bz2


--- libdhcp-1.27-includes.patch DELETED ---




More information about the fedora-extras-commits mailing list