]> git.pld-linux.org Git - packages/tcp_wrappers.git/commitdiff
- added gzipping %doc,
authorkloczek <kloczek@pld-linux.org>
Mon, 3 May 1999 08:43:45 +0000 (08:43 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- changes forr common l&f,
- revision up to 8.

Changed files:
    tcp_wrappers.spec -> 1.6

tcp_wrappers.spec

index 7190a99b23fde6b140eee06db3fa7c4d2b687e3b..4cf32fdfcf654301f483b9074765fdfe691f4a26 100644 (file)
@@ -1,19 +1,21 @@
-Summary:     Security wrapper for tcp daemons
-Summary(de): Sicherheitspackung für tcp-Dämonen 
-Summary(fr): Enveloppe de sécurité pour les démons tcp
-Summary(pl): Wrapper bezpieczeñstwa dla demonów tcp
-Summary(tr): TCP süreçleri için güvenlik sarmalayýcýsý
-Name:        tcp_wrappers
-Version:     7.6
-Release:     7
-Copyright:   Distributable
-Group:       Networking/Admin
-Source:      ftp://coast.cs.purdue.edu/pub/tools/unix/tcp_wrappers/%{name}_%{version}.tar.gz
-Source1:     hosts.allow
-Source2:     hosts.deny
-Patch:       tcpw-config.patch
-Patch1:      tcpw7.2-setenv.patch
-Buildroot:   /tmp/%{name}-%{version}-root
+Summary:       Security wrapper for tcp daemons
+Summary(de):   Sicherheitspackung für tcp-Dämonen 
+Summary(fr):   Enveloppe de sécurité pour les démons tcp
+Summary(pl):   Wrapper bezpieczeñstwa dla demonów tcp
+Summary(tr):   TCP süreçleri için güvenlik sarmalayýcýsý
+Name:          tcp_wrappers
+Version:       7.6
+Release:       8
+Copyright:     Distributable
+Group:         Networking/Admin
+Source:                ftp://coast.cs.purdue.edu/pub/tools/unix/tcp_wrappers/%{name}_%{version}.tar.gz
+Source1:       hosts.allow
+Source2:       hosts.deny
+Patch0:                tcp_wrappers-config.patch
+Patch1:                tcp_wrappers-inet_dir.patch
+Patch2:                tcp_wrappers-doc_fix.patch
+Patch3:                tcp_wrappers-ipv6.patch
+Buildroot:     /tmp/%{name}-%{version}-root
 
 %description
 With this package you can monitor and filter incoming requests for the
@@ -36,9 +38,10 @@ a
 saðlar.
 
 %package -n libwrap
-Summary:     Security wrapper access control library
-Summary(pl): Biblioteki wrappera bezpieczeñstwa
-Group:       Libraries
+Summary:       Security wrapper access control library
+Summary(pl):   Biblioteki wrappera bezpieczeñstwa
+Group:         Libraries
+Group(pl):     Biblioteki
 
 %description -n libwrap
 Security wrapper access control library which implement a rule-based access
@@ -52,11 +55,13 @@ zale
 
 %prep
 %setup -q -n %{name}_%{version}
-%patch -p1 -b .config
-%patch1 -p1 -b .setenv
+%patch0 -p1
+%patch1 -p1
+%patch2 -p1
+%patch3 -p1
 
 %build
-make linux
+make linux RPM_OPT_FLAGS="$RPM_OPT_FLAGS -DINET6"
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -75,6 +80,9 @@ install libwrap.a $RPM_BUILD_ROOT/usr/lib
 install tcpd.h $RPM_BUILD_ROOT/usr/include
 install -s safe_finger tcpd tcpdchk tcpdmatch try-from $RPM_BUILD_ROOT/usr/sbin
 
+gzip -9nf $RPM_BUILD_ROOT/usr/man/man*/* \
+       BLURB CHANGES README* DISCLAIMER
+
 %post
 if [ -f /etc/hosts.allow -o -f /etc/host.deny ]; then
        mv /etc/tcpd/hosts.allow /etc/tcpd/hosts.allow.newrpm
@@ -86,20 +94,28 @@ fi
 rm -rf $RPM_BUILD_ROOT
 
 %files
-%defattr(644, root, root, 755)
-%doc BLURB CHANGES README* DISCLAIMER Banners.Makefile
-%attr(700, root, root) %dir /etc/tcpd
-%config %verify(not md5 mtime size) /etc/tcpd/hosts.*
-%attr(644, root,  man) /usr/man/man[58]/*
-%attr(755, root, root) /usr/sbin/*
+%defattr(644,root,root,755)
+%doc *gz Banners.Makefile
+%attr(750,root,bin) %dir /etc/tcpd
+%attr(440,root,bin) %config %verify(not md5 mtime size) /etc/tcpd/hosts.*
+/usr/man/man[58]/*
+%attr(755,root,root) /usr/sbin/*
 
 %files -n libwrap
-%defattr(644, root, root)
+%defattr(644,root,root,755)
 /usr/include/tcpd.h
 /usr/lib/libwrap.a
-%attr(644, root,  man) /usr/man/man3/*
+/usr/man/man3/*
 
 %changelog
+* Thu Apr 15 1999 Tomasz K³oczko <kloczek@rudy.mif.pg.gda.pl>
+  [7.6-8]
+- added gzipping %doc,
+- Fix: set <uid>.<gid> to root.bin on /etc/tcpd.
+
+* Wed Nov 18 1998  Wojtek ¦lusarczyk <wojtek@SHADOW.EU.ORG>
+- added some patches prepared by Maciej W. Ró¿ycki <macro@amg.gda.pl>.
+
 * Sun Nov  8 1998 Tomasz K³oczko <kloczek@rudy.mif.pg.gda.pl>
   [7.6-7]
 - in tcpw-config.patch added modifications informs that hosts.{allow,deny}
@@ -124,7 +140,7 @@ rm -rf $RPM_BUILD_ROOT
   to hosts_access(5) instead making sym link to hosts_access.5 (this allow
   compress man pages in future),
 - added %post section with moving previouse hosts.{allow,deny} to /etc/tcpd,
-- added %attr and %defattr macros in %files (allows build package from
+- added %attr and %defattr macros in %files (allow build package from
   non-root account).
 
 * Thu Jun 25 1998 Alan Cox <alan@redhat.com>
This page took 0.204726 seconds and 4 git commands to generate.