rpms/aqute-bndlib/devel aqute-service.tar.gz, NONE, 1.1 bnd-0.0.363.pom, NONE, 1.1 sources, 1.2, 1.3 aqute-bndlib.spec, 1.5, 1.6 .cvsignore, 1.2, 1.3 aQute-bndlib-Filter.patch, 1.2, NONE bnd-0.0.203.pom, 1.2, NONE

Alexander Kurtakov akurtakov at fedoraproject.org
Thu Sep 3 20:51:36 UTC 2009


Author: akurtakov

Update of /cvs/pkgs/rpms/aqute-bndlib/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv10299/devel

Modified Files:
	sources aqute-bndlib.spec .cvsignore 
Added Files:
	aqute-service.tar.gz bnd-0.0.363.pom 
Removed Files:
	aQute-bndlib-Filter.patch bnd-0.0.203.pom 
Log Message:
Update to 0.0.363


--- NEW FILE aqute-service.tar.gz ---
‹'# J
£
«òq«àbÊÇRå#ì+rÒvÛÇnº½8	â8N:®G§Q'ííùªÒrCðie,Ÿêz˺]ïÿ©ZšRéœbvÛ†?†oéÿIÃ&¼æ{æØÕÿI’~éÿ8j'èÿCXÿçÉ×[×û¬ƒ,Õ¼ÐÆÒ²˜Òì$Û˜©¬š-ç¢Δ •»¢q!飂è5$g`;ú—ýÞÃÝýuÎ©1WsÉìK!™_ãWÉ–dÍgG}^œ­66WÓ$´Ë°°Mº•üѝnVá˜ì“ÑÏ%õBºO×y¾…¿}»

--- NEW FILE bnd-0.0.363.pom ---
<project xmlns='http://maven.apache.org/POM/4.0.0' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' xsi:schemaLocation='http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd'>
  <modelVersion>4.0.0</modelVersion>
  <groupId>biz.aQute</groupId>
  <artifactId>bnd</artifactId>
  <version>0.0.363</version>
  <description>
    A utility and plugin to wrap, build, or print bundles
  </description>
  <name>aQute Bundle Tool</name>
  <url>http://www.aQute.biz/Code/Bnd</url>
  <organization>
    <name>aQute SARL</name>
    <url>http://www.aQute.biz</url>
  </organization>
  <licenses>
    <license>
    <name>All files contained in this JAR are licensed under the Apache 2.0 license, unless noted differently in their source (see swing2swt).</name>
    <url>http://www.opensource.org/licenses/apache2.0.php</url>
    <distribution>repo</distribution>
    </license>
  </licenses>
</project>


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/aqute-bndlib/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- sources	17 Aug 2009 20:00:26 -0000	1.2
+++ sources	3 Sep 2009 20:51:36 -0000	1.3
@@ -1 +1 @@
-517cc8edead3dbd520c6a8e3f82f7321  bnd-0.0.203.jar
+1d36d0271381964304c08b00b5fd1b4a  bnd-0.0.363.jar


Index: aqute-bndlib.spec
===================================================================
RCS file: /cvs/pkgs/rpms/aqute-bndlib/devel/aqute-bndlib.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- aqute-bndlib.spec	20 Aug 2009 14:15:49 -0000	1.5
+++ aqute-bndlib.spec	3 Sep 2009 20:51:36 -0000	1.6
@@ -29,17 +29,16 @@
 #
 
 Name:           aqute-bndlib
-Version:        0.0.203
-Release:        4.3%{?dist}
+Version:        0.0.363
+Release:        1%{?dist}
 Epoch:          0
 Summary:        BND Library
 License:        ASL 2.0
 Group:          Development/Tools
 URL:            http://www.aQute.biz/Code/Bnd
-Source0:        http://www.aqute.biz/repo/biz/aQute/bnd/0.0.203/bnd-0.0.203.jar
-Source1:        http://www.aqute.biz/repo/biz/aQute/bnd/0.0.203/bnd-0.0.203.pom
-Patch0:         aQute-bndlib-Filter.patch
-
+Source0:        http://www.aqute.biz/repo/biz/aQute/bnd/%{version}/bnd-%{version}.jar
+Source1:        http://www.aqute.biz/repo/biz/aQute/bnd/%{version}/bnd-%{version}.pom
+Source2:        aqute-service.tar.gz
 
 BuildArch:      noarch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root
@@ -56,16 +55,16 @@ Requires(postun):  jpackage-utils >= 0:1
 
 %description
 The bnd 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 
-- Verify the validity of the manifest entries 
-The tool is capable of acting as: 
-- Command line tool 
-- File format 
-- Directives 
-- Use of macros 
+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
+- Verify the validity of the manifest entries
+The tool is capable of acting as:
+- Command line tool
+- File format
+- Directives
+- Use of macros
 
 %package javadoc
 Summary:        Javadoc for %{name}
@@ -80,7 +79,11 @@ mkdir -p target/site/apidocs/
 mkdir -p target/classes/
 mkdir -p src/main/
 mv OSGI-OPT/src src/main/java
-%patch0 -b .sav0
+pushd src/main/java
+tar xfs %{SOURCE2}
+popd
+sed -i "s|import aQute.lib.filter.*;||g" src/main/java/aQute/bnd/make/ComponentDef.java
+sed -i "s|import aQute.lib.filter.*;||g" src/main/java/aQute/bnd/make/ServiceComponent.java
 
 %build
 export LANG=en_US.utf8
@@ -89,17 +92,31 @@ export CLASSPATH=$(build-classpath ant)
 CLASSPATH=${CLASSPATH}:$(ls /usr/lib*/eclipse/plugins/org.eclipse.osgi_*.jar)
 CLASSPATH=${CLASSPATH}:$(ls /usr/lib*/eclipse/plugins/org.eclipse.osgi.services_*.jar)
 CLASSPATH=${CLASSPATH}:$(ls /usr/lib*/eclipse/plugins/org.eclipse.jface_*.jar)
+CLASSPATH=${CLASSPATH}:$(ls /usr/lib*/eclipse/plugins/org.eclipse.jface.databinding_*.jar)
+CLASSPATH=${CLASSPATH}:$(ls /usr/lib*/eclipse/plugins/org.eclipse.jface.text_*.jar)
 CLASSPATH=${CLASSPATH}:$(ls /usr/lib*/eclipse/plugins/org.eclipse.ui_*.jar)
+CLASSPATH=${CLASSPATH}:$(ls /usr/lib*/eclipse/plugins/org.eclipse.ui.ide_*.jar)
+CLASSPATH=${CLASSPATH}:$(ls /usr/lib*/eclipse/plugins/org.eclipse.core.commands_*.jar)
 CLASSPATH=${CLASSPATH}:$(ls /usr/lib*/eclipse/plugins/org.eclipse.core.jobs_*.jar)
 CLASSPATH=${CLASSPATH}:$(ls /usr/lib*/eclipse/plugins/org.eclipse.core.runtime_*.jar)
 CLASSPATH=${CLASSPATH}:$(ls /usr/lib*/eclipse/plugins/org.eclipse.core.resources_*.jar)
+CLASSPATH=${CLASSPATH}:$(ls /usr/lib*/eclipse/plugins/org.eclipse.debug.core_*.jar)
+CLASSPATH=${CLASSPATH}:$(ls /usr/lib*/eclipse/plugins/org.eclipse.debug.ui_*.jar)
+CLASSPATH=${CLASSPATH}:$(ls /usr/lib*/eclipse/plugins/org.eclipse.text_*.jar)
+CLASSPATH=${CLASSPATH}:$(ls /usr/lib*/eclipse/plugins/org.eclipse.ui.console_*.jar)
+CLASSPATH=${CLASSPATH}:$(ls /usr/lib*/eclipse/plugins/org.eclipse.ui.editors_*.jar)
 CLASSPATH=${CLASSPATH}:$(ls /usr/lib*/eclipse/plugins/org.eclipse.ui.workbench_*.jar)
+CLASSPATH=${CLASSPATH}:$(ls /usr/lib*/eclipse/plugins/org.eclipse.ui.workbench.texteditor_*.jar)
 CLASSPATH=${CLASSPATH}:$(ls /usr/lib*/eclipse/dropins/jdt/plugins/org.eclipse.jdt.core_*.jar)
+CLASSPATH=${CLASSPATH}:$(ls /usr/lib*/eclipse/dropins/jdt/plugins/org.eclipse.jdt.debug.ui_*.jar)
+CLASSPATH=${CLASSPATH}:$(ls /usr/lib*/eclipse/dropins/jdt/plugins/org.eclipse.jdt.launching_*.jar)
+CLASSPATH=${CLASSPATH}:$(ls /usr/lib*/eclipse/dropins/jdt/plugins/org.eclipse.jdt.junit_*.jar)
+CLASSPATH=${CLASSPATH}:$(ls /usr/lib*/eclipse/dropins/jdt/plugins/org.eclipse.jdt.ui_*.jar)
 CLASSPATH=${CLASSPATH}:$(ls /usr/lib*/eclipse/plugins/org.eclipse.equinox.common_*.jar)
 CLASSPATH=${CLASSPATH}:$(ls /usr/lib*/eclipse/plugins/org.eclipse.equinox.registry_*.jar)
 CLASSPATH=${CLASSPATH}:$(ls /usr/lib*/eclipse/plugins/org.eclipse.swt.*.jar)
 
-%{javac} -d target/classes $(find src/main/java -type f -name "*.java")
+%{javac} -d target/classes -target 1.5 -source 1.5 $(find src/main/java -type f -name "*.java")
 %{javadoc} -d target/site/apidocs -sourcepath src/main/java aQute.lib.header aQute.lib.osgi aQute.lib.qtokens aQute.lib.filter
 cp -p LICENSE maven-dependencies.txt plugin.xml pom.xml target/classes
 for f in $(find aQute/ -type f -not -name "*.class"); do
@@ -152,6 +169,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_javadocdir}/%{name}
 
 %changelog
+* Thu Sep 3 2009 Alexander Kurtakov <akurtako at redhat.com> 0:0.0.363-1
+- Update to 0.0.363.
+
 * Wed Aug 19 2009 Andrew Overholt <overholt at redhat.com> 0:0.0.203-4.3
 - Add LICENSE
 - Clean up Group tag
@@ -182,4 +202,3 @@ rm -rf $RPM_BUILD_ROOT
 
 * Mon Jan 07 2008 Ralph Apel <r.apel at r-apel.de> - 0:0.0.203-1jpp
 - First release
-


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/aqute-bndlib/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- .cvsignore	17 Aug 2009 20:00:25 -0000	1.2
+++ .cvsignore	3 Sep 2009 20:51:36 -0000	1.3
@@ -1 +1,2 @@
 bnd-0.0.203.jar
+bnd-0.0.363.jar


--- aQute-bndlib-Filter.patch DELETED ---


--- bnd-0.0.203.pom DELETED ---




More information about the scm-commits mailing list