spec file fix
authorRobert Harakaly <robert.harakaly@cern.ch>
Thu, 14 Oct 2004 09:03:37 +0000 (09:03 +0000)
committerRobert Harakaly <robert.harakaly@cern.ch>
Thu, 14 Oct 2004 09:03:37 +0000 (09:03 +0000)
org.glite.deployment.lb/project/glite-lb.spec

index d29e2ee..98a2405 100644 (file)
@@ -1,7 +1,7 @@
 Summary:LB node installation package
 Name:glite-lb
-Version:0.1.0
-Release:0
+Version:@MODULE.VERSION@
+Release:@MODULE.BUILD@
 Copyright:Open Source EGEE License
 Vendor:EU EGEE project
 Group:System/Application
@@ -15,7 +15,7 @@ Source:glite-lb.tar.gz
 %define debug_package %{nil}
 
 %description
-WMS node installation package
+LB node installation package
 
 %prep
  
@@ -36,6 +36,8 @@ echo "post install script"
 %preun
 %postun
 %files
+%attr(755,root,root) %{prefix}/etc/config/scripts
+%attr(644,root,root) %{prefix}/etc/config/
 
 %changelog