]> git.pld-linux.org Git - packages/cyrus-imapd.git/commitdiff
- add -doc with html docs
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 30 Nov 2010 07:11:51 +0000 (07:11 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cyrus-imapd.spec -> 1.146

cyrus-imapd.spec

index 2562727ff92e1c439bed2ec90178a846f59e68ea..29bd0ae98e4fcc8576dd460ca81e490ed8428599 100644 (file)
@@ -78,6 +78,9 @@ BuildRoot:    %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define                _libexecdir     %{_libdir}/cyrus
 
+# mixing .a and .la and .so fails here, blame shared patch?
+%define                filterout_ld    -Wl,--no-copy-dt-needed-entries
+
 %description
 The Cyrus IMAP server is a scalable enterprise mail system designed
 for use from small to large enterprise environments using
@@ -169,6 +172,13 @@ Perl interface to cyrus-imapd library.
 %description -n perl-%{name} -l pl.UTF-8
 Perlowy interfejs do biblioteki cyrus-imapd.
 
+%package doc
+Summary:       Cyrus-IMAP documentation
+Group:         Documentation
+
+%description doc
+Cyrus-IMAP HTML documentation.
+
 %prep
 %setup -q
 %patch6 -p1
@@ -304,7 +314,7 @@ fi
 %files
 %defattr(644,root,root,755)
 %doc cyrus-README cyrus-procmailrc cyrus-user-procmailrc.template
-%doc cyrus-imapd-procmail+cyrus.mc COPYRIGHT doc/*.html tools
+%doc cyrus-imapd-procmail+cyrus.mc COPYRIGHT tools
 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/*.conf
 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/logrotate.d/cyrus-imapd
 %attr(440,cyrus,root) %config(noreplace) %verify(not md5 mtime size) /etc/pam.d/*
@@ -407,3 +417,7 @@ fi
 %attr(755,root,root) %{perl_vendorarch}/auto/Cyrus/SIEVE/managesieve/managesieve.so
 %{perl_vendorarch}/auto/Cyrus/SIEVE/managesieve/managesieve.bs
 %endif
+
+%files doc
+%defattr(644,root,root,755)
+%doc doc/*.html
This page took 0.092626 seconds and 4 git commands to generate.