SPECS: webapps.spec - add webapp script

glen glen at pld-linux.org
Sun Nov 20 18:26:37 CET 2005


Author: glen                         Date: Sun Nov 20 17:26:37 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- add webapp script

---- Files affected:
SPECS:
   webapps.spec (1.3 -> 1.4) 

---- Diffs:

================================================================
Index: SPECS/webapps.spec
diff -u SPECS/webapps.spec:1.3 SPECS/webapps.spec:1.4
--- SPECS/webapps.spec:1.3	Sun Nov 20 18:04:14 2005
+++ SPECS/webapps.spec	Sun Nov 20 18:26:32 2005
@@ -2,10 +2,11 @@
 Summary:	webapps
 Name:		webapps
 Version:	0.1
-Release:	0.2
+Release:	0.4
 License:	GPL
 Group:		Applications/WWW
-Source0:	%{name}.README
+Source0:	%{name}.sh
+Source1:	%{name}.README
 BuildArch:	noarch
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -17,10 +18,12 @@
 
 %prep
 cp %{SOURCE0} README
+cp %{SOURCE1} webapps
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT%{_sysconfdir}
+install -d $RPM_BUILD_ROOT{%{_sysconfdir},%{_sbindir}}
+install %{SOURCE0} $RPM_BUILD_ROOT%{_sbindir}/webapp
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -29,6 +32,7 @@
 %defattr(644,root,root,755)
 %doc README
 %dir %attr(751,root,http) %{_sysconfdir}
+%attr(755,root,root) %{_sbindir}/*
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -36,6 +40,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.4  2005/11/20 17:26:32  glen
+- add webapp script
+
 Revision 1.3  2005/11/20 17:04:14  glen
 - siplify, webapp configs at top webapps dir
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/webapps.spec?r1=1.3&r2=1.4&f=u




More information about the pld-cvs-commit mailing list