rpms/libdhcp/devel libdhcp.spec,1.50,1.51

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Thu Apr 12 20:20:41 UTC 2007


Author: dcantrel

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

Modified Files:
	libdhcp.spec 
Log Message:
* Thu Apr 12 2007 David Cantrell <dcantrell at redhat.com> - 1.24-3
- Put libdhcp.a in the libdhcp-devel-static package



Index: libdhcp.spec
===================================================================
RCS file: /cvs/dist/rpms/libdhcp/devel/libdhcp.spec,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -r1.50 -r1.51
--- libdhcp.spec	11 Apr 2007 21:18:52 -0000	1.50
+++ libdhcp.spec	12 Apr 2007 20:20:34 -0000	1.51
@@ -1,15 +1,17 @@
-Summary:    A library for network interface configuration with DHCP
-Name:       libdhcp
-Version:    1.24
-Release:    2%{?dist}
-License:    GPL
-Group:      Development/Libraries
-URL:        http://people.redhat.com/dcantrel/%{name}/%{name}-%{version}.tar.bz2
-Source0:    %{name}-%{version}.tar.bz2
-Patch0:     %{name}-1.24-option-list.patch
+Summary: A library for network interface configuration with DHCP
+Name:    libdhcp
+Version: 1.24
+Release: 3%{?dist}
+License: GPL
+Group:   Development/Libraries
+URL:     http://people.redhat.com/dcantrel/%{name}/
+
+Source:  http://people.redhat.com/dcantrel/%{name}/%{name}-%{version}.tar.bz2
+Patch0:  %{name}-1.24-option-list.patch
+
 BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires: dhcp-devel, libdhcp4client-devel >= 12:3.0.4-18
-BuildRequires: libdhcp6client-devel >= 0.10-38 , libnl-devel >= 1.0-0.10.pre5.4
+BuildRequires: libdhcp6client-devel >= 0.10-38, libnl-devel >= 1.0-0.10.pre5.4
 BuildRequires: pkgconfig
 
 %description
@@ -22,7 +24,7 @@
 network parameter autoconfiguration with DHCP.
 
 %package devel
-Summary:	 C header files for development with libdhcp.
+Summary:  C header files for development with libdhcp
 Group:    Development/Libraries
 Requires: %{name} = %{version}-%{release}
 Requires: libdhcp4client-devel, libdhcp6client-devel, libnl-devel
@@ -30,6 +32,14 @@
 %description devel
 C header files for development with libdhcp.
 
+%package devel-static
+Summary:  Static archive of libdhcp
+Group:    Development/Libraries
+Requires: %{name}-devel = %{version}-%{release}, libdhcp4client-devel-static
+
+%description devel-static
+The libdhcp-devel-static package contains the static archive for libdhcp.
+
 %prep
 %setup -q
 %patch0 -p1 -b .optionlist
@@ -56,11 +66,17 @@
 %defattr(-,root,root,-)
 %doc examples/
 %{_libdir}/libdhcp.so
-%{_libdir}/libdhcp.a
 %{_includedir}/libdhcp
 %{_libdir}/pkgconfig/libdhcp.pc
 
+%files devel-static
+%defattr(-,root,root,-)
+%{_libdir}/libdhcp.a
+
 %changelog
+* Thu Apr 12 2007 David Cantrell <dcantrell at redhat.com> - 1.24-3
+- Put libdhcp.a in the libdhcp-devel-static package
+
 * Wed Apr 11 2007 David Cantrell <dcantrell at redhat.com> - 1.24-2
 - Request and handle static-routes option for IPv4 requests (#149736)
 




More information about the fedora-cvs-commits mailing list