ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/CMSDIST/webtools-apps.spec
(Generate patch)

Comparing COMP/CMSDIST/webtools-apps.spec (file contents):
Revision 1.3 by valya, Wed Mar 26 16:15:05 2008 UTC vs.
Revision 1.10 by valya, Thu Aug 21 18:18:48 2008 UTC

# Line 1 | Line 1
1 < ### RPM cms webtools-apps 1
2 < Requires: prodrequest sitedb dbs-web
1 > ### RPM cms webtools-apps 2
2 > Requires: prodrequest sitedb dbs-web fmws
3 > #Requires: prodrequest sitedb dbs-web fmws webconddb
4   Source: none
5  
6   %prep
# Line 17 | Line 18 | mkdir -p %{i}/etc/profile.d
18   echo "source $SITEDB_ROOT/etc/profile.d/init.sh"; \
19   echo "source $PRODREQUEST_ROOT/etc/profile.d/init.sh"; \
20   echo "source $DBS_WEB_ROOT/etc/profile.d/init.sh"; \
21 + echo "source $FMWS_ROOT/etc/profile.d/init.sh"; \
22   ) > %{i}/etc/profile.d/dependencies-setup.sh
23  
24   (echo "#!/bin/tcsh"; \
25   echo "source $SITEDB_ROOT/etc/profile.d/init.csh"; \
26   echo "source $PRODREQUEST_ROOT/etc/profile.d/init.csh"; \
27   echo "source $DBS_WEB_ROOT/etc/profile.d/init.csh"; \
28 + echo "source $FMWS_ROOT/etc/profile.d/init.csh"; \
29   ) > %{i}/etc/profile.d/dependencies-setup.csh
30  
31   %post

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines