|
|
397cfd |
Name: felix-parent
|
|
|
397cfd |
Version: 1.2.1
|
|
|
397cfd |
Release: 15%{?dist}
|
|
|
397cfd |
Summary: Parent POM file for Apache Felix Specs
|
|
|
397cfd |
|
|
|
397cfd |
Group: Development/Libraries
|
|
|
397cfd |
License: ASL 2.0
|
|
|
397cfd |
URL: http://felix.apache.org/
|
|
|
397cfd |
#svn export http://svn.apache.org/repos/asf/felix/releases/felix-parent-1.2.1/
|
|
|
397cfd |
#tar -jcf felix-parent-1.2.1.tar.bz2 felix-parent-1.2.1/
|
|
|
397cfd |
Source0: %{name}-%{version}.tar.bz2
|
|
|
397cfd |
#Remove mockito-all dependency which is not in koji
|
|
|
397cfd |
Patch0: %{name}-%{version}-pom.patch
|
|
|
397cfd |
|
|
|
397cfd |
BuildArch: noarch
|
|
|
397cfd |
|
|
|
397cfd |
BuildRequires: jpackage-utils
|
|
|
397cfd |
BuildRequires: junit
|
|
|
397cfd |
BuildRequires: maven-local
|
|
|
397cfd |
BuildRequires: easymock2
|
|
|
397cfd |
BuildRequires: maven-plugin-plugin
|
|
|
397cfd |
BuildRequires: maven-compiler-plugin
|
|
|
397cfd |
BuildRequires: maven-install-plugin
|
|
|
397cfd |
BuildRequires: maven-jar-plugin
|
|
|
397cfd |
BuildRequires: maven-javadoc-plugin
|
|
|
397cfd |
BuildRequires: maven-resources-plugin
|
|
|
397cfd |
BuildRequires: maven-assembly-plugin
|
|
|
397cfd |
BuildRequires: maven-source-plugin
|
|
|
397cfd |
BuildRequires: maven-deploy-plugin
|
|
|
397cfd |
BuildRequires: maven-gpg-plugin
|
|
|
397cfd |
BuildRequires: maven-project-info-reports-plugin
|
|
|
397cfd |
BuildRequires: maven-release-plugin
|
|
|
397cfd |
BuildRequires: maven-surefire-plugin
|
|
|
397cfd |
BuildRequires: maven-surefire-report-plugin
|
|
|
397cfd |
BuildRequires: maven-plugin-build-helper
|
|
|
397cfd |
BuildRequires: maven-plugin-jxr
|
|
|
397cfd |
|
|
|
397cfd |
Requires: junit
|
|
|
397cfd |
Requires: easymock2
|
|
|
397cfd |
Requires: maven
|
|
|
397cfd |
Requires: maven-plugin-plugin
|
|
|
397cfd |
Requires: maven-compiler-plugin
|
|
|
397cfd |
Requires: maven-install-plugin
|
|
|
397cfd |
Requires: maven-jar-plugin
|
|
|
397cfd |
Requires: maven-javadoc-plugin
|
|
|
397cfd |
Requires: maven-resources-plugin
|
|
|
397cfd |
Requires: maven-assembly-plugin
|
|
|
397cfd |
Requires: maven-source-plugin
|
|
|
397cfd |
Requires: maven-deploy-plugin
|
|
|
397cfd |
Requires: maven-gpg-plugin
|
|
|
397cfd |
Requires: maven-project-info-reports-plugin
|
|
|
397cfd |
Requires: maven-release-plugin
|
|
|
397cfd |
Requires: maven-surefire-plugin
|
|
|
397cfd |
Requires: maven-surefire-report-plugin
|
|
|
397cfd |
Requires: maven-plugin-build-helper
|
|
|
397cfd |
Requires: maven-plugin-jxr
|
|
|
397cfd |
|
|
|
397cfd |
Requires: jpackage-utils
|
|
|
397cfd |
|
|
|
397cfd |
|
|
|
397cfd |
%description
|
|
|
397cfd |
Parent POM file for Apache Felix Specs.
|
|
|
397cfd |
|
|
|
397cfd |
%prep
|
|
|
397cfd |
%setup -q
|
|
|
397cfd |
%patch0 -p0 -b .sav
|
|
|
397cfd |
%pom_remove_plugin org.apache.maven.plugins:maven-site-plugin
|
|
|
397cfd |
|
|
|
397cfd |
# legacy depmap (some upstream packages haven't caught up with the
|
|
|
397cfd |
# "felix" -> "felix-parent" rename yet)
|
|
|
397cfd |
%mvn_alias : :felix
|
|
|
397cfd |
|
|
|
397cfd |
%build
|
|
|
397cfd |
%mvn_build
|
|
|
397cfd |
|
|
|
397cfd |
%install
|
|
|
397cfd |
%mvn_install
|
|
|
397cfd |
|
|
|
397cfd |
%files -f .mfiles
|
|
|
397cfd |
%doc LICENSE NOTICE
|
|
|
397cfd |
|
|
|
397cfd |
|
|
|
397cfd |
%changelog
|
|
|
397cfd |
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 1.2.1-15
|
|
|
397cfd |
- Mass rebuild 2013-12-27
|
|
|
397cfd |
|
|
|
397cfd |
* Tue Jul 16 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.2.1-14
|
|
|
397cfd |
- Fix Maven alias
|
|
|
397cfd |
|
|
|
397cfd |
* Mon Jul 15 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.2.1-13
|
|
|
397cfd |
- Remove unneeded depmap file
|
|
|
397cfd |
|
|
|
397cfd |
* Mon Jul 15 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.2.1-12
|
|
|
397cfd |
- Update to current packaging guidelines
|
|
|
397cfd |
|
|
|
397cfd |
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.1-11
|
|
|
397cfd |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
397cfd |
|
|
|
397cfd |
* Wed Feb 06 2013 Java SIG <java-devel@lists.fedoraproject.org> - 1.2.1-10
|
|
|
397cfd |
- Update for https://fedoraproject.org/wiki/Fedora_19_Maven_Rebuild
|
|
|
397cfd |
- Replace maven BuildRequires with maven-local
|
|
|
397cfd |
|
|
|
397cfd |
* Tue Dec 18 2012 Michal Srb <msrb@redhat.com> - 1.2.1-9
|
|
|
397cfd |
- Removed dependency on maven-site-plugin
|
|
|
397cfd |
|
|
|
397cfd |
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.1-8
|
|
|
397cfd |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
397cfd |
|
|
|
397cfd |
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.1-7
|
|
|
397cfd |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
397cfd |
|
|
|
397cfd |
* Wed Mar 30 2011 Alexander Kurtakov <akurtako@redhat.com> 1.2.1-6
|
|
|
397cfd |
- Fix faulty compiler plugin settings setting source but not target.
|
|
|
397cfd |
|
|
|
397cfd |
* Sun Mar 13 2011 Mat Booth <fedora@matbooth.co.uk> 1.2.1-5
|
|
|
397cfd |
- Add dep on maven-plugin-jxr.
|
|
|
397cfd |
|
|
|
397cfd |
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.1-4
|
|
|
397cfd |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
397cfd |
|
|
|
397cfd |
* Mon Dec 27 2010 Mat Booth <fedora@matbooth.co.uk> - 1.2.1-3
|
|
|
397cfd |
- Add legacy depmap from maven2-common-poms for felix packages that still
|
|
|
397cfd |
specify "felix" instead of "felix-parent"
|
|
|
397cfd |
|
|
|
397cfd |
* Tue Jul 20 2010 Hui Wang <huwang@redhat.com> - 1.2.1-2
|
|
|
397cfd |
- Update summary and description
|
|
|
397cfd |
- Add comment in mvn-jpp
|
|
|
397cfd |
|
|
|
397cfd |
* Fri Jul 16 2010 Hui Wang <huwang@redhat.com> - 1.2.1-1
|
|
|
397cfd |
- Initial version of the package
|