Compare commits
16 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a1d8cfffd8 | ||
|
|
ef77c16989 | ||
|
|
6aafe6b602 | ||
|
|
ac3c541c13 |
||
|
|
73796a6534 | ||
|
|
5d0160f8a3 | ||
|
|
4104905d61 | ||
|
|
8a3ee4103d | ||
| 33efc6fec7 | |||
|
|
08960bc320 | ||
|
|
b9fa761340 | ||
|
|
8e69ef296a | ||
|
|
4d7fcb3cb2 | ||
|
|
e8bfa94e77 | ||
|
|
8eaea4b81d | ||
|
|
987851cef2 |
5 changed files with 1 additions and 111 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -1,3 +0,0 @@
|
||||||
vecmath-20090922.tar.bz2
|
|
||||||
/vecmath-1.6.0-be715bd.tar.gz
|
|
||||||
/vecmath-1.6.0-41fddda.tar.gz
|
|
||||||
1
dead.package
Normal file
1
dead.package
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
Orphaned for 6+ weeks
|
||||||
1
sources
1
sources
|
|
@ -1 +0,0 @@
|
||||||
0a82e273f2d1de1811ff6fa65858388f vecmath-1.6.0-41fddda.tar.gz
|
|
||||||
|
|
@ -1,12 +0,0 @@
|
||||||
diff --git a/build.xml b/build.xml
|
|
||||||
index f33f185..4531b27 100644
|
|
||||||
--- build.xml
|
|
||||||
+++ build.xml
|
|
||||||
@@ -76,6 +76,7 @@
|
|
||||||
packagenames="javax.vecmath.*"
|
|
||||||
destdir="${javadoc.dir}"
|
|
||||||
windowtitle="Vecmath ${version_base}">
|
|
||||||
+ <link href="/usr/share/javadoc/java/" />
|
|
||||||
</javadoc>
|
|
||||||
</target>
|
|
||||||
|
|
||||||
95
vecmath.spec
95
vecmath.spec
|
|
@ -1,95 +0,0 @@
|
||||||
%global commit 41fddda1a4f430e45bef0154e1fdfe5671025f1e
|
|
||||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
|
||||||
|
|
||||||
Name: vecmath
|
|
||||||
Version: 1.6.0
|
|
||||||
Release: 0.3.20130710git41fddda%{?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: http://github.com/hharrison/vecmath
|
|
||||||
Source0: https://github.com/hharrison/vecmath/archive/%{commit}/%{name}-%{version}-%{shortcommit}.tar.gz
|
|
||||||
# Fix link to javadoc
|
|
||||||
Patch0: %{name}-%{version}-javadoc-link.patch
|
|
||||||
BuildArch: noarch
|
|
||||||
|
|
||||||
BuildRequires: ant
|
|
||||||
BuildRequires: ant-junit
|
|
||||||
BuildRequires: junit
|
|
||||||
BuildRequires: java-devel >= 1:1.6.0
|
|
||||||
BuildRequires: java-javadoc
|
|
||||||
BuildRequires: jpackage-utils
|
|
||||||
|
|
||||||
Requires: java-headless >= 1:1.6.0
|
|
||||||
Requires: jpackage-utils
|
|
||||||
|
|
||||||
%description
|
|
||||||
The 3D vector math Java package, javax.vecmath.
|
|
||||||
|
|
||||||
%package javadoc
|
|
||||||
Group: Documentation
|
|
||||||
Summary: Javadoc for %{name}
|
|
||||||
Requires: jpackage-utils
|
|
||||||
|
|
||||||
%description javadoc
|
|
||||||
This package contains javadoc for %{name}.
|
|
||||||
|
|
||||||
%prep
|
|
||||||
%setup -qn %{name}-%{commit}
|
|
||||||
%patch0 -p0
|
|
||||||
|
|
||||||
%build
|
|
||||||
%ant jar docs
|
|
||||||
|
|
||||||
%install
|
|
||||||
install -D -p -m 644 build/jars/%{name}.jar %{buildroot}%{_javadir}/%{name}.jar
|
|
||||||
|
|
||||||
mkdir -p %{buildroot}%{_javadocdir}/%{name}
|
|
||||||
cp -a build/javadoc/* %{buildroot}%{_javadocdir}/%{name}
|
|
||||||
|
|
||||||
%files
|
|
||||||
%doc docs/api-changes* COPYRIGHT.txt LICENSE.txt LICENSE-SPEC.html
|
|
||||||
%{_javadir}/%{name}.jar
|
|
||||||
|
|
||||||
%files javadoc
|
|
||||||
%doc COPYRIGHT.txt LICENSE.txt LICENSE-SPEC.html
|
|
||||||
%{_javadocdir}/%{name}
|
|
||||||
|
|
||||||
%changelog
|
|
||||||
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.6.0-0.3.20130710git41fddda
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
||||||
|
|
||||||
* Fri Mar 28 2014 Michael Simacek <msimacek@redhat.com> - 1.6.0-0.2.20130710git41fddda
|
|
||||||
- Use Requires: java-headless rebuild (#1067528)
|
|
||||||
|
|
||||||
* Thu Sep 5 2013 Harvey Harrison <harvey.harrison@gmail.com> - 1.6.0-0.1.20130710git41fddda
|
|
||||||
- change upstream source to github
|
|
||||||
- upgrade to 1.6.0
|
|
||||||
|
|
||||||
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.5.2-3
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
||||||
|
|
||||||
* Fri Feb 15 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.5.2-2
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
||||||
|
|
||||||
* Fri Sep 07 2012 gil cattaneo <puntogil@libero.it> 1.5.2-1
|
|
||||||
- Use tarball from 1.5.2 tag (no change in source code)
|
|
||||||
- Added maven pom
|
|
||||||
- Adapt to current guideline
|
|
||||||
- Added javadoc sub package
|
|
||||||
|
|
||||||
* Sun Jul 22 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0-5.20090922cvs
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
||||||
|
|
||||||
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0-4.20090922cvs
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
||||||
|
|
||||||
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0-3.20090922cvs
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
||||||
|
|
||||||
* Mon Sep 28 2009 Jussi Lehtola <jussilehtola@fedoraproject.org> - 0-2.20090922cvs
|
|
||||||
- Minor review fixes.
|
|
||||||
|
|
||||||
* Tue Sep 22 2009 Jussi Lehtola <jussilehtola@fedoraproject.org> - 0-1.20090922cvs
|
|
||||||
- First release.
|
|
||||||
Reference in a new issue