Blame SPECS/ws-commons-util.spec

6c56b8
Name:           ws-commons-util
6c56b8
Version:        1.0.1
6c56b8
Release:        29%{?dist}
6c56b8
Summary:        Common utilities from the Apache Web Services Project
6c56b8
6c56b8
License:        ASL 2.0
6c56b8
URL:            http://apache.osuosl.org/ws/commons/util/
6c56b8
Source0:        http://apache.osuosl.org/ws/commons/util/sources/ws-commons-util-1.0.1-src.tar.gz
6c56b8
BuildArch:      noarch
6c56b8
6c56b8
BuildRequires:  jpackage-utils >= 1.5
6c56b8
BuildRequires:  maven-local
6c56b8
BuildRequires:  maven-source-plugin
6c56b8
BuildRequires:  maven-assembly-plugin
6c56b8
BuildRequires:  maven-resources-plugin
6c56b8
BuildRequires:  java-javadoc
6c56b8
6c56b8
%description
6c56b8
This is version 1.0.1 of the common utilities from the Apache Web
6c56b8
Services Project.
6c56b8
6c56b8
%package        javadoc
6c56b8
Summary:        Javadoc for %{name}
6c56b8
6c56b8
%description    javadoc
6c56b8
%{summary}.
6c56b8
6c56b8
%prep
6c56b8
%setup -q -n %{name}-%{version}
6c56b8
6c56b8
# add OSGI manifest
6c56b8
%pom_add_plugin org.apache.maven.plugins:maven-jar-plugin . '
6c56b8
       <configuration>
6c56b8
           <archive>
6c56b8
               <manifestEntries>
6c56b8
                   <Bundle-ManifestVersion>2</Bundle-ManifestVersion>
6c56b8
                   <Bundle-Name>%Bundle-Name</Bundle-Name>
6c56b8
                   <Bundle-Localization>plugin</Bundle-Localization>
6c56b8
                   <Bundle-SymbolicName>org.apache.ws.commons.util</Bundle-SymbolicName>
6c56b8
                   <Bundle-Version>1.0.1</Bundle-Version>
6c56b8
                   <Export-Package>org.apache.ws.commons.serialize;version="1.0.1", org.apache.ws.commons.util;version="1.0.1"</Export-Package>
6c56b8
                   <Import-Package>javax.xml, javax.xml.namespace, org.w3c.dom, org.xml.sax, org.xml.sax.ext, org.xml.sax.helpers</Import-Package>
6c56b8
                   <Bundle-RequiredExecutionEnvironment>J2SE-1.4, CDC-1.0/Foundation-1.0, J2SE-1.3</Bundle-RequiredExecutionEnvironment>
6c56b8
               </manifestEntries>
6c56b8
           </archive>
6c56b8
       </configuration>
6c56b8
'
6c56b8
6c56b8
# Remove maven-eclipse-plugin from build dependencies to simplify the
6c56b8
# dependency chain.
6c56b8
%pom_remove_plugin :maven-eclipse-plugin
6c56b8
6c56b8
%mvn_file : %{name}
6c56b8
%mvn_alias : org.apache.ws.commons.util:%{name}
6c56b8
6c56b8
%build
6c56b8
%mvn_build
6c56b8
6c56b8
%install
6c56b8
%mvn_install
6c56b8
6c56b8
%files -f .mfiles
6c56b8
%doc LICENSE.txt
6c56b8
6c56b8
%files javadoc -f .mfiles-javadoc
6c56b8
%doc LICENSE.txt
6c56b8
6c56b8
%changelog
6c56b8
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 1.0.1-29
6c56b8
- Mass rebuild 2013-12-27
6c56b8
6c56b8
* Mon Aug 19 2013 Stanislav Ochotnicky <sochotnicky@redhat.com> 1.0.1-28
6c56b8
- Migrate away from mvn-rpmbuild (#997459)
6c56b8
6c56b8
* Fri Jun 28 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.0.1-27
6c56b8
- Rebuild to regenerate API documentation
6c56b8
- Resolves: CVE-2013-1571
6c56b8
6c56b8
* Sun Mar 03 2013 Mat Booth <fedora@matbooth.co.uk> - 1.0.1-26
6c56b8
- Remove superfluous BRs rhbz #915622.
6c56b8
6c56b8
* Fri Feb 15 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.1-25
6c56b8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
6c56b8
6c56b8
* Wed Feb 06 2013 Java SIG <java-devel@lists.fedoraproject.org> - 1.0.1-24
6c56b8
- Update for https://fedoraproject.org/wiki/Fedora_19_Maven_Rebuild
6c56b8
- Replace maven BuildRequires with maven-local
6c56b8
6c56b8
* Sun Jul 22 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.1-23
6c56b8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
6c56b8
6c56b8
* Thu Apr 19 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.0.1-22
6c56b8
- Patch pom.xml to remove maven-eclipse-plugin
6c56b8
- Add missing java and jpackage-utils requires
6c56b8
6c56b8
* Tue Apr 17 2012 Alexander Kurtakov <akurtako@redhat.com> 1.0.1-21
6c56b8
- Fix OSGi manifest.
6c56b8
- Adapt to current guidelines.
6c56b8
6c56b8
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.1-20
6c56b8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
6c56b8
6c56b8
* Thu Jun 16 2011 Andrew Overholt <overholt@redhat.com> 1.0.1-19
6c56b8
- Build with Maven 3.
6c56b8
- Clean up unnecessary lines.
6c56b8
- Remove building with ant.
6c56b8
6c56b8
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.1-18
6c56b8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
6c56b8
6c56b8
* Fri Dec 10 2010 Stanislav Ochotnicky <sochotnicky@redhat.com> - 1.0.1-17
6c56b8
- Versionless jars and javadocs
6c56b8
- Add jpackage-utils Requires to javadoc subpackage
6c56b8
- Add alternative depmap groupId
6c56b8
6c56b8
* Fri Sep 10 2010 Alexander Kurtakov <akurtako@redhat.com> 1.0.1-16
6c56b8
- Use default file attr.
6c56b8
- Use newer maven plugins' names.
6c56b8
6c56b8
* Tue Aug 24 2010 Stanislav Ochotnicky <sochotnicky@redhat.com> - 1.0.1-15
6c56b8
- Install maven depmaps and pom.xml files
6c56b8
6c56b8
* Wed Jan 13 2010 Andrew Overholt <overholt@redhat.com> 1.0.1-14
6c56b8
- Add missing maven-doxia{,-sitetools} BRs.
6c56b8
6c56b8
* Wed Jan 13 2010 Andrew Overholt <overholt@redhat.com> 1.0.1-13
6c56b8
- Add missing maven-surefire-provider-junit BR.
6c56b8
- Remove gcj support
6c56b8
- Add ability to build with ant and not maven
6c56b8
6c56b8
* Mon Jul 27 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.1-12
6c56b8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
6c56b8
6c56b8
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.1-11
6c56b8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
6c56b8
6c56b8
* Fri Sep 12 2008 Andrew Overholt <overholt@redhat.com> 1.0.1-10
6c56b8
- Bump so I can chain-build with xmlrpc3.
6c56b8
6c56b8
* Fri Sep 12 2008 Andrew Overholt <overholt@redhat.com> 1.0.1-9
6c56b8
- Add ppc64.
6c56b8
6c56b8
* Sat Sep  6 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.0.1-8
6c56b8
- fix license tag
6c56b8
6c56b8
* Mon Feb 18 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1.0.1-7
6c56b8
- Autorebuild for GCC 4.3
6c56b8
6c56b8
* Thu Sep 13 2007 Andrew Overholt <overholt@redhat.com> 1.0.1-6
6c56b8
- Add BR on maven surefire resources, eclipse, and install plugins.
6c56b8
6c56b8
* Thu Sep 13 2007 Andrew Overholt <overholt@redhat.com> 1.0.1-5
6c56b8
- ExcludeArch ppc64 until maven is built on ppc64.
6c56b8
6c56b8
* Thu Sep 13 2007 Andrew Overholt <overholt@redhat.com> 1.0.1-4
6c56b8
- Bump again.
6c56b8
6c56b8
* Thu Sep 13 2007 Andrew Overholt <overholt@redhat.com> 1.0.1-3
6c56b8
- Bump release.
6c56b8
6c56b8
* Thu Sep 06 2007 Andrew Overholt <overholt@redhat.com> 1.0.1-2
6c56b8
- maven-ify.
6c56b8
- Add OSGi MANIFEST information.
6c56b8
6c56b8
* Fri Mar 16 2007 Anthony Green <green@redhat.com> - 1.0.1-1
6c56b8
- Created.