Update to upstream 2.1.

This commit is contained in:
Alexander Kurtakov 2013-07-23 18:27:14 +03:00
parent a49a2a63a2
commit 1b509e73d7
3 changed files with 11 additions and 7 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
felix-parent-1.2.1.tar.bz2
/felix-parent-2.1-source-release.tar.gz

View File

@ -1,24 +1,24 @@
Name: felix-parent
Version: 1.2.1
Release: 12%{?dist}
Version: 2.1
Release: 1%{?dist}
Summary: Parent POM file for Apache Felix Specs
License: ASL 2.0
URL: http://felix.apache.org/
#svn export http://svn.apache.org/repos/asf/felix/releases/felix-parent-1.2.1/
#tar -jcf felix-parent-1.2.1.tar.bz2 felix-parent-1.2.1/
Source0: %{name}-%{version}.tar.bz2
Source0: http://repo1.maven.org/maven2/org/apache/felix/felix-parent/%{version}/%{name}-%{version}-source-release.tar.gz
BuildArch: noarch
BuildRequires: maven-local
BuildRequires: mockito
BuildRequires: apache-rat-plugin
%description
Parent POM file for Apache Felix Specs.
%prep
%setup -q
%setup -q -n felix-parent-%{version}
%mvn_alias : :felix
%pom_remove_plugin :maven-site-plugin
%pom_remove_plugin org.codehaus.mojo:ianal-maven-plugin
%build
%mvn_build
@ -30,6 +30,9 @@ Parent POM file for Apache Felix Specs.
%doc LICENSE NOTICE
%changelog
* Tue Jul 23 2013 Alexander Kurtakov <akurtako@redhat.com> 2.1-1
- Update to upstream 2.1.
* Fri May 31 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.2.1-12
- Add alias org.apache.felix:felix

View File

@ -1 +1 @@
bf3aac86e62922b1f1454435e34e19ef felix-parent-1.2.1.tar.bz2
9cb1d4c12f976219e614bb18c11bb042 felix-parent-2.1-source-release.tar.gz