]> git.pld-linux.org Git - packages/ctrlproxy.git/commitdiff
- simplify man filelist
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 3 Feb 2005 23:44:50 +0000 (23:44 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- package motd file

Changed files:
    ctrlproxy.spec -> 1.16

ctrlproxy.spec

index d0ac8124b7215da75f14b98cefa5ce81fe975943..4db6de2e0cd28dfc3846b38026e020ae4cd60671 100644 (file)
@@ -2,7 +2,7 @@ Summary:        An IRC proxy with multi-server and plugin support
 Summary(pl):   Proxy dla IRC z obs³ug± wielu serwerów i "wtyczek"
 Name:          ctrlproxy
 Version:       2.6.1
-Release:       1.2
+Release:       1.4
 License:       GPL
 Group:         Networking/Daemons
 Source0:       http://jelmer.vernstok.nl/oss/ctrlproxy/%{name}-%{version}.tar.gz
@@ -75,8 +75,7 @@ install -d $RPM_BUILD_ROOT{%{_examplesdir}/%{name}-%{version},%{_sysconfdir}}
 
 install %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/%{name}rc
 cp -r example/* $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
-
-rm -f $RPM_BUILD_ROOT/usr/share/ctrlproxy/motd
+install %{name}-setup $RPM_BUILD_ROOT%{_bindir}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -86,10 +85,9 @@ rm -rf $RPM_BUILD_ROOT
 %doc AUTHORS ChangeLog README TODO ctrlproxyrc.dtd ctrlproxyrc.example doc/ctrlproxy.{html,pdf}
 %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/%{name}rc
 %attr(755,root,root) %{_bindir}/*
-%{_mandir}/man1/ctrlproxy.1*
-%{_mandir}/man5/ctrlproxyrc.5*
-%{_mandir}/man7/*
+%{_mandir}/man[157]/*
 %attr(755,root,root) %{_libdir}/%{name}
+%{_datadir}/%{name}
 
 %files devel
 %defattr(644,root,root,755)
This page took 0.090777 seconds and 4 git commands to generate.