- Rename -devel-static packages to -static (#225691)
This commit is contained in:
parent
2ba235792b
commit
bf55f11dd7
21
dhcp.spec
21
dhcp.spec
@ -10,7 +10,7 @@
|
|||||||
Summary: DHCP (Dynamic Host Configuration Protocol) server and relay agent
|
Summary: DHCP (Dynamic Host Configuration Protocol) server and relay agent
|
||||||
Name: dhcp
|
Name: dhcp
|
||||||
Version: 3.0.5
|
Version: 3.0.5
|
||||||
Release: 32%{?dist}
|
Release: 33%{?dist}
|
||||||
Epoch: 12
|
Epoch: 12
|
||||||
License: ISC
|
License: ISC
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
@ -99,13 +99,13 @@ Requires: dhcp = %{epoch}:%{version}-%{release}
|
|||||||
%description devel
|
%description devel
|
||||||
Header files and API documentation for using the ISC DHCP libraries.
|
Header files and API documentation for using the ISC DHCP libraries.
|
||||||
|
|
||||||
%package devel-static
|
%package static
|
||||||
Summary: Static archives of libdhcpctl and libomapi
|
Summary: Static archives of libdhcpctl and libomapi
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
Requires: dhcp-devel = %{epoch}:%{version}-%{release}, openldap-devel
|
Requires: dhcp-devel = %{epoch}:%{version}-%{release}, openldap-devel
|
||||||
|
|
||||||
%description devel-static
|
%description static
|
||||||
The dhcp-devel-static package contains the static archive for
|
The dhcp-static package contains the static archive for
|
||||||
libdhcpctl and libomapi.
|
libdhcpctl and libomapi.
|
||||||
|
|
||||||
%package -n libdhcp4client
|
%package -n libdhcp4client
|
||||||
@ -128,13 +128,13 @@ Header files for development with the Internet Software Consortium (ISC)
|
|||||||
Dynamic Host Configuration Protocol (DHCP) Internet Protocol version 4 (IPv4)
|
Dynamic Host Configuration Protocol (DHCP) Internet Protocol version 4 (IPv4)
|
||||||
client library.
|
client library.
|
||||||
|
|
||||||
%package -n libdhcp4client-devel-static
|
%package -n libdhcp4client-static
|
||||||
Summary: Static archive for libdhcp4client
|
Summary: Static archive for libdhcp4client
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
Requires: libdhcp4client-devel = %{epoch}:%{version}-%{release}
|
Requires: libdhcp4client-devel = %{epoch}:%{version}-%{release}
|
||||||
|
|
||||||
%description -n libdhcp4client-devel-static
|
%description -n libdhcp4client-static
|
||||||
The libdhcp4client-devel-static package contains the static archive for
|
The libdhcp4client-static package contains the static archive for
|
||||||
libdhcp4client.
|
libdhcp4client.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
@ -409,7 +409,7 @@ fi
|
|||||||
%attr(0644,root,root) %{_mandir}/man3/dhcpctl.3.gz
|
%attr(0644,root,root) %{_mandir}/man3/dhcpctl.3.gz
|
||||||
%attr(0644,root,root) %{_mandir}/man3/omapi.3.gz
|
%attr(0644,root,root) %{_mandir}/man3/omapi.3.gz
|
||||||
|
|
||||||
%files devel-static
|
%files static
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%{_libdir}/libdhcpctl.a
|
%{_libdir}/libdhcpctl.a
|
||||||
%{_libdir}/libomapi.a
|
%{_libdir}/libomapi.a
|
||||||
@ -424,11 +424,14 @@ fi
|
|||||||
%{_libdir}/pkgconfig/libdhcp4client.pc
|
%{_libdir}/pkgconfig/libdhcp4client.pc
|
||||||
%{_libdir}/libdhcp4client.so
|
%{_libdir}/libdhcp4client.so
|
||||||
|
|
||||||
%files -n libdhcp4client-devel-static
|
%files -n libdhcp4client-static
|
||||||
%defattr(0644,root,root,0755)
|
%defattr(0644,root,root,0755)
|
||||||
%{_libdir}/libdhcp4client.a
|
%{_libdir}/libdhcp4client.a
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Apr 20 2007 David Cantrell <dcantrell@redhat.com> - 12:3.0.5-33
|
||||||
|
- Rename -devel-static packages to -static (#225691)
|
||||||
|
|
||||||
* Tue Apr 17 2007 David Cantrell <dcantrell@redhat.com> - 12:3.0.5-32
|
* Tue Apr 17 2007 David Cantrell <dcantrell@redhat.com> - 12:3.0.5-32
|
||||||
- Added missing newline on usage() screen in dhclient
|
- Added missing newline on usage() screen in dhclient
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user