rpms/tcp_wrappers/devel tcp_wrappers.spec,1.20,1.21

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Mon Dec 4 13:47:58 UTC 2006


Author: twoerner

Update of /cvs/dist/rpms/tcp_wrappers/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv1173

Modified Files:
	tcp_wrappers.spec 
Log Message:
[tw]
- moved devel libraries, headers and man pages into devel sub package (#193188)
- new libs sub package for libraries
- using BuildRequires instead of BuildPreReq




Index: tcp_wrappers.spec
===================================================================
RCS file: /cvs/dist/rpms/tcp_wrappers/devel/tcp_wrappers.spec,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- tcp_wrappers.spec	12 Jul 2006 08:26:50 -0000	1.20
+++ tcp_wrappers.spec	4 Dec 2006 13:47:56 -0000	1.21
@@ -1,7 +1,7 @@
 Summary: A security tool which acts as a wrapper for TCP daemons.
 Name: tcp_wrappers
 Version: 7.6
-Release: 40.2.1
+Release: 41
 
 %define LIB_MAJOR 0
 %define LIB_MINOR 7
@@ -28,8 +28,9 @@
 Patch15: tcp_wrappers-7.6-fix_sig-bug141110.patch
 Patch16: tcp_wrappers-7.6-162412.patch
 # required by sin_scope_id in ipv6 patch
-BuildPreReq: glibc-devel >= 2.2		
+BuildRequires: glibc-devel >= 2.2		
 BuildRoot: %{_tmppath}/%{name}-root
+Requires: tcp_wrappers-libs = %{version}-%{release}
 
 %description
 The tcp_wrappers package provides small daemon programs which can
@@ -41,6 +42,22 @@
 
 This version also supports IPv6.
 
+%package libs
+Summary: tcp_wrappers libraries.
+Group: System Environment/Libraries
+
+%description libs
+tcp_wrappers-libs contains the libraries of the tcp_wrappers package.
+
+%package devel
+Summary: tcp_wrappers development libraries and headers.
+Group: Development/Libraries
+Requires: tcp_wrappers-libs = %{version}-%{release}
+
+%description devel
+tcp_wrappers-devel contains the libraries and header files needed to
+develop applications with tcp_wrappers support.
+
 %prep
 %setup -q -n %{name}_%{version}
 %patch0 -p1 -b .config
@@ -99,13 +116,27 @@
 %files
 %defattr(-,root,root)
 %doc BLURB CHANGES README* DISCLAIMER Banners.Makefile
-%{_mandir}/man[358]/*
+%{_sbindir}/*
+%{_mandir}/man8/*
+
+%files libs
+%defattr(-,root,root)
+%{_libdir}/*.so.*
+%{_mandir}/man5/*
+
+%files devel
+%defattr(-,root,root)
 %{_includedir}/*
 %{_libdir}/*.a
-%{_libdir}/*.so*
-%{_sbindir}/*
+%{_libdir}/*.so
+%{_mandir}/man3/*
 
 %changelog
+* Mon Dec  4 2006 Thomas Woerner <twoerner at redhat.com> 7.6-41
+- moved devel libraries, headers and man pages into devel sub package (#193188)
+- new libs sub package for libraries
+- using BuildRequires instead of BuildPreReq
+
 * Wed Jul 12 2006 Jesse Keating <jkeating at redhat.com> - 7.6-40.2.1
 - rebuild
 




More information about the fedora-cvs-commits mailing list