# # spec file for package qrencode # # 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/ # %define so_ver 3 Name: qrencode Version: 3.4.2 Release: 0 Summary: C library for encoding data in a QR Code symbol License: LGPL-2.1+ Group: Productivity/Graphics/Other Url: http://fukuchi.org/works/qrencode/index.en.html Source0: http://fukuchi.org/works/qrencode/%{name}-%{version}.tar.bz2 BuildRequires: pkg-config %if !0%{?sles_version} BuildRequires: pkgconfig(libpng) %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 libqrencode%{so_ver} Summary: C library for encoding data in a QR Code symbol Group: System/Libraries %description -n libqrencode%{so_ver} 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 Summary: C library for encoding data in a QR Code symbol - Development files Group: Development/Libraries/C and C++ Requires: libqrencode%{so_ver} = %{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. This package contains the development files for libqrencode. %prep %setup -q %build %configure make %{?_smp_mflags} %install make DESTDIR=%{buildroot} install rm -f %{buildroot}%{_libdir}/*.la %post -n libqrencode%{so_ver} -p /sbin/ldconfig %postun -n libqrencode%{so_ver} -p /sbin/ldconfig %files %defattr(-,root,root,-) %doc README TODO NEWS COPYING ChangeLog %doc %{_mandir}/man1/qrencode.1.gz %{_bindir}/qrencode %files -n libqrencode%{so_ver} %defattr(-,root,root,-) %{_libdir}/libqrencode.so.%{so_ver}* %files devel %defattr(-,root,root,-) %{_includedir}/qrencode.h %{_libdir}/libqrencode.so %{_libdir}/pkgconfig/libqrencode.pc %changelog