| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153 |
- ##
- ## commons.spec -- OpenPKG RPM Package Specification
- ## Copyright (c) 2000-2008 OpenPKG Foundation e.V. <http://openpkg.net/>
- ##
- ## Permission to use, copy, modify, and distribute this software for
- ## any purpose with or without fee is hereby granted, provided that
- ## the above copyright notice and this permission notice appear in all
- ## copies.
- ##
- ## THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
- ## WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
- ## MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
- ## IN NO EVENT SHALL THE AUTHORS AND COPYRIGHT HOLDERS AND THEIR
- ## CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
- ## SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
- ## LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
- ## USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
- ## ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
- ## OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
- ## OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
- ## SUCH DAMAGE.
- ##
- # package version
- %define V_beanutils 1.8.0
- %define V_cli 1.1
- %define V_collections 3.2
- %define V_configuration 1.5
- %define V_httpclient 3.1
- %define V_io 1.4
- %define V_lang 2.3
- %define V_launcher 1.1
- %define V_logging 1.1
- %define V_net 2.0
- # package information
- Name: commons
- Summary: Apache Java Commons Libraries
- URL: http://commons.apache.org/
- Vendor: Apache Software Foundation
- Packager: OpenPKG Foundation e.V.
- Distribution: OpenPKG Community
- Class: EVAL
- Group: Libraries
- License: Apache
- Version: 0
- Release: 20081129
- # list of sources
- Source0: http://www.apache.org/dist/commons/beanutils/binaries/commons-beanutils-%{V_beanutils}-bin.tar.gz
- Source1: http://www.apache.org/dist/commons/cli/binaries/commons-cli-%{V_cli}.tar.gz
- Source2: http://www.apache.org/dist/commons/collections/binaries/commons-collections-%{V_collections}.tar.gz
- Source3: http://www.apache.org/dist/commons/configuration/binaries/commons-configuration-%{V_configuration}.tar.gz
- Source4: http://www.apache.org/dist/httpcomponents/commons-httpclient/binary/commons-httpclient-%{V_httpclient}.tar.gz
- Source5: http://www.apache.org/dist/commons/io/binaries/commons-io-%{V_io}-bin.tar.gz
- Source6: http://www.apache.org/dist/commons/lang/binaries/commons-lang-%{V_lang}.tar.gz
- Source7: http://www.apache.org/dist/commons/launcher/binaries/commons-launcher-%{V_launcher}.tar.gz
- Source8: http://www.apache.org/dist/commons/logging/binaries/commons-logging-%{V_logging}.tar.gz
- Source9: http://www.apache.org/dist/commons/net/binaries/commons-net-%{V_net}-bin.tar.gz
- # build information
- Prefix: %{l_prefix}
- BuildRoot: %{l_buildroot}
- BuildPreReq: OpenPKG, openpkg >= 20060823
- PreReq: OpenPKG, openpkg >= 20060823
- AutoReq: no
- AutoReqProv: no
- %description
- Apache Commons is a set of Java utility libraries.
- %track
- prog commons:beanutils = {
- version = %{V_beanutils}
- url = http://www.apache.org/dist/commons/beanutils/binaries/
- regex = commons-beanutils-(\d+\.\d+\.\d+)-bin\.tar\.gz
- }
- prog commons:cli = {
- version = %{V_cli}
- url = http://www.apache.org/dist/commons/cli/binaries/
- regex = commons-cli-(__VER__)\.tar\.gz
- }
- prog commons:collections = {
- version = %{V_collections}
- url = http://www.apache.org/dist/commons/collections/binaries/
- regex = commons-collections-(__VER__)-bin\.tar\.gz
- }
- prog commons:configuration = {
- version = %{V_configuration}
- url = http://www.apache.org/dist/commons/configuration/binaries/
- regex = commons-configuration-(__VER__)\.tar\.gz
- }
- prog commons:httpclient = {
- version = %{V_httpclient}
- url = http://www.apache.org/dist/httpcomponents/commons-httpclient/binary/
- regex = commons-httpclient-(__VER__)\.tar\.gz
- }
- prog commons:io = {
- version = %{V_io}
- url = http://www.apache.org/dist/commons/io/binaries/
- regex = commons-io-(__VER__)-bin\.tar\.gz
- }
- prog commons:lang = {
- version = %{V_lang}
- url = http://www.apache.org/dist/commons/lang/binaries/
- regex = commons-lang-(__VER__)-bin\.tar\.gz
- }
- prog commons:launcher = {
- version = %{V_launcher}
- url = http://www.apache.org/dist/commons/launcher/binaries/
- regex = commons-launcher-(__VER__)\.tar\.gz
- }
- prog commons:logging = {
- version = %{V_logging}
- url = http://www.apache.org/dist/commons/logging/binaries/
- regex = commons-logging-(__VER__)-bin\.tar\.gz
- }
- prog commons:net = {
- version = %{V_net}
- url = http://www.apache.org/dist/commons/net/binaries/
- regex = commons-net-(__VER__)\.tar\.gz
- }
- %prep
- %setup -q -c
- %setup -q -T -D -a 1
- %setup -q -T -D -a 2
- %setup -q -T -D -a 3
- %setup -q -T -D -a 4
- %setup -q -T -D -a 5
- %setup -q -T -D -a 6
- %setup -q -T -D -a 7
- %setup -q -T -D -a 8
- %setup -q -T -D -a 9
- %build
- %install
- rm -rf $RPM_BUILD_ROOT
- %{l_shtool} mkdir -f -p -m 755 \
- $RPM_BUILD_ROOT%{l_prefix}/lib/commons
- %{l_shtool} install -c -m 644 \
- commons-*/commons-*.jar \
- commons-*/*/commons-*.jar \
- $RPM_BUILD_ROOT%{l_prefix}/lib/commons/
- %{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT %{l_files_std}
- %files -f files
- %clean
- rm -rf $RPM_BUILD_ROOT
|