commit netbeans-javaparser for openSUSE:Factory
Hello community, here is the log from the commit of package netbeans-javaparser for openSUSE:Factory checked in at Sat May 30 18:17:46 CEST 2009. -------- New Changes file: --- /dev/null 2009-04-14 11:58:14.000000000 +0200 +++ /mounts/work_src_done/STABLE/netbeans-javaparser/netbeans-javaparser.changes 2009-05-19 14:08:34.000000000 +0200 @@ -0,0 +1,5 @@ +------------------------------------------------------------------- +Tue May 19 13:58:15 CEST 2009 - mvyskocil@suse.cz + +- 'Initial packaging of netbeans-javaparser (from Fedora 11)' + calling whatdependson for head-i586 New: ---- nb-javac-6.5.tar.bz2 netbeans-javaparser.changes netbeans-javaparser.spec ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ netbeans-javaparser.spec ++++++ # # spec file for package netbeans-javaparser (Version 6.5) # # Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ # Name: netbeans-javaparser Version: 6.5 Release: 2 Summary: NetBeans Java Parser License: GPL v2 only; GPLv2 with Classpath Exception Url: http://java.netbeans.org/javaparser/ Group: Development/Libraries/Java # The source for this package was pulled from upstream's vcs. Use the # following commands to generate the tarball: # hg clone http://hg.netbeans.org/main/nb-javac/ # cd nb-javac/ # hg update -r release65_base # tar -czvf ../nb-javac-6.5.tar.gz . Source0: nb-javac-%{version}.tar.bz2 BuildRequires: ant BuildRequires: ant-nodeps BuildRequires: java-devel BuildRequires: jpackage-utils Requires: java Requires: jpackage-utils BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build Provides: libnb-javaparser-java = 6.1 %description Java parser to analyse Java source files inside of the NetBeans IDE %prep %setup -q -c # remove all binary libs find . -name "*.jar" -exec %{__rm} -f {} \; %build [ -z "$JAVA_HOME" ] && export JAVA_HOME=%{_jvmdir}/java ant -f make/netbeans/nb-javac/build.xml jar %install # jar %{__install} -d -m 755 %{buildroot}%{_javadir} %{__install} -m 644 make/netbeans/nb-javac/dist/javac-api.jar %{buildroot}%{_javadir}/%{name}-api-%{version}.jar %{__ln_s} %{name}-api-%{version}.jar %{buildroot}%{_javadir}/%{name}-api.jar %{__install} -m 644 make/netbeans/nb-javac/dist/javac-impl.jar %{buildroot}%{_javadir}/%{name}-impl-%{version}.jar %{__ln_s} %{name}-impl-%{version}.jar %{buildroot}%{_javadir}/%{name}-impl.jar %clean %{__rm} -rf %{buildroot} %files %defattr(-,root,root) %doc ASSEMBLY_EXCEPTION LICENSE README %{_javadir}/* %changelog * Tue May 19 2009 mvyskocil@suse.cz - 'Initial packaging of netbeans-javaparser (from Fedora 11)' ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@Hilbert.suse.de