rpms/libdhcp/devel .cvsignore, 1.16, 1.17 libdhcp.spec, 1.35, 1.36 sources, 1.28, 1.29

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Fri Oct 27 22:48:01 UTC 2006


Author: dcantrel

Update of /cvs/dist/rpms/libdhcp/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv6230

Modified Files:
	.cvsignore libdhcp.spec sources 
Log Message:
- Replace enum dhcp_state_e in libdhcp.h with the actual typedef



Index: .cvsignore
===================================================================
RCS file: /cvs/dist/rpms/libdhcp/devel/.cvsignore,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- .cvsignore	23 Oct 2006 20:36:50 -0000	1.16
+++ .cvsignore	27 Oct 2006 22:47:59 -0000	1.17
@@ -1 +1 @@
-libdhcp-1.16.tar.bz2
+libdhcp-1.17.tar.bz2


Index: libdhcp.spec
===================================================================
RCS file: /cvs/dist/rpms/libdhcp/devel/libdhcp.spec,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- libdhcp.spec	23 Oct 2006 20:36:50 -0000	1.35
+++ libdhcp.spec	27 Oct 2006 22:47:59 -0000	1.36
@@ -1,8 +1,6 @@
-%define pkgcfgdir %{_libdir}/pkgconfig
-
 Summary:    A library for network interface configuration with DHCP
 Name:       libdhcp
-Version:    1.16
+Version:    1.17
 Release:    1%{?dist}
 License:    GPL
 Group:      Development/Libraries
@@ -39,7 +37,7 @@
 CFLAGS="$RPM_OPT_FLAGS $CFLAGS" CC=%{__cc} make %{?_smp_mflags}
 
 %install
-%makeinstall pkgcfgdir=${RPM_BUILD_ROOT}%{pkgcfgdir}
+%makeinstall pkgcfgdir=${RPM_BUILD_ROOT}%{_libdir}/pkgconfig
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -58,10 +56,13 @@
 %{_libdir}/libdhcp.so
 %{_libdir}/libdhcp.a
 %{_includedir}/libdhcp
-%{pkgcfgdir}/libdhcp.pc
+%{_libdir}/pkgconfig/libdhcp.pc
 %doc html/ examples/
 
 %changelog
+* Fri Oct 27 2006 David Cantrell <dcantrell at redhat.com> - 1.17-1
+- Replace enum dhcp_state_e in libdhcp.h with the actual typedef
+
 * Fri Oct 20 2006 David Cantrell <dcantrell at redhat.com> - 1.16-1
 - Fix search_list dynamic allocation (#201907)
 


Index: sources
===================================================================
RCS file: /cvs/dist/rpms/libdhcp/devel/sources,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- sources	23 Oct 2006 20:36:50 -0000	1.28
+++ sources	27 Oct 2006 22:47:59 -0000	1.29
@@ -1 +1 @@
-54849bb45a4093fd528f214c142997ac  libdhcp-1.16.tar.bz2
+31f651ed7cc1e337a3546b1fbfd6239d  libdhcp-1.17.tar.bz2




More information about the fedora-cvs-commits mailing list