]> git.pld-linux.org Git - packages/jenkins.git/commitdiff
- todo
authorElan Ruusamäe <glen@pld-linux.org>
Sun, 12 Apr 2009 15:17:51 +0000 (15:17 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    jenkins.spec -> 1.15

jenkins.spec

index 002267baffd486fa2fad91dd56e550ee425940fe..5e74352816dec5ae646e1696a8732f4dc2e0e943 100644 (file)
@@ -1,6 +1,7 @@
 # TODO
 # - build it from sources
 #   https://hudson.dev.java.net/files/documents/2402/125619/hudson-1.280-src.zip
+# - use system jars
 %include       /usr/lib/rpm/macros.java
 Summary:       Hudson Continuous Build Server
 Name:          hudson
@@ -46,8 +47,8 @@ Among those things, current Hudson focuses on the following two jobs:
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT{%{_sysconfdir}/hudson,%{_datadir}/hudson,%{_sharedstatedir}/{hudson,tomcat/conf/Catalina/localhost}}
-install %SOURCE1 $RPM_BUILD_ROOT%{_sysconfdir}/hudson/web.xml
-install %SOURCE2 $RPM_BUILD_ROOT%{_sharedstatedir}/tomcat/conf/Catalina/localhost/hudson.xml
+install %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/hudson/web.xml
+install %{SOURCE2} $RPM_BUILD_ROOT%{_sharedstatedir}/tomcat/conf/Catalina/localhost/hudson.xml
 cp -a . $RPM_BUILD_ROOT%{_datadir}/hudson
 ln -sf %{_sysconfdir}/hudson/web.xml $RPM_BUILD_ROOT%{_datadir}/hudson/WEB-INF/web.xml
 
This page took 0.086294 seconds and 4 git commands to generate.