head 1.18;
access;
symbols;
locks; strict;
comment @-- @;
1.18
date 2009.12.12.11.36.48; author rse; state Exp;
branches;
next 1.17;
commitid bKRm1eZ97OBDS4fu;
1.17
date 2009.12.02.09.11.21; author rse; state Exp;
branches;
next 1.16;
commitid m8w0fiqy6bpFoMdu;
1.16
date 2009.11.05.16.59.34; author rse; state Exp;
branches;
next 1.15;
commitid EYFmJpRcQzb6Rlau;
1.15
date 2009.11.04.16.57.40; author rse; state Exp;
branches;
next 1.14;
commitid dt8rGhkeUgrrSdau;
1.14
date 2009.10.17.19.01.42; author rse; state Exp;
branches;
next 1.13;
commitid kUBFEydPQwMR8V7u;
1.13
date 2009.10.03.11.47.47; author rse; state Exp;
branches;
next 1.12;
commitid remkcMhk9r8Ub56u;
1.12
date 2009.09.02.17.52.37; author rse; state Exp;
branches;
next 1.11;
commitid C2cyCLEnx1SQc82u;
1.11
date 2009.08.27.16.40.29; author rse; state Exp;
branches;
next 1.10;
commitid 6WDcVeMBoxC30m1u;
1.10
date 2009.08.26.17.43.49; author rse; state Exp;
branches;
next 1.9;
commitid 8xGnENhhan8Mne1u;
1.9
date 2009.08.25.19.50.53; author rse; state Exp;
branches;
next 1.8;
commitid xgolmwbYvzim771u;
1.8
date 2009.08.21.08.53.13; author rse; state Exp;
branches;
next 1.7;
commitid qsvxM1atD91IBx0u;
1.7
date 2009.07.02.14.55.34; author rse; state Exp;
branches;
next 1.6;
commitid g7Y2Zu7q04hFd9Ut;
1.6
date 2009.04.18.13.09.02; author rse; state Exp;
branches;
next 1.5;
commitid 4pHXU27WTIGCZuKt;
1.5
date 2009.03.26.06.47.35; author rse; state Exp;
branches;
next 1.4;
commitid mAKFfajKXSXyFvHt;
1.4
date 2008.11.18.19.04.08; author rse; state Exp;
branches;
next 1.3;
commitid cEO4gaH4xGxjR7rt;
1.3
date 2008.11.08.21.41.27; author rse; state Exp;
branches;
next 1.2;
commitid xq1gYTDcEChe3Rpt;
1.2
date 2008.06.24.05.18.21; author rse; state Exp;
branches;
next 1.1;
commitid Arre11jEJyfZ0a8t;
1.1
date 2008.06.23.19.44.50; author rse; state Exp;
branches;
next ;
commitid z6HmEzePBb9fQ68t;
desc
@@
1.18
log
@upgrading package: bnd 0.0.381 -> 0.0.384
@
text
@##
## bnd.spec -- OpenPKG RPM Package Specification
## Copyright (c) 2000-2009 OpenPKG Foundation e.V.
##
## 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 information
Name: bnd
Summary: OSGi R4 Bundle Management Tool
URL: http://www.aqute.biz/Code/Bnd
Vendor: Peter Kriens
Packager: OpenPKG Foundation e.V.
Distribution: OpenPKG Community
Class: EVAL
Group: Archiver
License: Open Source
Version: 0.0.384
Release: 20091212
# list of sources
Source0: http://www.aqute.biz/repo/biz/aQute/bnd/%{version}/bnd-%{version}.jar
Source1: bnd.sh
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
BuildPreReq: OpenPKG, openpkg >= 20060823
PreReq: OpenPKG, openpkg >= 20060823, java, JAVA-JDK
AutoReq: no
AutoReqProv: no
%description
The bnd(1) tool helps you create and diagnose OSGi R4 bundles. The
key functions are: show the manifest and JAR contents of a bundle,
wrap a JAR so that it becomes a bundle, create a Bundle from a
specification and a class path, and verify the validity of the
manifest entries.
%track
prog bnd = {
version = %{version}
url = http://www.aqute.biz/Code/Download
regex = bnd-(__VER__)\.jar
}
%prep
%setup -q -T -c
%build
%install
rm -rf $RPM_BUILD_ROOT
%{l_shtool} mkdir -f -p -m 755 \
$RPM_BUILD_ROOT%{l_prefix}/bin \
$RPM_BUILD_ROOT%{l_prefix}/libexec/bnd
%{l_shtool} install -c -m 755 %{l_value -s -a} \
%{SOURCE0} $RPM_BUILD_ROOT%{l_prefix}/libexec/bnd/bnd.jar
%{l_shtool} install -c -m 755 %{l_value -s -a} \
%{SOURCE bnd.sh} $RPM_BUILD_ROOT%{l_prefix}/bin/bnd
%{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT %{l_files_std}
%files -f files
%clean
rm -rf $RPM_BUILD_ROOT
@
1.17
log
@upgrading package: bnd 0.0.378 -> 0.0.381
@
text
@d34 2
a35 2
Version: 0.0.381
Release: 20091202
@
1.16
log
@upgrading package: bnd 0.0.375 -> 0.0.378
@
text
@d34 2
a35 2
Version: 0.0.378
Release: 20091105
@
1.15
log
@upgrading package: bnd 0.0.372 -> 0.0.375
@
text
@d34 2
a35 2
Version: 0.0.375
Release: 20091104
@
1.14
log
@upgrading package: bnd 0.0.366 -> 0.0.372
@
text
@d34 2
a35 2
Version: 0.0.372
Release: 20091017
@
1.13
log
@upgrading package: bnd 0.0.356 -> 0.0.366
@
text
@d34 2
a35 2
Version: 0.0.366
Release: 20091003
@
1.12
log
@upgrading package: bnd 0.0.355 -> 0.0.356
@
text
@d34 2
a35 2
Version: 0.0.356
Release: 20090902
@
1.11
log
@upgrading package: bnd 0.0.354 -> 0.0.355
@
text
@d34 2
a35 2
Version: 0.0.355
Release: 20090827
@
1.10
log
@upgrading package: bnd 0.0.353 -> 0.0.354
@
text
@d34 2
a35 2
Version: 0.0.354
Release: 20090826
@
1.9
log
@upgrading package: bnd 0.0.352 -> 0.0.353
@
text
@d34 2
a35 2
Version: 0.0.353
Release: 20090825
@
1.8
log
@upgrading package: bnd 0.0.337 -> 0.0.352
@
text
@d34 2
a35 2
Version: 0.0.352
Release: 20090821
@
1.7
log
@upgrading package: bnd 0.0.313 -> 0.0.337
@
text
@d34 2
a35 2
Version: 0.0.337
Release: 20090702
@
1.6
log
@bump years in copyright messages
@
text
@d34 2
a35 2
Version: 0.0.313
Release: 20090326
@
1.5
log
@upgrading package: bnd 0.0.293 -> 0.0.313
@
text
@d3 1
a3 1
## Copyright (c) 2000-2008 OpenPKG Foundation e.V.
@
1.4
log
@upgrading package: bnd 0.0.291 -> 0.0.293
@
text
@d34 2
a35 2
Version: 0.0.293
Release: 20081118
@
1.3
log
@upgrading package: bnd 0.0.257 -> 0.0.291
@
text
@d34 2
a35 2
Version: 0.0.291
Release: 20081108
@
1.2
log
@upgrading package: bnd 0.0.249 -> 0.0.257
@
text
@d34 2
a35 2
Version: 0.0.257
Release: 20080624
@
1.1
log
@new package: bnd 0.0.249 (OSGi R4 Bundle Management Tool)
@
text
@d34 2
a35 2
Version: 0.0.249
Release: 20080623
@