[RPM (6.0)] [DIST generic] jvyamlb-0.2.5-2.jpp6

Ralph Apel <[email protected]>
Newsgroups gmane.linux.jpackage.announce
Message-ID <[email protected]>
Name        : jvyamlb                      Relocations: (not relocatable)
Version     : 0.2.5                             Vendor: JPackage Project
Release     : 2.jpp6                        Build Date: Wed 15 Aug 2012 09:16:25 AM CEST
Install Date: (not installed)               Build Host: linux.fritz.box
Group       : Development/Libraries/Java    Source RPM: (none)
Size        : 1773912                          License: MIT
Signature   : (none)
Packager    : Ralph Apel <[email protected]>
URL         : http://github.com/olabini/jvyamlb/tree/master
Summary     : JvYAMLb, YAML processor extracted from JRuby
Description :
JvYAMLb, YAML processor extracted from JRuby.

---------------
Ralph Apel <r.apel at r-apel.de> 0.2.5-2
- 0.2.5
---------------
jvyamlb.src: W: source-or-patch-not-bzipped jvyamlb-build.patch
jvyamlb.src: W: no-signature
jvyamlb.src: W: name-repeated-in-summary JvYAMLb
jvyamlb.src: W: mixed-use-of-spaces-and-tabs (spaces: line 31, tab: line 42)
1 packages and 0 specfiles checked; 0 errors, 4 warnings.

---------------
Index: jvyamlb-build.patch
===================================================================
RCS file: /home/projects/jpackage/cvs/rpms/free/jvyamlb/jvyamlb-build.patch,v
retrieving revision 1.1
diff -u -r1.1 jvyamlb-build.patch
--- jvyamlb-build.patch	30 May 2008 14:27:49 -0000	1.1
+++ jvyamlb-build.patch	15 Aug 2012 07:18:53 -0000
@@ -1,5 +1,5 @@
---- build.xml.sav	2008-05-28 12:49:27.000000000 +0200
-+++ build.xml	2008-05-28 12:52:08.000000000 +0200
+--- build.xml.sav0	2008-11-27 09:35:32.000000000 +0100
++++ build.xml	2009-09-09 19:34:28.000000000 +0200
 @@ -11,6 +11,7 @@
    <!-- And then load the defaults. It seems backwards to set defaults AFTER 
         setting local overrides, but that's how Ant works. -->
@@ -10,7 +10,7 @@
      <fileset dir="${lib.dir}" includes="*.jar" excludes="jvyamlb*.jar"/>
 @@ -107,4 +108,18 @@
      <delete dir="${build.dir}"/>
-     <delete file="${lib.dir}/jvyamlb-0.1.4.jar" quiet="true"/>
+     <delete file="${lib.dir}/jvyamlb-0.2.5.jar" quiet="true"/>
    </target>
 +
 +  <target name="javadoc" description="o Generate javadoc" >
Index: jvyamlb.spec
===================================================================
RCS file: /home/projects/jpackage/cvs/rpms/free/jvyamlb/jvyamlb.spec,v
retrieving revision 1.2
diff -u -r1.2 jvyamlb.spec
--- jvyamlb.spec	30 Jun 2008 15:40:13 -0000	1.2
+++ jvyamlb.spec	15 Aug 2012 07:18:53 -0000
@@ -1,4 +1,4 @@
-# Copyright (c) 2000-2008, JPackage Project
+# Copyright (c) 2000-2012, JPackage Project
 # All rights reserved.
 #
 # Redistribution and use in source and binary forms, with or without
@@ -29,40 +29,41 @@
 #
 
 %define section   free
+%define _binary_payload w9.gzdio
+%define _source_payload w9.gzdio
+%define _binary_filedigest_algorithm 1
+%define _source_filedigest_algorithm 1
 
 Name:           jvyamlb
 Summary:        JvYAMLb, YAML processor extracted from JRuby
 URL:            http://github.com/olabini/jvyamlb/tree/master
 Group:          Development/Libraries/Java
-Version:        0.1.4
-Release:        2%{dist}
+Version:        0.2.5
+Release:	2%{?dist}
 Epoch:          0
 License:        MIT
-#Vendor: %{?_vendorinfo:%{_vendorinfo}}%{!?_vendorinfo:%{_vendor}}
-#Distribution: %{?_distribution:%{_distribution}}%{!?_distribution:%{_vendor}}
-
+Source0:        http://jvyamlb.googlecode.com/files/jvyamlb-src-0.2.5.tar.gz
+Source1:        %{name}-%{version}.pom
+Patch0:         %{name}-build.patch
 BuildRequires:  jpackage-utils >= 0:1.7.5
-BuildRequires:  java-devel = 0:1.5.0
-BuildRequires:  ant >= 0:1.6.5
+BuildRequires:  java-devel >= 0:1.6.0
+BuildRequires:  ant >= 0:1.7.1
 BuildRequires:  ant-junit
+BuildRequires:  jcodings
 BuildRequires:  junit
 BuildRequires:  ant-nodeps
 BuildRequires:  ant-trax
 BuildRequires:  xalan-j2
-BuildRequires:  joda-time >= 0:1.5.1
+BuildRequires:  joda-time
 BuildRequires:  jruby-bytelist
-Requires:  java >= 0:1.5.0
-Requires:  joda-time >= 0:1.5.1
+Requires:  java >= 0:1.6.0
+Requires:  jcodings
+Requires:  joda-time
 Requires:  jruby-bytelist
 BuildArch:      noarch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
-
-Source0:        http://jvyamlb.googlecode.com/files/jvyamlb-src-0.1.4.tar.gz
-Source1:        %{name}-%{version}.pom
-Patch0:         %{name}-build.patch
-
-Requires(post):   jpackage-utils >= 0:1.7.4
-Requires(postun): jpackage-utils >= 0:1.7.4
+Requires(post):   jpackage-utils >= 0:1.7.5
+Requires(postun): jpackage-utils >= 0:1.7.5
 
 %description
 JvYAMLb, YAML processor extracted from JRuby.
@@ -70,8 +71,6 @@
 %package        javadoc
 Summary:        Javadoc for %{name}
 Group:          Development/Documentation
-Requires(post):   /bin/rm,/bin/ln
-Requires(postun): /bin/rm
 
 %description    javadoc
 %{summary}.
@@ -88,9 +87,7 @@
 popd
 
 %build
-unset CLASSPATH
-export JAVA_HOME=%{_jvmdir}/java-1.5.0
-export OPT_JAR_LIST="ant/ant-trax ant/ant-nodeps ant/ant-junit junit xalan-j2-serializer"
+export OPT_JAR_LIST="ant/ant-trax ant/ant-nodeps ant/ant-junit junit xalan-j2-serializer jcodings"
 %ant jar test javadoc
 
 %install
@@ -110,15 +107,6 @@
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%post javadoc
-rm -f %{_javadocdir}/%{name}
-ln -s %{name}-%{version} %{_javadocdir}/%{name}
-
-%postun javadoc
-if [ "$1" = "0" ]; then
-  rm -f %{_javadocdir}/%{name}
-fi
-
 %post
 %update_maven_depmap
 
@@ -135,9 +123,18 @@
 %files javadoc
 %defattr(-,root,root)
 %doc %{_javadocdir}/%{name}-%{version}
-%ghost %doc %{_javadocdir}/%{name}
+%doc %{_javadocdir}/%{name}
 
 %changelog
+* Wed Aug 15 2012 Ralph Apel <r.apel at r-apel.de> 0.2.5-2
+- 0.2.5
+
+* Thu Sep 10 2009 Ralph Apel <r.apel at r-apel.de> 0.2.5-1
+- 0.2.5
+
+* Mon Dec 08 2008 Will Tatam <[email protected]> 0.1.4-3
+- Auto rebuild for JPackage 5 in mock
+
 * Mon Jun 30 2008 Ralph Apel <r.apel at r-apel.de> - 0:0.1.4-2.jpp5
 - Import
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.