Sophie

Sophie

distrib > Mageia > 5 > i586 > media > core-release-src > by-pkgid > 18b9baf0a00c53c8aaa743735298fc81 > files > 2

jutils-1.0.1-6.mga5.src.rpm

Name:          jutils
Version:       1.0.1
Release:       %mkrel 6
Summary:       Common utilities for the Game Technology Group
Group:         Development/Java
License:       BSD
Url:           http://java.net/projects/jutils
# svn export https://svn.java.net/svn/jutils~svn/trunk jutils-1.0.1
# tar czf jutils-1.0.1-src-svn.tar.gz jutils-1.0.1
Source0:       jutils-1.0.1-src-svn.tar.gz

BuildArch:      noarch

BuildRequires:  java-devel
BuildRequires:  jpackage-utils
BuildRequires:  maven-local

%description
The JUtils Project hosts an implementation of a set of APIs utilized by other Java™ Game Technology
Group projects (eg JInput,JOAl, JOGL). Some of those other projects may have build and/or run-time
dependancies on the jutils.jar file which is built from the source hosted here.

%package       javadoc
Summary:       Javadoc for %{name}
Group:         Documentation

%description   javadoc
JUtils - Common utilities for the Game Technology Group.

This package contains javadoc for %{name}.

%prep
%setup -q -n jutils-%{version}

sed -i 's/-SNAPSHOT//' pom.xml

%mvn_file : %{name}

%build

# Skip tests because they require an X display
%mvn_build -- -Dmaven.test.skip=true

%install

%mvn_install


%files -f .mfiles
%doc README.txt 

%files javadoc -f .mfiles-javadoc


%changelog
* Sun Jan 18 2015 daviddavid <daviddavid> 1.0.1-6.mga5
+ Revision: 811231
- Sync with fc21
- fix Group

* Fri Oct 24 2014 umeabot <umeabot> 1.0.1-5.mga5
+ Revision: 792888
- Second Mageia 5 Mass Rebuild
- Mageia 5 Mass Rebuild

* Fri Oct 18 2013 umeabot <umeabot> 1.0.1-3.mga4
+ Revision: 508920
- Mageia 4 Mass Rebuild

* Sun Jan 13 2013 dmorgan <dmorgan> 1.0.1-2.mga3
+ Revision: 362760
- Build with maven 3

  + umeabot <umeabot>
    - Mass Rebuild - https://wiki.mageia.org/en/Feature:Mageia3MassRebuild

* Thu Jun 23 2011 dmorgan <dmorgan> 1.0.1-1.mga2
+ Revision: 112681
- Simply spec file

  + gil <gil>
    - imported package jutils


* Thu Jun 23 2011 gil <gil> 1.0.1-0.%%mkrel
- initial rpm