rpms/dhcpv6/devel .cvsignore, 1.3, 1.4 dhcpv6.spec, 1.70, 1.71 sources, 1.3, 1.4 dhc6_alloc.c, 1.1, NONE dhc6_alloc.h, 1.1, NONE dhcp6client.h, 1.1, NONE dhcpv6-0.99.0-libdhcp6client.patch, 1.1, NONE libdhcp6client.pc, 1.2, NONE rfc3315.txt, 1.1, NONE

David Cantrell (dcantrel) fedora-extras-commits at redhat.com
Thu Nov 15 21:40:17 UTC 2007


Author: dcantrel

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

Modified Files:
	.cvsignore dhcpv6.spec sources 
Removed Files:
	dhc6_alloc.c dhc6_alloc.h dhcp6client.h 
	dhcpv6-0.99.0-libdhcp6client.patch libdhcp6client.pc 
	rfc3315.txt 
Log Message:
Lots of changes coming, need to clean up the tree.



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/dhcpv6/devel/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore	8 Nov 2007 22:36:48 -0000	1.3
+++ .cvsignore	15 Nov 2007 21:39:44 -0000	1.4
@@ -1 +1 @@
-dhcpv6-0.99.0.tar.gz
+dhcpv6-0.99.2.tar.gz


Index: dhcpv6.spec
===================================================================
RCS file: /cvs/pkgs/rpms/dhcpv6/devel/dhcpv6.spec,v
retrieving revision 1.70
retrieving revision 1.71
diff -u -r1.70 -r1.71
--- dhcpv6.spec	9 Nov 2007 18:49:56 -0000	1.70
+++ dhcpv6.spec	15 Nov 2007 21:39:44 -0000	1.71
@@ -3,8 +3,8 @@
 
 Summary: DHCPv6 - DHCP server and client for IPv6
 Name:    dhcpv6
-Version: 0.99.0
-Release: 2%{?dist}
+Version: 0.99.2
+Release: 1%{?dist}
 License: BSD
 Group:   System Environment/Daemons
 URL:     http://dhcpv6.sourceforge.net/
@@ -16,7 +16,7 @@
 Source5: dhc6_alloc.h
 Source6: dhcp6client.h
 
-Patch0:  %{name}-0.99.0-libdhcp6client.patch
+Patch0:  %{name}-0.99.1-libdhcp6client.patch
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires: flex
@@ -87,26 +87,16 @@
 
 %{__cp} -fp %{SOURCE2} docs
 
-autoconf
-
 %build
-%configure --prefix=/ --mandir=%{_mandir}
+%configure
 %{__make}
 %{__make} -C libdhcp6client
 
 %install
 %{__rm} -rf %{buildroot}
 %{__sed} 's/@DHCPV6_VERSION@/'%{version}'/' < %{SOURCE1} > libdhcp6client.pc
-%{__make} install DESTDIR=%{buildroot} \
-                  LIBDIR=%{_libdir} \
-                  PKGCFGDIR=%{_libdir}/pkgconfig \
-                  INSTALL_USER=`%{__id} -un` \
-                  INSTALL_GROUP=`%{__id} -gn`
-%{__make} -C libdhcp6client install DESTDIR=%{buildroot} \
-                                    LIBDIR=%{_libdir} \
-                                    PKGCFGDIR=%{_libdir}/pkgconfig \
-                                    INSTALL_USER=`%{__id} -un` \
-                                    INSTALL_GROUP=`%{__id} -gn`
+%{__make} install DESTDIR=%{buildroot}
+%{__make} -C libdhcp6client install DESTDIR=%{buildroot}
 
 %{__mkdir} -p %{buildroot}%{_localstatedir}/lib/%{name}
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/dhcpv6/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	8 Nov 2007 22:36:48 -0000	1.3
+++ sources	15 Nov 2007 21:39:44 -0000	1.4
@@ -1 +1 @@
-0181c7ef518570e7d33c493ff118ceed  dhcpv6-0.99.0.tar.gz
+adf72e8ff4d03894799624fa5f63ef16  dhcpv6-0.99.2.tar.gz


--- dhc6_alloc.c DELETED ---


--- dhc6_alloc.h DELETED ---


--- dhcp6client.h DELETED ---


--- dhcpv6-0.99.0-libdhcp6client.patch DELETED ---


--- libdhcp6client.pc DELETED ---


--- rfc3315.txt DELETED ---




More information about the fedora-extras-commits mailing list