Hello community, here is the log from the commit of package libfonts for openSUSE:Factory checked in at 2014-02-05 13:43:39 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libfonts (Old) and /work/SRC/openSUSE:Factory/.libfonts.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libfonts" Changes: -------- New Changes file: --- /dev/null 2013-11-25 01:44:08.036031256 +0100 +++ /work/SRC/openSUSE:Factory/.libfonts.new/libfonts.changes 2014-02-05 13:43:39.000000000 +0100 @@ -0,0 +1,6 @@ +------------------------------------------------------------------- +Tue Jan 7 13:37:08 UTC 2014 - [email protected] + +- Initial packaging of libfonts 1.1.3 for SUSE (based on Fedora spec) + * add libfonts-1.1.2.build.patch + New: ---- libfonts-1.1.2.build.patch libfonts-1.1.3-jarsdeleted.zip libfonts-rpmlintrc libfonts.changes libfonts.spec ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libfonts.spec ++++++ # # spec file for package libfonts # # Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ # Name: libfonts Version: 1.1.3 Release: 0 Summary: TrueType Font Layouting License: LGPL-2.0 Group: Development/Libraries/Java Url: http://reporting.pentaho.org/ #Original source: http://downloads.sourceforge.net/jfreereport/%%{name}-%%{version}.zip #unzip, find . -name "*.jar" -exec rm {} \; #to simplify the licensing Source: %{name}-%{version}-jarsdeleted.zip #PATCH-FIX-UPSTREAM, fix some properties for build Patch0: libfonts-1.1.2.build.patch BuildRequires: ant BuildRequires: ant-contrib BuildRequires: java-devel BuildRequires: jpackage-utils BuildRequires: libloader >= 1.1.3 BuildRequires: unzip Requires: java Requires: jpackage-utils Requires: libloader >= 1.1.3 BuildArch: noarch %description LibFonts is a library developed to support advanced layouting in JFreeReport. This library allows to read TrueType-Font files to extract layouting specific informations. %package javadoc Summary: Javadoc for %{name} Group: Documentation/HTML %description javadoc Javadoc for %{name}. %prep %setup -q -c %patch0 -p1 -b .build find . -name "*.jar" -exec rm -f {} \; rm -r source/org/pentaho/reporting/libraries/fonts/itext mkdir -p lib build-jar-repository -s -p lib libbase commons-logging-api libloader cd lib ln -s %{_javadir}/ant ant-contrib %build ant jar javadoc for file in README.txt licence-LGPL.txt ChangeLog.txt; do tr -d '\r' < $file > $file.new mv $file.new $file done %install mkdir -p %{buildroot}%{_javadir} cp -p ./dist/%{name}-%{version}.jar %{buildroot}%{_javadir}/%{name}.jar mkdir -p %{buildroot}%{_javadocdir}/%{name} cp -rp bin/javadoc/docs/api %{buildroot}%{_javadocdir}/%{name} %files %defattr(-,root,root) %doc licence-LGPL.txt README.txt ChangeLog.txt %{_javadir}/%{name}.jar %files javadoc %defattr(-,root,root) %{_javadocdir}/%{name} %changelog ++++++ libfonts-1.1.2.build.patch ++++++ --- libfonts-1.1.3/build.properties 2009-11-17 15:56:39.000000000 +0000 +++ libfonts-1.1.3/build.properties 2009-11-17 15:57:29.000000000 +0000 @@ -1,8 +1,10 @@ -project.revision=TRUNK-SNAPSHOT +project.revision=1.1.3 ivy.artifact.group=pentaho-library ivy.artifact.id=libfonts impl.title=LibFonts impl.productID=libfonts src.dir=${basedir}/source dependency.libloader.revision=1.1.3 -testsrc.dir=${basedir}/test \ No newline at end of file +testsrc.dir=${basedir}/test +antcontrib.available=true +build.cache.dir=lib ++++++ libfonts-rpmlintrc ++++++ #this is java package, not shared library - ignore shlib warnings addFilter("shlib-policy-nonversioned-dir .*") addFilter("shlib-policy-missing-lib") -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
