RPM description
authorDaniel Kouřil <kouril@ics.muni.cz>
Tue, 2 Nov 2004 15:10:43 +0000 (15:10 +0000)
committerDaniel Kouřil <kouril@ics.muni.cz>
Tue, 2 Nov 2004 15:10:43 +0000 (15:10 +0000)
org.glite.security.proxyrenewal/build.xml

index 4d1ebf9..fcced8d 100755 (executable)
@@ -20,6 +20,9 @@
 
        Revision history:
        $Log$
+       Revision 1.3  2004/07/30 08:31:07  dimeglio
+       Changed default Ant target from compile to dist
+       
        Revision 1.2  2004/07/12 16:18:37  dimeglio
        Modified to use myproxy from the repository if available
        
        <target name="localclean"
                description="Module specific cleaning tasks">
        </target>
+
+       <!-- =========================================
+                RPM settings
+            ========================================= -->
+
+       <property name="build.package.summary" value="Proxy renewal daemon" />
+       <property name="build.package.description" value="The daemon is responsible for secure and controled way of periodical renewal&#xA;of users' proxy certificates. Its primary goal is to support long-time jobs&#xA;running on the grid. This package also contains a library and header file&#xA;that allow to develop C/C++ applications accessing the daemon." />
        
 </project>