Hello community, here is the log from the commit of package libLASi for openSUSE:Factory checked in at 2013-04-03 13:01:31 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libLASi (Old) and /work/SRC/openSUSE:Factory/.libLASi.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libLASi", Maintainer is "" Changes: -------- New Changes file: --- /dev/null 2013-02-26 18:15:11.936010755 +0100 +++ /work/SRC/openSUSE:Factory/.libLASi.new/libLASi.changes 2013-04-03 13:01:33.000000000 +0200 @@ -0,0 +1,16 @@ +------------------------------------------------------------------- +Wed Mar 27 07:51:39 UTC 2013 - [email protected] + +- license update: LGPL-2.1+ + No evidence of GPL in the package + +------------------------------------------------------------------- +Wed Mar 20 09:25:16 UTC 2013 - [email protected] + +- Cleanup: trim description for shlib subpackage and filelists; + more robust install command. + +------------------------------------------------------------------- +Sat Mar 16 21:49:53 UTC 2013 - [email protected] + +- Initial package (version 1.1.1). New: ---- libLASi-1.1.1.tar.gz libLASi.changes libLASi.spec ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libLASi.spec ++++++ # # spec file for package libLASi # # Copyright (c) 2013 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: libLASi Version: 1.1.1 Release: 0 Summary: Library to write UTF-8 strings to Postscript stream License: LGPL-2.1+ Group: Development/Libraries/C and C++ Url: http://unifont.org/lasi/ Source: http://download.sourceforge.net/lasi/%{name}-%{version}.tar.gz BuildRequires: cmake >= 2.4.5 BuildRequires: doxygen BuildRequires: fdupes BuildRequires: freetype-devel BuildRequires: gcc-c++ BuildRequires: pkgconfig BuildRequires: pkgconfig(cairo) BuildRequires: pkgconfig(fontconfig) BuildRequires: pkgconfig(glib-2.0) BuildRequires: pkgconfig(pango) BuildRoot: %{_tmppath}/%{name}-%{version}-build %description libLASi is a library written by Larry Siden that provides a C++ stream output interface (with operator <<) for creating Postscript documents that can contain characters from any of the scripts and symbol blocks supported in Unicode and by Owen Taylor's Pango layout engine. The library accomodates right-to-left scripts such as Arabic and Hebrew as easily as left-to-right scripts. Indic and Indic-derived Complex Text Layout (CTL) scripts, such as Devanagari, Thai, Lao, and Tibetan are supported to the extent provided by Pango and by the OpenType fonts installed on your system. All of this is provided without need for any special configuration or layout calculation on the programmer's part. Although the capability to produce Unicode-based multilingual Postscript documents exists in large Open Source application framework libraries such as GTK+, QT, and KDE, libLASi was designed for projects which require the ability to produce Postscript independent of any one application framework. %package -n %{name}1 Summary: Library to write UTF-8 strings to Postscript stream Group: Development/Libraries/C and C++ %description -n %{name}1 libLASi is a library written that provides a C++ stream output interface for creating Postscript documents that can contain characters from any of the scripts and symbol blocks supported in Unicode and by the Pango layout engine. The library accomodates right-to-left scripts, Complex Text Layout scripts, as supported to the extent provided by Pango and by the OpenType fonts installed on your system. This package provides the shared libraries for LASi. %package devel Summary: Library to write UTF-8 strings to Postscript stream Group: Development/Libraries/C and C++ Requires: %{name}1 = %{version} %description devel libLASi is a library written by Larry Siden that provides a C++ stream output interface (with operator <<) for creating Postscript documents that can contain characters from any of the scripts and symbol blocks supported in Unicode and by Owen Taylor's Pango layout engine. The library accomodates right-to-left scripts such as Arabic and Hebrew as easily as left-to-right scripts. Indic and Indic-derived Complex Text Layout (CTL) scripts, such as Devanagari, Thai, Lao, and Tibetan are supported to the extent provided by Pango and by the OpenType fonts installed on your system. All of this is provided without need for any special configuration or layout calculation on the programmer's part. Although the capability to produce Unicode-based multilingual Postscript documents exists in large Open Source application framework libraries such as GTK+, QT, and KDE, libLASi was designed for projects which require the ability to produce Postscript independent of any one application framework. This package provides the header files necessary for development with %{name}. %prep %setup -q %build export CFLAGS="%{optflags}" export CXXFLAGS="%{optflags}" mkdir BUILD_DIR pushd BUILD_DIR cmake \ -DCMAKE_INSTALL_PREFIX=%{_prefix} \ -DCMAKE_INSTALL_LIBDIR=%{_libdir} \ -DCMAKE_VERBOSE_MAKEFILE=ON \ .. make %{?_smp_mflags} popd %install pushd BUILD_DIR make install DESTDIR="%buildroot" popd mkdir -p %{buildroot}%{_docdir} mv %{buildroot}%{_datadir}/doc/%{name}-%{version} %{buildroot}%{_docdir}/ %fdupes %{buildroot}%{_docdir}/%{name}-%{version}/ %post -n %{name}1 -p /sbin/ldconfig %postun -n %{name}1 -p /sbin/ldconfig %files -n %{name}1 %defattr(-,root,root) %doc AUTHORS ChangeLog COPYING NEWS README README.release %{_libdir}/%{name}.so.1* %files devel %defattr(-,root,root) %{_libdir}/%{name}.so %{_libdir}/pkgconfig/lasi.pc %{_includedir}/LASi.h %{_datadir}/lasi%{version}/ %{_docdir}/%{name}-%{version}/ %changelog -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
