]> git.pld-linux.org Git - packages/eventum.git/commitdiff
move docs and wiki to subpackage
authorElan Ruusamäe <glen@delfi.ee>
Mon, 12 Oct 2015 20:21:57 +0000 (23:21 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Mon, 12 Oct 2015 20:21:57 +0000 (23:21 +0300)
eventum.spec

index 4e4cf3a08dc905ca0c1da899426cde8aa3c7dce4..b8334319caa38e4c68446f2d34c51223be915067 100644 (file)
@@ -2,7 +2,7 @@
 # Conditional build:
 %bcond_with    order   # with experimental order patch
 
-%define                rel             1.10
+%define                rel             1.11
 %define                subver  101
 %define                githash e275162
 %define                php_min_version 5.3.3
@@ -155,6 +155,13 @@ Ten pakiet należy zainstalować w celu wstępnej konfiguracji Eventum po
 pierwszej instalacji. Potem należy go odinstalować, jako że
 pozostawienie plików instalacyjnych mogłoby być niebezpieczne.
 
+%package doc
+Summary:       Eventum documentation and Wiki
+Group:         Documentation
+
+%description doc
+Eventum documentation and copy of Wiki.
+
 %package mail-queue
 Summary:       Eventum mail queue process
 Summary(pl.UTF-8):     Przetwarzanie kolejki poczty Eventum
@@ -655,7 +662,6 @@ done
 
 %files -f %{name}.lang
 %defattr(644,root,root,755)
-%doc docs/*
 %attr(751,root,root) %dir %{_webappdir}
 %attr(751,root,root) %dir %{_webappdir}/custom_field
 %attr(751,root,root) %dir %{_webappdir}/templates
@@ -713,8 +719,6 @@ done
 %{_appdir}/lib/eventum
 %exclude %{_appdir}/lib/eventum/class.monitor.php
 
-%{_examplesdir}/%{name}-%{version}
-
 %{systemdtmpfilesdir}/%{name}.conf
 %dir %attr(730,root,http) /var/run/%{name}
 %dir %attr(730,root,http) /var/cache/%{name}
@@ -734,6 +738,10 @@ done
 %defattr(644,root,root,755)
 %{_appdir}/htdocs/setup
 
+%files doc
+%doc docs/*
+%{_examplesdir}/%{name}-%{version}
+
 %files mail-queue
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_appdir}/bin/process_mail_queue.php
This page took 0.037667 seconds and 4 git commands to generate.