Sophie

Sophie

distrib > Mageia > 5 > x86_64 > by-pkgid > 96d9eb4e6b6aedbb16f3926b3dffccf6 > files > 3

activeio-3.1.4-10.mga5.src.rpm

Name:          activeio
Version:       3.1.4
Release:       %mkrel 10
Group:         Development/Java
Summary:       Apache ActiveMQ ActiveIO :: Core
License:       ASL 2.0
Url:           http://activemq.apache.org/
# svn export http://svn.apache.org/repos/asf/activemq/activeio/tags/activeio-parent-3.1.4/ activeio-3.1.4
# tar czf activeio-3.1.4-src-svn.tar.gz activeio-3.1.4
Source0:       activeio-3.1.4-src-svn.tar.gz
# build fix for howl-logger 1.0.2
Patch0:        activeio-3.1.4-howl-logger.patch

BuildRequires: java-devel

BuildRequires: apache-commons-logging
%if 0
BuildRequires: howl-logger
%endif
BuildRequires: jboss-j2eemgmt-1.1-api

BuildRequires: junit

BuildRequires: maven-local
BuildRequires: maven-enforcer-plugin
BuildRequires: maven-plugin-bundle
BuildRequires: maven-surefire-provider-junit

BuildArch:     noarch

%description
A high performance IO abstraction framework.

%package javadoc
Summary:       Javadoc for %{name}

%description javadoc
This package contains javadoc for %{name}.

%prep
%setup -q
%pom_remove_plugin :ianal-maven-plugin
%pom_remove_plugin :rat-maven-plugin
%pom_remove_plugin :taglist-maven-plugin
%pom_remove_plugin :maven-assembly-plugin

%pom_remove_dep org.apache.geronimo.specs:geronimo-j2ee-management_1.1_spec
%pom_xpath_inject "pom:project/pom:dependencyManagement/pom:dependencies" "
<dependency>
  <groupId>org.jboss.spec.javax.management.j2ee</groupId>
  <artifactId>jboss-j2eemgmt-api_1.1_spec</artifactId>
  <version>1.0.1.Final</version>
</dependency>"

%pom_remove_dep org.apache.geronimo.specs:geronimo-j2ee-management_1.1_spec %{name}-core
%pom_add_dep org.jboss.spec.javax.management.j2ee:jboss-j2eemgmt-api_1.1_spec %{name}-core

%pom_add_dep junit:junit::test %{name}-core

# TODO remove when howl-logger is available
%pom_remove_dep howl:howl-logger
%pom_remove_dep howl:howl-logger %{name}-core/pom.xml
%if 0
sed -i "s|<howl-version>0.1.8|<howl-version>1.0.2|" pom.xml
%pom_xpath_inject "pom:project/pom:dependencyManagement/pom:dependencies" '
<dependency>
  <groupId>org.objectweb.howl</groupId>
  <artifactId>howl</artifactId>
  <version>${howl-version}</version>
</dependency>'
%pom_xpath_inject "pom:project/pom:dependencies" "
<dependency>
  <groupId>org.objectweb.howl</groupId>
  <artifactId>howl</artifactId>
  <optional>true</optional>
</dependency>" %{name}-core/pom.xml
%patch0 -p0
%else
%pom_add_plugin org.apache.maven.plugins:maven-compiler-plugin  %{name}-core "
<executions>
  <execution>
    <id>default-compile</id>
    <phase>compile</phase>
    <configuration>
      <excludes>
	<exclude>**/HowlJournal.*</exclude>
      </excludes>
    </configuration>
    <goals>
      <goal>compile</goal>
    </goals>
  </execution>
  <execution>
    <id>default-testCompile</id>
    <phase>test-compile</phase>
    <configuration>
      <testExcludes>
	<exclude>**/JournalPerfTool.*</exclude>
      </testExcludes>
    </configuration> 
    <goals>
      <goal>testCompile</goal>
    </goals>
  </execution>
</executions>"
%endif

sed -i 's/\r//' NOTICE

%build

%mvn_file :%{name}-core activemq/%{name}-core
%mvn_build -- -Dproject.build.sourceEncoding=UTF-8

%install
%mvn_install

install -m 644 %{name}-core/target/%{name}-core-%{version}-tests.jar \
   %{buildroot}%{_javadir}/activemq/%{name}-core-tests.jar
   
%files -f .mfiles
%{_javadir}/activemq/%{name}-core-tests.jar
%doc LICENSE NOTICE

%files javadoc -f .mfiles-javadoc
%doc LICENSE NOTICE



%changelog
* Fri Dec 26 2014 dmorgan <dmorgan> 3.1.4-10.mga5
+ Revision: 806073
- imported package activeio


* Fri May 18 2012 gil cattaneo <puntogil@libero.it> 3.1.4-1
- initial rpm