Sophie

Sophie

distrib > Mageia > 4 > x86_64 > by-pkgid > 8803da4676ae7aa8e75af6818eab0fca > files > 2

jtype-0.1.2-7.mga4.src.rpm

Name:           jtype
Version:        0.1.2
Release:        %mkrel 7
Group:          Development/Java
Summary:        A small library for working with the Java 5 type system
License:        ASL 2.0 
# svn export http://jtype.googlecode.com/svn/tags/0.1.2 jtype-0.1.2
# tar caf jtype-0.1.2.tar.xz jtype-0.1.2
URL:            http://code.google.com/p/jtype/
Source0:        %{name}-%{version}.tar.xz

BuildArch:      noarch

BuildRequires:  java-devel
BuildRequires:  maven-local
# test deps
BuildRequires:  mvn(junit:junit)
BuildRequires:  mvn(org.jmock:jmock-junit4)
BuildRequires:  mvn(org.jmock:jmock-legacy)

%description
Java 5 introduced a richer type system for generics with Type and its various
sub-types, but lacks any easy way to perform common operations on these types.
JType aims to fill this gap. 

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

%description javadoc
This package contains the API documentation for %{name}.

%prep
%setup -q
# disable org.jvnet.wagon-svn:wagon-svn
%pom_xpath_remove "pom:project/pom:build/pom:extensions"

%build

%mvn_file : %{name}
%mvn_build

%install
%mvn_install

%files -f .mfiles

%files javadoc -f .mfiles-javadoc



%changelog
* Wed Jan 01 2014 dmorgan <dmorgan> 0.1.2-7.mga4
+ Revision: 563877
- Rebuild against java stack

* Tue Dec 31 2013 dmorgan <dmorgan> 0.1.2-6.mga4
+ Revision: 563540
- Build with xmvn

  + umeabot <umeabot>
    - Mageia 4 Mass Rebuild

* Sat Jan 12 2013 umeabot <umeabot> 0.1.2-4.mga3
+ Revision: 355669
- Mass Rebuild - https://wiki.mageia.org/en/Feature:Mageia3MassRebuild

* Mon Sep 10 2012 dmorgan <dmorgan> 0.1.2-3.mga3
+ Revision: 291956
- Fix maven build

* Fri Oct 28 2011 gil <gil> 0.1.2-1.mga2
+ Revision: 159013
- imported package jtype


* Wed Jul 27 2011 gil <gil> 0.1.2-0.mga2
- initial rpm