- ant: clean target now deletes RPMs as well

- spec-file: Copyright-tag unknown, %prep and %build not needed


git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@2783 6c8d7289-2bf4-0310-a012-ef5d649a1542
pull/1/head
karlchenofhell 19 years ago
parent 6724771eaa
commit 4411341daf

@ -578,6 +578,7 @@
<fileset dir="${src}" includes="**/*.class" />
<fileset dir="${build}" includes="**/*.class" />
<fileset dir="${htroot}" includes="**/*.class" />
<fileset dir="${release}" includes="*.rpm" />
</delete>
</target>

@ -7,7 +7,7 @@ Summary: P2P search engine, web-crawler and proxy
Name: yacy
Version: @REPL_VERSION@_@REPL_REVISION_NR@
Release: 3
Copyright: GPL
License: GPL
Group: Application/Internet
Source0: svn://svn.berlios.de/yacy/trunk
URL: http://www.yacy.net/yacy/
@ -51,9 +51,9 @@ Zip, tar, Power Point, gzip
Additionally it allows port forwarding via secure channel,
seed uploading via SCP and provides a SOAP API.
%prep # nothing to be done here, ant already prepared everything nicely for us
# %prep # nothing to be done here, ant already prepared everything nicely for us
%build # ant did this for us as well... such a nice tool
# %build # ant did this for us as well... such a nice tool
%pre
# check whether group 'yacy' already exists, if not it will be created

Loading…
Cancel
Save