]> git.pld-linux.org Git - packages/netatalk.git/commitdiff
- remove rc-scripts from Requires,
authorkloczek <kloczek@pld-linux.org>
Sat, 28 Sep 2002 17:52:13 +0000 (17:52 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- use new %doc.

Changed files:
    netatalk.spec -> 1.35

netatalk.spec

index 9301b73a30f1985288f6604d01ae2b42a9be5035..bd6dbba7e74303494f134c3e0e4d1486b8887a49 100644 (file)
@@ -26,7 +26,6 @@ BuildRequires:        openssl-devel
 BuildRequires: pam-devel
 Requires(post,preun):/sbin/chkconfig
 Requires(post):        /sbin/ldconfig
-Requires:      rc-scripts
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define                _initdir        /etc/rc.d/init.d
@@ -116,9 +115,6 @@ install %{SOURCE4} .
 
 > $RPM_BUILD_ROOT/etc/security/blacklist.netatalk
 
-gzip -9nf CHANGES COPYRIGHT ChangeLog ICDu* \
-       NEWS README TODO VERSION services.atalk doc/*
-
 # to avoid conflict with glibc-devel
 rm -f $RPM_BUILD_ROOT%{_includedir}/atalk/at.h
 rm -f $RPM_BUILD_ROOT%{_includedir}/netatalk/at.h
@@ -143,7 +139,8 @@ fi
 
 %files
 %defattr(644,root,root,755)
-%doc *.gz doc/*
+%doc CHANGES ChangeLog ICDu* NEWS README TODO VERSION
+%doc services.atalk doc
 %dir %{_sysconfdir}/atalk/msg
 %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/atalk/nls/*
 %config(noreplace) %verify(not size mtime md5)%{_sysconfdir}/atalk/AppleVolumes.default
This page took 0.232746 seconds and 4 git commands to generate.