[felix-parent] Update to upstream 2.1.

Alexander Kurtakov akurtakov at fedoraproject.org
Tue Jul 23 15:27:29 UTC 2013


commit 1b509e73d79bb78662cf8783c094551df1f2fbf2
Author: Alexander Kurtakov <akurtako at redhat.com>
Date:   Tue Jul 23 18:27:14 2013 +0300

    Update to upstream 2.1.

 .gitignore        |    1 +
 felix-parent.spec |   15 +++++++++------
 sources           |    2 +-
 3 files changed, 11 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 571cfdb..433d2ac 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 felix-parent-1.2.1.tar.bz2
+/felix-parent-2.1-source-release.tar.gz
diff --git a/felix-parent.spec b/felix-parent.spec
index c472685..be75e12 100644
--- a/felix-parent.spec
+++ b/felix-parent.spec
@@ -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 at redhat.com> 2.1-1
+- Update to upstream 2.1.
+
 * Fri May 31 2013 Mikolaj Izdebski <mizdebsk at redhat.com> - 1.2.1-12
 - Add alias org.apache.felix:felix
 
diff --git a/sources b/sources
index 174e496..f28e2e2 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-bf3aac86e62922b1f1454435e34e19ef  felix-parent-1.2.1.tar.bz2
+9cb1d4c12f976219e614bb18c11bb042  felix-parent-2.1-source-release.tar.gz


More information about the scm-commits mailing list