rpms/vecmath/F-12 vecmath.spec,NONE,1.1 sources,1.1,1.2

Jussi Lehtola jussilehtola at fedoraproject.org
Wed Sep 30 09:33:02 UTC 2009


Author: jussilehtola

Update of /cvs/pkgs/rpms/vecmath/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv32383/F-12

Modified Files:
	sources 
Added Files:
	vecmath.spec 
Log Message:
Import in Fedora.


--- NEW FILE vecmath.spec ---
%global tardate 20090922

Name:		vecmath
Version:	0
Release:	2.%{tardate}cvs%{?dist}
Summary:	The 3D vector math Java package, javax.vecmath
Group:		Development/Libraries
# License is GNU General Public License, version 2, with the Classpath Exception
License:	GPLv2 with exceptions
URL:		https://vecmath.dev.java.net/
## Source pulled from upstream CVS.
# https://vecmath.dev.java.net/servlets/ProjectSource
## Tarball created with
## (you need to create a username)
# cvs -d :pserver:username at cvs.dev.java.net:/cvs login
# cvs -d :pserver:username at cvs.dev.java.net:/cvs checkout vecmath
# tar cf vecmath-%{tardate}.tar vecmath
# xz vecmath-%{tardate}.tar
Source0:	%{name}-%{tardate}.tar.xz
BuildRoot:	%(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
BuildArch:	noarch

BuildRequires:	ant
BuildRequires:	java-devel >= 1:1.6.0
BuildRequires:	jpackage-utils
# For EPEL 5
BuildRequires:	xz

Requires:	java >= 1:1.6.0
Requires:	jpackage-utils

%description
The 3D vector math Java package, javax.vecmath.

%prep
%setup -q -n %{name}
find -name '*.class' -exec rm -f '{}' \;
find -name '*.jar' -exec rm -f '{}' \;

%build
ant

%install
rm -rf %{buildroot}
install -D -p -m 644 build/debug/lib/ext/vecmath.jar %{buildroot}%{_javadir}/vecmath.jar

%clean
rm -rf %{buildroot} 

%files
%defattr(-,root,root,-)
%doc docs/api-changes* LICENSE.txt LICENSE-SPEC.html
%{_javadir}/vecmath.jar

%changelog
* Mon Sep 28 2009 Jussi Lehtola <jussilehtola at fedoraproject.org> - 0-2.20090922cvs
- Minor review fixes.

* Tue Sep 22 2009 Jussi Lehtola <jussilehtola at fedoraproject.org> - 0-1.20090922cvs
- First release.


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/vecmath/F-12/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	29 Sep 2009 20:10:00 -0000	1.1
+++ sources	30 Sep 2009 09:33:02 -0000	1.2
@@ -0,0 +1 @@
+f4ade6e893a52ff15998066bfeb0ad1f  vecmath-20090922.tar.xz




More information about the fedora-extras-commits mailing list