rpms/cal10n/devel cal10n-fix-maven.patch, NONE, 1.1 cal10n.spec, 1.1, 1.2 sources, 1.2, 1.3 .cvsignore, 1.2, 1.3

Alexander Kurtakov akurtakov at fedoraproject.org
Mon Jul 19 10:45:56 UTC 2010


Author: akurtakov

Update of /cvs/pkgs/rpms/cal10n/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv9903/devel

Modified Files:
	cal10n.spec sources .cvsignore 
Added Files:
	cal10n-fix-maven.patch 
Log Message:
Update to 0.7.4.

cal10n-fix-maven.patch:
 pom.xml |    4 ++++
 1 file changed, 4 insertions(+)

--- NEW FILE cal10n-fix-maven.patch ---
--- 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 @@
       <artifactId>maven-artifact-manager</artifactId>
       <version>2.0.4</version>
     </dependency>
+    <dependency>                                                                                                                          
+      <groupId>org.apache.maven</groupId>                                                                                                 
+      <artifactId>maven-artifact</artifactId>                                                                                             
+    </dependency>
 
     <dependency>
       <groupId>ch.qos.cal10n</groupId>


Index: cal10n.spec
===================================================================
RCS file: /cvs/pkgs/rpms/cal10n/devel/cal10n.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- cal10n.spec	9 Feb 2010 19:10:30 -0000	1.1
+++ cal10n.spec	19 Jul 2010 10:45:55 -0000	1.2
@@ -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 correspo
 %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 <akurtako at redhat.com> 0.7.4-1
+- Update to 0.7.4.
+
 * Wed Feb 3 2010 Alexander Kurtakov <akurtako at redhat.com> 0.7.2-2
 - Removed not needed external repo definitions.
 - Use _mavenpomdir.
 
 * Wed Feb 3 2010 Alexander Kurtakov <akurtako at redhat.com> 0.7.2-1
 - Initial package
-


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/cal10n/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- sources	9 Feb 2010 19:10:30 -0000	1.2
+++ sources	19 Jul 2010 10:45:55 -0000	1.3
@@ -1 +1 @@
-64166a4cc95292c59aa84705294e53b3  cal10n-0.7.2.tar.gz
+4766a17776a1470c58ac5b1b77338500  cal10n-0.7.4.tar.gz


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/cal10n/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- .cvsignore	9 Feb 2010 19:10:30 -0000	1.2
+++ .cvsignore	19 Jul 2010 10:45:55 -0000	1.3
@@ -1 +1 @@
-cal10n-0.7.2.tar.gz
+cal10n-0.7.4.tar.gz



More information about the scm-commits mailing list