]> git.pld-linux.org Git - packages/cfingerd.git/blobdiff - cfingerd.spec
patch for display GPG Public Keys (by Piotr Majka <charvel@linux.pl>).
[packages/cfingerd.git] / cfingerd.spec
index 1720c9956d00aab48c54ee17dc8f685ddb1577de..134ee8bde3da42d3772d4f9ed2b7a5af3ad1cc5d 100644 (file)
@@ -1,75 +1,96 @@
-Summary:       highly configurable and secure finger daemon with IPv6 support
-Summary(pl):   niezwykle konfigurowalny i bezpieczny demon fingerd ze wspraciem dla IPv6
+Summary:       Highly configurable and secure finger daemon with IPv6 support
+Summary(pl):   Niezwykle konfigurowalny i bezpieczny demon fingerd ze wspraciem dla IPv6
 Name:          cfingerd
-Version:       1.4.0
-Release:       1
+Version:       1.4.3
+Release:       7
+License:       GPL
 Group:         Networking/Daemons
-Group(pl):     Sieciowe/Demony
-Copyright:     GPL
+Group(de):     Netzwerkwesen/Server
+Group(pl):     Sieciowe/Serwery
 Vendor:                Martin Schulze <joey@infodrom.north.de>
 URL:           http://www.infodrom.north.de/cfingerd/
 Source0:       ftp://ftp.infodrom.north.de/pub/people/joey/cfingerd/%{name}-%{version}.tar.gz
-Source1:       cfingerd.logrotate
-Patch0:                cfingerd-ipv6.patch
-Patch1:                cfingerd-config.patch
+Source1:       %{name}.logrotate
+Source2:       %{name}.inetd
+Patch0:                http://www.misiek.eu.org/ipv6/%{name}-1.4.3-ipv6-12121999.patch.gz
+Patch1:                %{name}-config.patch
+Patch2:                %{name}-security_format_bug.patch
+Requires:      inetdaemon
+Prereq:                rc-inetd >= 0.8.1
 Provides:      fingerd
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 Obsoletes:     cfingerd-nobody
 Obsoletes:     cfingerd-noroot
-BuildRoot:     /tmp/%{name}-%{version}-root
+Obsoletes:     efingerd
+Obsoletes:     ffingerd
+Obsoletes:     finger-server
+Obsoletes:     bsd-fingerd
 
 %description
-* CFINGERD is a free finger daemon replacement for standard finger daemons
-  such as GNU Finger, MIT Finger, or KFINGERD.  CFINGERD is highly
-  becoming a respected standard as the finger daemon to use. 
+CFINGERD is a free finger daemon replacement for standard finger
+daemons such as GNU Finger, MIT Finger, or KFINGERD. CFINGERD is
+highly becoming a respected standard as the finger daemon to use.
 
 %description -l pl
-CFINGERD jest darmowym serwerem us³ugi finger zastêpuj±cym inne demony
-  fingera takie jak GNU Finger, MIT Finger, lub KFINGERD. CFINGERD staje
-  siê respektowanym standardem dla demonów us³ugi finger.
+CFINGERD jest darmowym serwerem us³ugi finger zastêpuj±cym inne demony
+fingera takie jak GNU Finger, MIT Finger, lub KFINGERD. CFINGERD staje
+siê respektowanym standardem dla demonów us³ugi finger.
 
 %prep
 %setup -q
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 %build
 ./Configure
-make do_cfingerd
-make do_userlist
+%{__make} all CFLAGS="%{rpmcflags}" LDFLAGS="%{rpmldflags}"
 
 %install
 rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_sysconfdir}/{%{name}/scripts,logrotate.d,sysconfig/rc-inetd} \
+       $RPM_BUILD_ROOT{%{_sbindir},%{_mandir}/man{1,5,8}}
 
-install        -d      $RPM_BUILD_ROOT/etc/{%{name}/scripts,logrotate.d}
-install        -d      $RPM_BUILD_ROOT%{_sbindir}
-install -d      $RPM_BUILD_ROOT%{_mandir}/man{1,5,8}
+install src/cfingerd userlist/userlist $RPM_BUILD_ROOT%{_sbindir}/
+install        cfingerd.conf userlist/userlist.conf texts/*.txt \
+$RPM_BUILD_ROOT%{_sysconfdir}/%{name}/
 
-install -s     src/cfingerd            $RPM_BUILD_ROOT%{_sbindir}/
-install -s     userlist/userlist       $RPM_BUILD_ROOT%{_sbindir}/
-install                texts/*.txt             $RPM_BUILD_ROOT/etc/%{name}/
-install                scripts/*               $RPM_BUILD_ROOT/etc/%{name}/scripts/
-install                cfingerd.conf           $RPM_BUILD_ROOT/etc/%{name}/
-install                userlist/userlist.conf  $RPM_BUILD_ROOT/etc/%{name}/
-install                %{SOURCE1}              $RPM_BUILD_ROOT/etc/logrotate.d/%{name}
-install                userlist/*.1            $RPM_BUILD_ROOT%{_mandir}/man1/
-install                docs/*.5                $RPM_BUILD_ROOT%{_mandir}/man5/
-install                docs/*.8                $RPM_BUILD_ROOT%{_mandir}/man8/
+install scripts/* $RPM_BUILD_ROOT%{_sysconfdir}/%{name}/scripts/
 
-gzip -9nf      $RPM_BUILD_ROOT%{_mandir}/man*/* \
-               CHANGES CREDITS FAQ README README.noroot RECOMMEND TODO
+install %{SOURCE1} $RPM_BUILD_ROOT/etc/logrotate.d/%{name}
+install        %{SOURCE2} $RPM_BUILD_ROOT/etc/sysconfig/rc-inetd/fingerd
+
+install userlist/*.1 $RPM_BUILD_ROOT%{_mandir}/man1/
+install        docs/*.5 $RPM_BUILD_ROOT%{_mandir}/man5/
+install        docs/*.8 $RPM_BUILD_ROOT%{_mandir}/man8/
+
+gzip -9nf CHANGES CREDITS FAQ README README.noroot RECOMMEND TODO
+
+%post
+if [ -f /var/lock/subsys/rc-inetd ]; then
+       /etc/rc.d/init.d/rc-inetd reload 1>&2
+else
+       echo "Type \"/etc/rc.d/init.d/rc-inetd start\" to start inet sever" 1>&2
+fi
+
+%postun
+if [ -f /var/lock/subsys/rc-inetd ]; then
+       /etc/rc.d/init.d/rc-inetd reload
+fi
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc {CHANGES,CREDITS,FAQ,README,README.noroot,RECOMMEND,TODO}.gz
-%attr(755,root,root) %dir /etc/%{name}
-%attr(755,root,root) %dir /etc/%{name}/scripts
-%attr(755,root,root) /etc/%{name}/scripts/*
-%attr(644,root,root) /etc/%{name}/*.txt
-%attr(644,root,root) /etc/logrotate.d/%{name}
+%doc *.gz
+%attr(755,root,root) %dir %{_sysconfdir}/%{name}
+%attr(755,root,root) %dir %{_sysconfdir}/%{name}/scripts
+%attr(755,root,root) %{_sysconfdir}/%{name}/scripts/*
 %attr(755,root,root) %{_sbindir}/*
-%attr(644,root,root) %{_mandir}/man[158]/*
-%attr(644,root,root) %config(noreplace) %verify(not size mtime md5) /etc/%{name}/cfingerd.conf
-%attr(644,root,root) %config(noreplace) %verify(not size mtime md5) /etc/%{name}/userlist.conf
+%attr(600,root,root) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/%{name}/cfingerd.conf
+%config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/%{name}/userlist.conf
+%config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/%{name}/*.txt
+%attr(640,root,root) /etc/logrotate.d/%{name}
+%attr(640,root,root) /etc/sysconfig/rc-inetd/fingerd
+%{_mandir}/man[158]/*
This page took 0.08307 seconds and 4 git commands to generate.