Hello community, here is the log from the commit of package qrencode for openSUSE:Factory checked in at Thu Jul 21 11:55:06 CEST 2011.
-------- New Changes file: --- /dev/null 2010-08-26 16:28:41.000000000 +0200 +++ /mounts/work_src_done/STABLE/qrencode/qrencode.changes 2011-05-08 14:08:07.000000000 +0200 @@ -0,0 +1,5 @@ +------------------------------------------------------------------- +Sun May 8 11:58:34 UTC 2011 - [email protected] + +- Add qrencode + calling whatdependson for head-i586 New: ---- qrencode-3.1.1.tar.bz2 qrencode.changes qrencode.spec ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ qrencode.spec ++++++ # # spec file for package qrencode # # Copyright (c) 2011 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: qrencode Version: 3.1.1 Release: 1 License: LGPL v2.1+ Summary: C library for encoding data in a QR Code symbol Url: http://fukuchi.org/works/qrencode/index.en.html Group: Development/Libraries/C and C++ Source: %{name}-%{version}.tar.bz2 BuildRequires: autoconf BuildRequires: libSDL-devel %if 0%{suse_version} > 1120 BuildRequires: libpng12-devel %else BuildRequires: libpng-devel %endif BuildRoot: %{_tmppath}/%{name}-%{version}-build %description Libqrencode is a C library for encoding data in a QR Code symbol, a kind of 2D symbology that can be scanned by handy terminals such as a mobile phone with CCD. The capacity of QR Code is up to 7000 digits or 4000 characters, and is highly robust. %package -n libqrencode3 License: LGPL v2.1+ Summary: C library for encoding data in a QR Code symbol Group: Development/Libraries/C and C++ %description -n libqrencode3 Libqrencode is a C library for encoding data in a QR Code symbol, a kind of 2D symbology that can be scanned by handy terminals such as a mobile phone with CCD. The capacity of QR Code is up to 7000 digits or 4000 characters, and is highly robust. %package devel License: LGPL v2.1+ Summary: C library for encoding data in a QR Code symbol Group: Development/Libraries/C and C++ Requires: libqrencode3 = %{version} %description devel Libqrencode is a C library for encoding data in a QR Code symbol, a kind of 2D symbology that can be scanned by handy terminals such as a mobile phone with CCD. The capacity of QR Code is up to 7000 digits or 4000 characters, and is highly robust. %prep %setup -q %build ./autogen.sh %configure --with-tools make %{?_smp_mflags} %install %make_install rm -f %{buildroot}%{_libdir}/*.la %post -n libqrencode3 -p /sbin/ldconfig %postun -n libqrencode3 -p /sbin/ldconfig %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc README TODO NEWS COPYING ChangeLog %doc %{_mandir}/man1/qrencode.1.gz %{_bindir}/qrencode %files -n libqrencode3 %defattr(-,root,root,-) %{_libdir}/libqrencode.so.* %files devel %defattr(-,root,root,-) %{_includedir}/qrencode.h %{_libdir}/libqrencode.so %{_libdir}/pkgconfig/libqrencode.pc %changelog ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
