From 126af44298479ad3ed94a55f14b6b94a592b8c30 Mon Sep 17 00:00:00 2001 From: Miro Hrončok Date: Apr 01 2019 21:14:28 +0000 Subject: Orphaned for 6+ weeks --- diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 282e41a..0000000 --- a/.gitignore +++ /dev/null @@ -1,3 +0,0 @@ -/java-service-wrapper-3.2.5-docs.tar.bz2 -/release-3_2_5.tar.bz2 -/wrapper-3.2.3.pom diff --git a/Use-RPM_OPT_FLAGS-on-s390x.patch b/Use-RPM_OPT_FLAGS-on-s390x.patch deleted file mode 100644 index 41c8f17..0000000 --- a/Use-RPM_OPT_FLAGS-on-s390x.patch +++ /dev/null @@ -1,25 +0,0 @@ -From 7e5334b655c05abb138da742c26df875a0d6ec0c Mon Sep 17 00:00:00 2001 -From: Troy Dawson -Date: Tue, 27 Feb 2018 11:54:16 -0600 -Subject: [PATCH] Use RPM_OPT_FLAGS on s390x - ---- - src/c/Makefile-linux-s390x-64.make | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/src/c/Makefile-linux-s390x-64.make b/src/c/Makefile-linux-s390x-64.make -index 4360f38..08c097f 100644 ---- a/src/c/Makefile-linux-s390x-64.make -+++ b/src/c/Makefile-linux-s390x-64.make -@@ -23,7 +23,7 @@ - - # This makefile is inprogess. It builds, but the resulting libwrapper.so does not yet work. - # If you know how to fix it then please help out. --COMPILE = gcc -O3 -fPIC -Wall --pedantic -+COMPILE = gcc ${RPM_OPT_FLAGS} -fPIC --pedantic - - INCLUDE=$(JAVA_HOME)/include - --- -2.14.2 - diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..5204a84 --- /dev/null +++ b/dead.package @@ -0,0 +1 @@ +Orphaned for 6+ weeks diff --git a/java-service-wrapper-3.2.4-cflags.patch b/java-service-wrapper-3.2.4-cflags.patch deleted file mode 100644 index e0c181e..0000000 --- a/java-service-wrapper-3.2.4-cflags.patch +++ /dev/null @@ -1,52 +0,0 @@ -Index: ivertex-yaja-wrapper-3290d306074a/src/c/Makefile-linux-ppc-64.make -=================================================================== ---- ivertex-yaja-wrapper-3290d306074a.orig/src/c/Makefile-linux-ppc-64.make -+++ ivertex-yaja-wrapper-3290d306074a/src/c/Makefile-linux-ppc-64.make -@@ -23,7 +23,7 @@ - - # This makefile is inprogess. It builds, but the resulting libwrapper.so does not yet work. - # If you know how to fix it then please help out. --COMPILE = gcc -O3 -m64 -fPIC --pedantic -+COMPILE = gcc ${RPM_OPT_FLAGS} -fPIC --pedantic - - INCLUDE=$(JAVA_HOME)/include - -Index: ivertex-yaja-wrapper-3290d306074a/src/c/Makefile-linux-x86-32.make -=================================================================== ---- ivertex-yaja-wrapper-3290d306074a.orig/src/c/Makefile-linux-x86-32.make -+++ ivertex-yaja-wrapper-3290d306074a/src/c/Makefile-linux-x86-32.make -@@ -21,7 +21,7 @@ - # FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR - # OTHER DEALINGS IN THE SOFTWARE. - --COMPILE = gcc -O3 -Wall --pedantic -+COMPILE = gcc ${RPM_OPT_FLAGS} -fPIC --pedantic - - INCLUDE=$(JAVA_HOME)/include - -Index: ivertex-yaja-wrapper-3290d306074a/src/c/Makefile-linux-x86-64.make -=================================================================== ---- ivertex-yaja-wrapper-3290d306074a.orig/src/c/Makefile-linux-x86-64.make -+++ ivertex-yaja-wrapper-3290d306074a/src/c/Makefile-linux-x86-64.make -@@ -23,7 +23,7 @@ - - # This makefile is inprogess. It builds, but the resulting libwrapper.so does not yet work. - # If you know how to fix it then please help out. --COMPILE = gcc -O3 -fPIC -Wall --pedantic -+COMPILE = gcc ${RPM_OPT_FLAGS} -fPIC --pedantic - - INCLUDE=$(JAVA_HOME)/include - -Index: ivertex-yaja-wrapper-3290d306074a/src/c/Makefile-linux-arm-32.make -=================================================================== ---- ivertex-yaja-wrapper-3290d306074a.orig/src/c/Makefile-linux-arm-32.make -+++ ivertex-yaja-wrapper-3290d306074a/src/c/Makefile-linux-arm-32.make -@@ -23,7 +23,7 @@ - - # This makefile is inprogess. It builds, but the resulting libwrapper.so does not yet work. - # If you know how to fix it then please help out. --COMPILE = gcc -O3 -fPIC -Wall --pedantic -+COMPILE = gcc ${RPM_OPT_FLAGS} -fPIC --pedantic - - INCLUDE=$(JAVA_HOME)/include - diff --git a/java-service-wrapper-3.2.4-docbuild.patch b/java-service-wrapper-3.2.4-docbuild.patch deleted file mode 100644 index cb49dc2..0000000 --- a/java-service-wrapper-3.2.4-docbuild.patch +++ /dev/null @@ -1,57 +0,0 @@ -Doc build targets brought back from upstream 3.2.3 source tarball. - ---- build.xml.orig 2010-09-28 08:10:42.000000000 +0300 -+++ build.xml 2011-05-20 00:13:42.133223006 +0300 -@@ -26,6 +26,12 @@ - possible locations of the tools.jar file. --> - - -+ -+ -+ -+ -+ - - - -@@ -732,6 +738,39 @@ - description="default development build task"/> - - -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ - - - diff --git a/java-service-wrapper-3.2.4-jnilibpath.patch b/java-service-wrapper-3.2.4-jnilibpath.patch deleted file mode 100644 index 9bad0f7..0000000 --- a/java-service-wrapper-3.2.4-jnilibpath.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -up ivertex-java-service-wrapper-637f7cc19e33/src/java/org/tanukisoftware/wrapper/WrapperManager.java~ ivertex-java-service-wrapper-637f7cc19e33/src/java/org/tanukisoftware/wrapper/WrapperManager.java ---- ivertex-java-service-wrapper-637f7cc19e33/src/java/org/tanukisoftware/wrapper/WrapperManager.java~ 2010-09-28 08:10:42.000000000 +0300 -+++ ivertex-java-service-wrapper-637f7cc19e33/src/java/org/tanukisoftware/wrapper/WrapperManager.java 2011-04-07 01:38:27.273480672 +0300 -@@ -924,7 +924,7 @@ public final class WrapperManager - { - try - { -- System.loadLibrary( name ); -+ System.load( new File( "@LIBPATH@", file ).toString() ); - - if ( m_debug ) - { diff --git a/java-service-wrapper-3.2.5-rhbz1037144.patch b/java-service-wrapper-3.2.5-rhbz1037144.patch deleted file mode 100644 index 8e574d0..0000000 --- a/java-service-wrapper-3.2.5-rhbz1037144.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- src/c/logger.c~ 2011-10-08 21:57:01.000000000 +0200 -+++ src/c/logger.c 2014-03-07 14:43:55.922468885 +0100 -@@ -871,7 +871,7 @@ - */ - void generateLogFileName(char *buffer, const char *template, const char *nowDate, const char *rollNum ) { - /* Copy the template to the buffer to get started. */ -- sprintf(buffer, template); -+ strcpy(buffer, template); - - /* Handle the date token. */ - if (strstr(buffer, "YYYYMMDD")) { diff --git a/java-service-wrapper.spec b/java-service-wrapper.spec deleted file mode 100644 index a4e4490..0000000 --- a/java-service-wrapper.spec +++ /dev/null @@ -1,224 +0,0 @@ -%global javaver 1.7 -%global hgrev 3290d306074a -%global pname yaja-wrapper - -# rpmbuild < 4.6 support -%if ! 0%{?__isa_bits} -%ifarch x86_64 ia64 ppc64 sparc64 s390x alpha ppc64le aarch64 -%global __isa_bits 64 -%else -%global __isa_bits 32 -%endif -%endif - -%global __provides_exclude_from ^%{_libdir}/%{name}/.*\.so$ - -# Whether to build docs too - by default this is not done as Cocoon is not -# available in Fedora. Instead we ship a prebuilt archive of the docs -# (the doc/english dir). -%bcond_with docs -%global cocoon cocoon-2.0.4 - -Name: java-service-wrapper -Version: 3.2.5 -Release: 33%{?dist} -Summary: Java service wrapper -License: MIT -URL: https://bitbucket.org/ivertex/yaja-wrapper -# DO NOT TRY TO RELEASE NEW VERSION, see http://lists.fedoraproject.org/pipermail/legal/2011-August/001706.html -Source0: https://bitbucket.org/ivertex/yaja-wrapper/get/release-3_2_5.tar.bz2 -Source1: %{name}.template.init -# this tar has been generated using --with-docs -Source2: %{name}-%{version}-docs.tar.bz2 -%if %{with docs} -Source3: http://archive.apache.org/dist/cocoon/BINARIES/%{cocoon}-bin.tar.gz -%endif -# POM for version 3.2.5 is not available on central, so use version 3.2.3 instead. -Source4: http://repo1.maven.org/maven2/tanukisoft/wrapper/3.2.3/wrapper-3.2.3.pom -Patch0: %{name}-3.2.4-cflags.patch -Patch1: %{name}-3.2.4-jnilibpath.patch -Patch2: %{name}-3.2.4-docbuild.patch -# Use strcpy instead sprintf to copy C string -# Forwarded upstream: https://bitbucket.org/ivertex/yaja-wrapper/issue/6 -Patch3: %{name}-3.2.5-rhbz1037144.patch -Patch98: Use-RPM_OPT_FLAGS-on-s390x.patch -Patch99: ppc64le-support.patch -BuildRequires: ant -BuildRequires: javapackages-local -BuildRequires: gcc -BuildRequires: make - -%description -The Java Service Wrapper enables a Java application to be run as a -Unix daemon. It also monitors the health of your application and JVM. - -%package javadoc -Summary: API documentation for %{name} -BuildArch: noarch - -%description javadoc -API documentation for %{name}. - -%prep -%setup -q -n ivertex-%{pname}-%{hgrev} -a 2 -sed '//s/>.*%{version}pom.xml -install -pm 644 %{SOURCE1} doc/template.init -%patch0 -p1 -sed -e 's|@LIBPATH@|%{_libdir}/%{name}|' %{PATCH1} | %{__patch} -p1 -F 0 -%patch2 -p0 -%patch3 -%patch98 -p1 -%patch99 -p1 -%if %{with docs} -mkdir tools ; cd tools -tar xf %{SOURCE3} -unzip -q %{cocoon}/cocoon.war ; mv WEB-INF/lib %{cocoon}/ -cd .. -%endif -(cd src/c; cp Makefile-linux-ppc64le-64.make Makefile-linux-aarch64-64.make) -(cd src/c; cp Makefile-linux-arm-32.make Makefile-linux-aarch32-32.make) - -%build -%ant -Dbits=%{__isa_bits} -Djavac.target.version=%{javaver} -%javadoc -sourcepath src/java -Xdoclint:none -d javadoc -link %{_javadocdir}/java -author \ - -windowtitle "Java Service Wrapper API" -doctitle "Java Service Wrapper" \ - -version $(find src/java -name "*.java" -not -path "*/test/*") -%if %{with docs} -rm -r doc/english -%ant -Dbits=%{__isa_bits} doc -%endif - - -%install -install -Dpm 755 bin/wrapper $RPM_BUILD_ROOT%{_sbindir}/java-service-wrapper - -install -dm 755 $RPM_BUILD_ROOT%{_libdir}/%{name} -install -pm 755 lib/libwrapper.so $RPM_BUILD_ROOT%{_libdir}/%{name} - -%mvn_file : %{name} %{_libdir}/%{name}/wrapper -%mvn_artifact pom.xml lib/wrapper.jar - -%mvn_install -J javadoc - -%files -f .mfiles -%doc AboutThisRepository.txt doc/ -%{_sbindir}/java-service-wrapper -%{_libdir}/%{name}/ -%license doc/license.txt - -%files javadoc -f .mfiles-javadoc -%license doc/license.txt - -%changelog -* Fri Feb 01 2019 Fedora Release Engineering - 3.2.5-33 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild - -* Fri Jul 13 2018 Fedora Release Engineering - 3.2.5-32 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild - -* Fri Feb 09 2018 Igor Gnatenko - 3.2.5-31 -- Escape macros in %%changelog -- Use RPM_OPT_FLAGS on s390x (tdawson@redhat.com) - -* Wed Feb 07 2018 Fedora Release Engineering - 3.2.5-30 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild - -* Wed Aug 02 2017 Fedora Release Engineering - 3.2.5-29 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild - -* Wed Jul 26 2017 Fedora Release Engineering - 3.2.5-28 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild - -* Mon Jul 03 2017 Michael Simacek - 3.2.5-27 -- Install with XMvn - -* Fri Feb 10 2017 Fedora Release Engineering - 3.2.5-26 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild - -* Tue Jan 31 2017 Mikolaj Izdebski - 3.2.5-25 -- Add missing build-requires on GCC - -* Sat Sep 24 2016 gil cattaneo 3.2.5-24 -- add aarch32 support - -* Thu Feb 04 2016 Fedora Release Engineering - 3.2.5-23 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild - -* Wed Jun 17 2015 Fedora Release Engineering - 3.2.5-22 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild - -* Mon May 18 2015 Mikolaj Izdebski - 3.2.5-21 -- Disable javadoc doclint - -* Fri Feb 13 2015 gil cattaneo 3.2.5-20 -- introduce license macro - -* Sat Aug 16 2014 Fedora Release Engineering - 3.2.5-19 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild - -* Sat Jun 07 2014 Fedora Release Engineering - 3.2.5-18 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild - -* Wed Jun 4 2014 Peter Robinson 3.2.5-17 -- Add aarch64 support - -* Tue Mar 18 2014 Brent Baude - 3.2.5-16 -- Add ppc64le support -- Resolves: rhbz#1077783 - -* Fri Mar 7 2014 Mikolaj Izdebski - 3.2.5-15 -- Use strcpy instead sprintf to copy C string -- Resolves: rhbz#1037144 - -* Tue Mar 04 2014 Stanislav Ochotnicky - 3.2.5-14 -- Use Requires: java-headless rebuild (#1067528) - -* Sat Aug 03 2013 Fedora Release Engineering - 3.2.5-13 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild - -* Wed Jun 26 2013 gil cattaneo - 3.2.5-12 -- Update URL, License fields and SOURCE0 references -- Install license file also in javadoc sub package - -* Tue Jun 25 2013 Mikolaj Izdebski - 3.2.5-11 -- Update to current packaging guidelines -- Install Maven POM file, resolves: rhbz#977904 -- Install arch-dependant JAR into %%_jnidir, resolves: rhbz#977901 - -* Thu Feb 14 2013 Fedora Release Engineering - 3.2.5-10 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild - -* Fri Oct 12 2012 Karsten Hopp 3.2.5-9 -- drop excludearch ppc, ppc64 as we need this for jboss-jdt - -* Thu Jul 19 2012 Fedora Release Engineering - 3.2.5-8 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild - -* Fri Jan 13 2012 Fedora Release Engineering - 3.2.5-7 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild - -* Fri Sep 16 2011 Miroslav Suchy - 3.2.5-6 -- move jar file from libdir to javadir - -* Fri Aug 12 2011 Miroslav Suchy - 3.2.5-5 -- do not obsolete of tanukiwrapper as this is not drop in replacement - -* Mon Aug 1 2011 Miroslav Suchy - 3.2.5-4 -- exclude ppc arch -- exclude ppc64 arch - -* Fri Jul 29 2011 Miroslav Suchy - 3.2.5-2 -- 707132 - fix path in jnilibpath.patch - -* Mon Jun 6 2011 Miroslav Suchy - 3.2.5-1 -- remove Provides -- update to 3.2.5 -- revert previous change in applying patch1 - -* Tue May 24 2011 Miroslav Suchy - 3.2.4-2.20100928hg637f7cc19e33 -- add Provides -- removed epoch from BR -- apply patch1 in way, which does not confuse rpmlint - -* Fri May 20 2011 Ville Skyttä - 3.2.4-1.20100928hg637f7cc19e33 -- Complete rework of the old Fedora tanukiwrapper package. diff --git a/java-service-wrapper.template.init b/java-service-wrapper.template.init deleted file mode 100644 index 7271740..0000000 --- a/java-service-wrapper.template.init +++ /dev/null @@ -1,79 +0,0 @@ -#!/bin/sh -# -# chkconfig: - 71 29 -# description: TODO - -### BEGIN INIT INFO -# Provides: TODO -# Required-Start: $local_fs $syslog -# Required-Stop: $local_fs $syslog -# Default-Start: 2 3 4 5 -# Default-Stop: 0 1 6 -# Short-Description: TODO -### END INIT INFO - -. /etc/rc.d/init.d/functions - -# Remember to symlink $exec to the wrapper executable -exec=/usr/sbin/TODO -prog=${exec##*/} -lockfile=/var/lock/subsys/$prog -statusfile=/var/run/$prog/wrapper.status -javastatusfile=/var/run/$prog/java.status -logfile=/var/log/$prog/wrapper.log -user=$prog - -[ -e /etc/sysconfig/$prog ] && . /etc/sysconfig/$prog - -OPTS=/etc/$prog.wrapper.conf -OPTS="$OPTS wrapper.ntservice.name=$prog wrapper.logfile=$logfile" -[ -n "$statusfile" ] && OPTS="$OPTS wrapper.statusfile=$statusfile" -[ -n "$javastatusfile" ] && OPTS="$OPTS wrapper.java.statusfile=$javastatusfile" - -start() { - max_fd=$(ulimit -H -n 2>/dev/null) - [ $? -eq 0 -a -n "$max_fd" ] && ulimit -n "$max_fd" - echo -n $"Starting $prog: " - daemon --user=$user $exec $OPTS - retval=$? - echo - [ $retval -eq 0 ] && touch $lockfile - return $retval -} - -stop() { - echo -n $"Stopping $prog: " - killproc $prog - retval=$? - echo - [ $retval -eq 0 ] && rm -f $lockfile - return $retval -} - -restart() { - stop - start -} - -case "$1" in - start|stop|restart) - $1 - ;; - reload|force-reload) - restart - ;; - status) - status $prog - echo -n $"Wrapper status: " - [ -f "$statusfile" ] && cat "$statusfile" 2>/dev/null || echo UNKNOWN - echo -n $"Java status: " - [ -f "$javastatusfile" ] && \ - cat "$javastatusfile" 2>/dev/null || echo UNKNOWN - ;; - condrestart|try-restart) - [ ! -f $lockfile ] || restart - ;; - *) - echo $"Usage: $0 {start|stop|status|restart|try-restart|reload|force-reload}" - exit 2 -esac diff --git a/ppc64le-support.patch b/ppc64le-support.patch deleted file mode 100644 index 7006b2f..0000000 --- a/ppc64le-support.patch +++ /dev/null @@ -1,68 +0,0 @@ -diff -Naur ivertex-yaja-wrapper-3290d306074a.orig/src/c/Makefile-linux-ppc64le-64.make ivertex-yaja-wrapper-3290d306074a/src/c/Makefile-linux-ppc64le-64.make ---- ivertex-yaja-wrapper-3290d306074a.orig/src/c/Makefile-linux-ppc64le-64.make 1969-12-31 18:00:00.000000000 -0600 -+++ ivertex-yaja-wrapper-3290d306074a/src/c/Makefile-linux-ppc64le-64.make 2014-03-17 16:35:25.920002695 -0500 -@@ -0,0 +1,64 @@ -+# Copyright (c) 1999, 2007 Tanuki Software Inc. -+# -+# Permission is hereby granted, free of charge, to any person -+# obtaining a copy of the Java Service Wrapper and associated -+# documentation files (the "Software"), to deal in the Software -+# without restriction, including without limitation the rights -+# to use, copy, modify, merge, publish, distribute, sub-license, -+# and/or sell copies of the Software, and to permit persons to -+# whom the Software is furnished to do so, subject to the -+# following conditions: -+# -+# The above copyright notice and this permission notice shall be -+# included in all copies or substantial portions of the Software. -+# -+# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -+# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES -+# OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -+# NON-INFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT -+# HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, -+# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING -+# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR -+# OTHER DEALINGS IN THE SOFTWARE. -+ -+# This makefile is inprogess. It builds, but the resulting libwrapper.so does not yet work. -+# If you know how to fix it then please help out. -+COMPILE = gcc ${RPM_OPT_FLAGS} -fPIC --pedantic -+ -+INCLUDE=$(JAVA_HOME)/include -+ -+DEFS = -I$(INCLUDE) -I$(INCLUDE)/linux -+ -+wrapper_SOURCE = wrapper.c wrapperinfo.c wrappereventloop.c wrapper_unix.c property.c logger.c -+ -+libwrapper_so_OBJECTS = wrapperjni_unix.o wrapperinfo.o wrapperjni.o -+ -+BIN = ../../bin -+LIB = ../../lib -+ -+all: init wrapper libwrapper.so -+ -+clean: -+ rm -f *.o -+ -+cleanall: clean -+ rm -rf *~ .deps -+ rm -f $(BIN)/wrapper $(LIB)/libwrapper.so -+ -+init: -+ if test ! -d .deps; then mkdir .deps; fi -+ -+wrapper: $(wrapper_SOURCE) -+ $(COMPILE) -pthread -lm $(wrapper_SOURCE) -o $(BIN)/wrapper -+ -+libwrapper.so: $(libwrapper_so_OBJECTS) -+ ${COMPILE} -shared $(libwrapper_so_OBJECTS) -o $(LIB)/libwrapper.so -+ -+%.o: %.c -+ @echo '$(COMPILE) -c $<'; \ -+ $(COMPILE) $(DEFS) -Wp,-MD,.deps/$(*F).pp -c $< -+ @-cp .deps/$(*F).pp .deps/$(*F).P; \ -+ tr ' ' '\012' < .deps/$(*F).pp \ -+ | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \ -+ >> .deps/$(*F).P; \ -+ rm .deps/$(*F).pp diff --git a/sources b/sources deleted file mode 100644 index f5abbb0..0000000 --- a/sources +++ /dev/null @@ -1,3 +0,0 @@ -b7241ff4609cd9b6bef1bc63070d739a java-service-wrapper-3.2.5-docs.tar.bz2 -992f196135c7ab501922e8f018b44d1f wrapper-3.2.3.pom -73e9f08109aaeca3b51b11710b125975 release-3_2_5.tar.bz2