Hello community,

here is the log from the commit of package jlatexmath for openSUSE:Factory 
checked in at 2014-06-30 22:49:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/jlatexmath (Old)
 and      /work/SRC/openSUSE:Factory/.jlatexmath.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "jlatexmath"

Changes:
--------
--- /work/SRC/openSUSE:Factory/jlatexmath/jlatexmath.changes    2014-05-06 
17:40:09.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.jlatexmath.new/jlatexmath.changes       
2014-06-30 22:50:01.000000000 +0200
@@ -1,0 +2,5 @@
+Fri Jun 27 14:26:28 UTC 2014 - [email protected]
+
+- Cleanup to build on SLE11
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ jlatexmath.spec ++++++
--- /var/tmp/diff_new_pack.69eTyT/_old  2014-06-30 22:50:02.000000000 +0200
+++ /var/tmp/diff_new_pack.69eTyT/_new  2014-06-30 22:50:02.000000000 +0200
@@ -22,19 +22,17 @@
 Summary:        Java API to display mathematical formulas written in LaTeX
 License:        GPL-2.0+
 Group:          Development/Libraries
-
 Url:            http://forge.scilab.org/index.php/p/jlatexmath/
 Source0:        
http://forge.scilab.org/index.php/p/jlatexmath/downloads/get/%{name}-src-all-%{version}.zip
 Source1:        patched_fop.properties
-
 BuildRequires:  ant
 BuildRequires:  java-devel
-BuildRequires:  jpackage-utils
+BuildRequires:  javapackages-tools
 BuildRequires:  unzip
-
+BuildRequires:  xmlgraphics-fop
 Requires:       java
-Requires:       jpackage-utils
-
+Requires:       javapackages-tools
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildArch:      noarch
 
 %description
@@ -46,15 +44,9 @@
 %package fop
 Summary:        FOP plug-in for %{name}
 Group:          Development/Libraries
-
-BuildRequires:  ant
-BuildRequires:  fop
-BuildRequires:  java-devel
-BuildRequires:  jpackage-utils
-
 Requires:       %{name} = %{version}-%{release}
-Requires:       fop
-Requires:       jpackage-utils
+Requires:       javapackages-tools
+Requires:       xmlgraphics-fop
 
 %description fop
 This package contains the FOP plug-in for %{name}.
@@ -63,7 +55,6 @@
 Summary:        API Documentation for %{name}
 Group:          Documentation
 Requires:       %{name} = %{version}-%{release}
-Requires:       jpackage-utils
 
 %description javadoc
 This package contains the API documentation for %{name}.
@@ -72,7 +63,7 @@
 %setup -q
 
 rm fop.properties
-%__cp -a %{SOURCE1} fop.properties
+cp -a %{SOURCE1} fop.properties
 
 find -name '*.class' -exec rm -f '{}' \;
 find -name '*.jar' -exec rm -f '{}' \;
@@ -87,12 +78,12 @@
 
 %install
 
-mkdir -p $RPM_BUILD_ROOT%{_javadir}
-cp -p dist/%{name}-%{version}.jar $RPM_BUILD_ROOT%{_javadir}/%{name}.jar
-cp -p dist/%{name}-fop-%{version}.jar 
$RPM_BUILD_ROOT%{_javadir}/%{name}-fop.jar
+mkdir -p %{buildroot}%{_javadir}
+cp -p dist/%{name}-%{version}.jar %{buildroot}%{_javadir}/%{name}.jar
+cp -p dist/%{name}-fop-%{version}.jar %{buildroot}%{_javadir}/%{name}-fop.jar
 
-mkdir -p $RPM_BUILD_ROOT%{_javadocdir}/%{name}
-cp -rp doc/ $RPM_BUILD_ROOT%{_javadocdir}/%{name}
+mkdir -p %{buildroot}%{_javadocdir}/%{name}
+cp -rp doc/ %{buildroot}%{_javadocdir}/%{name}
 
 %files
 %defattr(-,root,root)


-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to