[sonatype-oss-parent] Update to upstream version 7

Mikolaj Izdebski mizdebsk at fedoraproject.org
Mon Aug 6 05:05:04 UTC 2012


commit 45656565a6084278a5ee2b9c744ae010e9190c26
Author: Mikolaj Izdebski <mizdebsk at redhat.com>
Date:   Mon Aug 6 06:54:36 2012 +0200

    Update to upstream version 7

 .gitignore               |    1 +
 sonatype-oss-parent.spec |   23 ++++++++++++-----------
 sources                  |    2 +-
 3 files changed, 14 insertions(+), 12 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6cd1bd7..ff87661 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /sonatype-oss-parent-6.tar.gz
+/sonatype-oss-parent-7.tar.gz
diff --git a/sonatype-oss-parent.spec b/sonatype-oss-parent.spec
index ba64800..16ee73c 100644
--- a/sonatype-oss-parent.spec
+++ b/sonatype-oss-parent.spec
@@ -1,29 +1,27 @@
-%global artifactid oss-parent
-
 Name:           sonatype-oss-parent
-Version:        6
-Release:        5%{?dist}
+Version:        7
+Release:        1%{?dist}
 Summary:        Sonatype OSS Parent
 
 Group:          Development/Libraries
 License:        ASL 2.0
-URL:            http://svn.sonatype.org/spice/tags/oss-parent-6
-#svn export http://svn.sonatype.org/spice/tags/oss-parent-6 sonatype-oss-parent-6
-#tar zcf sonatype-oss-parent-6.tar.gz sonatype-oss-parent-6/
-Source0:       %{name}-%{version}.tar.gz
+URL:            https://github.com/sonatype/oss-parents
+# git clone git://github.com/sonatype/oss-parents.git
+# (cd ./oss-parents; git archive --prefix %{name}-%{version}/ oss-parent-%{version}) | gzip >%{name}-%{version}.tar.gz
+Source:         %{name}-%{version}.tar.gz
 
 BuildArch: noarch
 
 BuildRequires:  jpackage-utils >= 0:1.7.2
 
-Requires:          jpackage-utils
-Requires:          maven-release-plugin
+Requires:       jpackage-utils
+Requires:       maven-release-plugin
 
 %description
 Sonatype OSS parent pom used by other sonatype packages
 
 %prep
-%setup -q -n %{name}-%{version}
+%setup -q
 %pom_remove_plugin org.apache.maven.plugins:maven-enforcer-plugin
 
 %build
@@ -42,6 +40,9 @@ install -pm 644 pom.xml \
 %{_mavendepmapfragdir}/%{name}
 
 %changelog
+* Mon Aug  6 2012 Mikolaj Izdebski <mizdebsk at redhat.com> - 7-1
+- Update to upstream version 7
+
 * Thu Jul 26 2012 Stanislav Ochotnicky <sochotnicky at redhat.com> - 6-5
 - Cleanup spec according to latest guidelines
 - Use pom macro to remove enforcer plugin from pom
diff --git a/sources b/sources
index 97d1a40..cd956f8 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ad217f2ff32d6a76c6287a47dbf5a7d6  sonatype-oss-parent-6.tar.gz
+e15a2a2c339fbbbaa5d1eb26463e9f77  sonatype-oss-parent-7.tar.gz


More information about the scm-commits mailing list