SPECS: rt.spec - define BIN_OWNER, LIBS_OWNER, WEB_USER as paszczus; rel 1.3

paszczus paszczus at pld-linux.org
Mon Mar 9 14:15:38 CET 2009


Author: paszczus                     Date: Mon Mar  9 13:15:38 2009 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- define BIN_OWNER, LIBS_OWNER, WEB_USER as paszczus; rel 1.3

---- Files affected:
SPECS:
   rt.spec (1.72 -> 1.73) 

---- Diffs:

================================================================
Index: SPECS/rt.spec
diff -u SPECS/rt.spec:1.72 SPECS/rt.spec:1.73
--- SPECS/rt.spec:1.72	Sun Feb  1 18:46:47 2009
+++ SPECS/rt.spec	Mon Mar  9 14:15:32 2009
@@ -2,7 +2,6 @@
 # TODO:
 # - check file permissions
 # - check files in /usr/share/rt3/
-# - check BuildRequires
 # - check Requires (meta-packages for configurations with mod_perl/fcgi,
 #   apache[12]/standalone server...?)
 # - separate standalone server
@@ -40,7 +39,7 @@
 Summary(pl.UTF-8):	Request Tracker - system do śledzenia zleceń
 Name:		rt
 Version:	3.8.2
-Release:	1.2
+Release:	1.3
 License:	GPL v2
 Group:		Applications
 Source0:	http://download.bestpractical.com/pub/rt/release/%{name}-%{version}.tar.gz
@@ -230,7 +229,10 @@
 	$RPM_BUILD_ROOT%{_webappsdir}
 
 %{__make} install \
-	DESTDIR=$RPM_BUILD_ROOT
+	DESTDIR=$RPM_BUILD_ROOT \
+	BIN_OWNER=$(id -un) \
+	LIBS_OWNER=$(id -un) \
+	WEB_USER=$(id -un)
 
 install %{SOURCE1} %{SOURCE2} $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
 install %{SOURCE3} $RPM_BUILD_ROOT%{_webappsdir}/httpd.conf
@@ -278,6 +280,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.73  2009/03/09 13:15:32  paszczus
+- define BIN_OWNER, LIBS_OWNER, WEB_USER as paszczus; rel 1.3
+
 Revision 1.72  2009/02/01 17:46:47  paszczus
 - added R: webapps
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/rt.spec?r1=1.72&r2=1.73&f=u



More information about the pld-cvs-commit mailing list