]> git.pld-linux.org Git - packages/eventum.git/commitdiff
- setup subpackage
authorElan Ruusamäe <glen@pld-linux.org>
Fri, 14 Jan 2005 20:05:52 +0000 (20:05 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    eventum.spec -> 1.10

eventum.spec

index 5c02be2d636f9da6d339c9e12a286c465ab6cd46..dc0838115c068f453894513a8fa00cb03b0d252d 100644 (file)
@@ -26,7 +26,7 @@
 %define _source http://mysql.wildyou.net/Downloads/%{name}/%{name}-%{version}.tar.gz
 %endif
 
-%define _rel 1.15
+%define _rel 1.16
 
 Summary:       Eventum Issue / Bug Tracking System
 Name:          eventum
@@ -63,6 +63,15 @@ requests, or by a software development team to quickly organize tasks
 and bugs. Eventum is used by the MySQL AB Technical Support team, and
 has allowed us to dramatically improve our response times.
 
+%package setup
+Summary:       Eventum setup package.
+Group:         Applications/WWW
+
+%description setup
+Install this package to configure initial Eventum installation. You
+should uninstall this package when you're done, as it considered
+insecure to keep the setup files in place.
+
 %prep
 %setup -q %{?_snap:-n %{name}-%{_snap}}
 %patch0 -p1
@@ -144,7 +153,6 @@ fi
 %{_appdir}/misc
 %{_appdir}/reports
 %{_appdir}/rpc
-%{_appdir}/setup
 %{_appdir}/templates
 
 %dir %attr(755,http,root) %{_appdir}/locks
@@ -164,3 +172,7 @@ fi
 %attr(640,http,root) %{_appdir}/logs/*
 
 %dir %attr(750,http,root) %{_appdir}/templates_c
+
+%files setup
+%defattr(644,root,root,755)
+%{_appdir}/setup
This page took 0.058857 seconds and 4 git commands to generate.