]> git.pld-linux.org Git - packages/ctrlproxy.git/commitdiff
- remove installed files warning
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 3 Feb 2005 22:58:05 +0000 (22:58 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- add more doc and man pages

Changed files:
    ctrlproxy.spec -> 1.15

ctrlproxy.spec

index 824517481c8d1e330be2e34548a56d319ea4e74a..d0ac8124b7215da75f14b98cefa5ce81fe975943 100644 (file)
@@ -2,12 +2,13 @@ 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
+Release:       1.2
 License:       GPL
 Group:         Networking/Daemons
 Source0:       http://jelmer.vernstok.nl/oss/ctrlproxy/%{name}-%{version}.tar.gz
 # Source0-md5: 07e802ab99309ecce7ad3b87b16399fb
 Source1:       %{name}rc
+Patch0:                %{name}-no_doc.patch
 URL:           http://jelmer.vernstok.nl/oss/ctrlproxy/
 BuildRequires: autoconf
 BuildRequires: automake
@@ -53,6 +54,7 @@ Pliki nag
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %{__gettextize}
@@ -74,16 +76,19 @@ 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
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc AUTHORS ChangeLog README TODO ctrlproxyrc.dtd ctrlproxyrc.example
+%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/*
 %attr(755,root,root) %{_libdir}/%{name}
 
 %files devel
This page took 0.056159 seconds and 4 git commands to generate.