Update to upstream 2.1.
This commit is contained in:
parent
a49a2a63a2
commit
1b509e73d7
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
felix-parent-1.2.1.tar.bz2
|
||||
/felix-parent-2.1-source-release.tar.gz
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user