Hello community, here is the log from the commit of package bsf for openSUSE:Factory checked in at 2019-02-06 15:47:32 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/bsf (Old) and /work/SRC/openSUSE:Factory/.bsf.new.28833 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "bsf" Wed Feb 6 15:47:32 2019 rev:29 rq:671937 version:2.4.0 Changes: -------- --- /work/SRC/openSUSE:Factory/bsf/bsf.changes 2018-12-07 14:32:15.991304381 +0100 +++ /work/SRC/openSUSE:Factory/.bsf.new.28833/bsf.changes 2019-02-06 15:47:33.763253915 +0100 @@ -1,0 +2,5 @@ +Tue Feb 5 16:30:07 UTC 2019 - Fridrich Strba <[email protected]> + +- Clean the spec file and sanitize dependencies + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ bsf.spec ++++++ --- /var/tmp/diff_new_pack.ejaCPd/_old 2019-02-06 15:47:34.515253459 +0100 +++ /var/tmp/diff_new_pack.ejaCPd/_new 2019-02-06 15:47:34.519253457 +0100 @@ -1,7 +1,7 @@ # # spec file for package bsf # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -22,7 +22,7 @@ Summary: Bean Scripting Framework License: Apache-2.0 Group: Development/Libraries/Java -Url: http://commons.apache.org/bsf/ +URL: http://commons.apache.org/bsf/ Source0: http://www.apache.org/dist/commons/bsf/source/%{name}-src-%{version}.tar.gz Source1: bsf-pom.xml Source1000: http://www.apache.org/dist/commons/bsf/source/%{name}-src-%{version}.tar.gz.asc @@ -34,10 +34,9 @@ BuildRequires: fdupes BuildRequires: java-devel >= 1.8 BuildRequires: javapackages-local -BuildRequires: javapackages-tools BuildRequires: rhino BuildRequires: xalan-j2 -BuildRequires: xml-commons-apis +Requires: mvn(commons-logging:commons-logging) BuildArch: noarch %description @@ -83,12 +82,9 @@ %prep %setup -q -# remove all binary libs -find . -name "*.jar" -exec rm -f {} \; -rm -fr bsf - %patch0 -p1 %patch1 -p1 +find -name \*.jar -delete %build mkdir -p lib @@ -110,14 +106,12 @@ cp -pr build/javadocs/* %{buildroot}%{_javadocdir}/%{name} %fdupes -s %{buildroot}%{_javadocdir}/%{name} -%files -%doc LICENSE.txt AUTHORS.txt CHANGES.txt NOTICE.txt README.txt TODO.txt RELEASE-NOTE.txt -%{_javadir}/* -%{_mavenpomdir}/JPP-%{name}.pom -%{_datadir}/maven-metadata/%{name}.xml +%files -f .mfiles +%license LICENSE.txt NOTICE.txt +%doc AUTHORS.txt CHANGES.txt README.txt TODO.txt RELEASE-NOTE.txt %files javadoc -%dir %{_javadocdir}/%{name} +%license LICENSE.txt NOTICE.txt %{_javadocdir}/%{name} %changelog
