From 2413b12a0d06e905f6a77913bad8e233236fd246 Mon Sep 17 00:00:00 2001 From: Alexander Kurtakov Date: Jul 19 2010 10:45:55 +0000 Subject: Update to 0.7.4. --- diff --git a/.cvsignore b/.cvsignore index 6f5cf5a..264a040 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -cal10n-0.7.2.tar.gz +cal10n-0.7.4.tar.gz diff --git a/cal10n-fix-maven.patch b/cal10n-fix-maven.patch new file mode 100644 index 0000000..289eca3 --- /dev/null +++ b/cal10n-fix-maven.patch @@ -0,0 +1,13 @@ +--- maven-cal10n-plugin/pom.xml.sav 2010-07-05 20:10:06.000000000 +0300 ++++ maven-cal10n-plugin/pom.xml 2010-07-19 13:40:18.509985832 +0300 +@@ -32,6 +32,10 @@ + maven-artifact-manager + 2.0.4 + ++ ++ org.apache.maven ++ maven-artifact ++ + + + ch.qos.cal10n diff --git a/cal10n.spec b/cal10n.spec index 2dc000a..d8ec128 100644 --- a/cal10n.spec +++ b/cal10n.spec @@ -1,12 +1,13 @@ Name: cal10n -Version: 0.7.2 -Release: 2%{?dist} +Version: 0.7.4 +Release: 1%{?dist} Summary: Compiler assisted localization library (CAL10N) Group: Development/Libraries License: MIT URL: http://cal10n.qos.ch -Source0: http://cal10n.qos.ch/dist/cal10n-0.7.2.tar.gz +Source0: http://cal10n.qos.ch/dist/cal10n-%{version}.tar.gz +Patch0: %{name}-fix-maven.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch @@ -14,14 +15,14 @@ BuildArch: noarch BuildRequires: junit4 BuildRequires: java-devel >= 1:1.6.0 BuildRequires: maven2 -BuildRequires: maven2-plugin-assembly -BuildRequires: maven2-plugin-compiler -BuildRequires: maven2-plugin-install -BuildRequires: maven2-plugin-jar -BuildRequires: maven2-plugin-javadoc -BuildRequires: maven2-plugin-plugin -BuildRequires: maven2-plugin-resources -BuildRequires: maven2-plugin-source +BuildRequires: maven-assembly-plugin +BuildRequires: maven-compiler-plugin +BuildRequires: maven-install-plugin +BuildRequires: maven-jar-plugin +BuildRequires: maven-javadoc-plugin +BuildRequires: maven-plugin-plugin +BuildRequires: maven-resources-plugin +BuildRequires: maven-source-plugin BuildRequires: maven-doxia-sitetools BuildRequires: maven-surefire-maven-plugin BuildRequires: maven-surefire-provider-junit4 @@ -60,6 +61,7 @@ an enum type match those in the corresponding resource bundles. %prep %setup -q find . -name "*.jar" | xargs rm +%patch0 %build mvn-jpp \ @@ -128,10 +130,12 @@ rm -rf target/site/api* %{_javadocdir}/%{name} %changelog +* Mon Jul 19 2010 Alexander Kurtakov 0.7.4-1 +- Update to 0.7.4. + * Wed Feb 3 2010 Alexander Kurtakov 0.7.2-2 - Removed not needed external repo definitions. - Use _mavenpomdir. * Wed Feb 3 2010 Alexander Kurtakov 0.7.2-1 - Initial package - diff --git a/sources b/sources index b035386..0c8379f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -64166a4cc95292c59aa84705294e53b3 cal10n-0.7.2.tar.gz +4766a17776a1470c58ac5b1b77338500 cal10n-0.7.4.tar.gz