]> git.pld-linux.org Git - packages/eventum.git/commitdiff
- updated file permissions
authorElan Ruusamäe <glen@pld-linux.org>
Fri, 14 Jan 2005 15:55:04 +0000 (15:55 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    eventum.spec -> 1.3

eventum.spec

index ae80d6fec114dadc214404776203b24e8f1a3f30..85cadad8030635359bdb3ef5d54fcf18bccee1ed 100644 (file)
 Summary:       Eventum Issue / Bug Tracking System
 Name:          eventum
 Version:       1.4
-Release:       0.1
+Release:       0.5
 License:       GPL
 Group:         Applications/WWW
 Source0:       http://mysql.wildyou.net/Downloads/%{name}/%{name}-%{version}.tar.gz
 # Source0-md5: 361c1355e46a6bbfa54e420964ec92cf
 URL:           http://dev.mysql.com/downloads/other/eventum/index.html
 BuildRequires: sed >= 4.0
-Requires:      php >= 4.1.0 
+Requires:      php >= 4.1.0
+Conflicts:     php >= 5.0.0
 Requires:      php-pcre
 Requires:      php-mysql
 Requires:      php-gd
@@ -49,13 +50,15 @@ has allowed us to dramatically improve our response times.
 %install
 rm -rf $RPM_BUILD_ROOT
 
-install -d $RPM_BUILD_ROOT%{_htmldir}
+install -d $RPM_BUILD_ROOT%{_htmldir}/locks
 
 # TODO: php4
 sed -i -e 's,/usr/local/bin/php,/usr/bin/php,' misc/cli/eventum
 
 cp -a . $RPM_BUILD_ROOT%{_htmldir}
 
+> $RPM_BUILD_ROOT%{_htmldir}/setup.conf.php
+
 # in doc
 rm -f $RPM_BUILD_ROOT%{_htmldir}/{COPYING,ChangeLog,FAQ,INSTALL,README,UPGRADE}
 
@@ -65,4 +68,37 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %doc ChangeLog FAQ INSTALL README UPGRADE
-%{_htmldir}
+%dir %{_htmldir}
+%attr(640,http,root) %config(noreplace) %{_htmldir}/config.inc.php
+%attr(640,http,root) %config(noreplace) %{_htmldir}/setup.conf.php
+%{_htmldir}/*[!cf].php
+
+%{_htmldir}/css
+%{_htmldir}/customer
+%{_htmldir}/docs
+%{_htmldir}/images
+%{_htmldir}/js
+%{_htmldir}/manage
+%{_htmldir}/misc
+%{_htmldir}/reports
+%{_htmldir}/rpc
+%{_htmldir}/setup
+%{_htmldir}/templates
+
+%dir %attr(755,http,root) %{_htmldir}/locks
+
+%dir %{_htmldir}/include
+%{_htmldir}/include/customer
+%{_htmldir}/include/jpgraph
+%{_htmldir}/include/pear
+%{_htmldir}/include/Smarty
+%{_htmldir}/include/workflow
+%{_htmldir}/include/class.*
+%{_htmldir}/include/db_access.php
+%{_htmldir}/include/jsrsServer.inc.php
+%attr(640,http,root) %{_htmldir}/include/private_key.php
+
+%dir %attr(755,http,root) %{_htmldir}/logs
+%attr(640,http,root) %{_htmldir}/logs/*
+
+%dir %attr(750,http,root) %{_htmldir}/templates_c
This page took 0.053224 seconds and 4 git commands to generate.