| 1 | Name: qrencode |
|---|
| 2 | Summary: Generate QR 2D barcodes |
|---|
| 3 | Version: 3.4.3 |
|---|
| 4 | Release: 1%{?_dist_release} |
|---|
| 5 | |
|---|
| 6 | Group: Applications/Engineering |
|---|
| 7 | License: LGPLv2+ |
|---|
| 8 | URL: http://megaui.net/fukuchi/works/qrencode/index.en.html |
|---|
| 9 | |
|---|
| 10 | Source0: http://megaui.net/fukuchi/works/qrencode/%{name}-%{version}.tar.bz2 |
|---|
| 11 | |
|---|
| 12 | BuildRoot: %{_tmppath}/%{name}-%{version}-root |
|---|
| 13 | BuildRequires: libpng-devel |
|---|
| 14 | BuildRequires: SDL-devel |
|---|
| 15 | BuildRequires: chrpath |
|---|
| 16 | |
|---|
| 17 | |
|---|
| 18 | %description |
|---|
| 19 | Qrencode is a utility software using libqrencode to encode string data in |
|---|
| 20 | a QR Code and save as a PNG image. |
|---|
| 21 | |
|---|
| 22 | %package devel |
|---|
| 23 | Summary: QR Code encoding library - Development files |
|---|
| 24 | Group: Development/Libraries |
|---|
| 25 | Requires: %{name} = %{version}-%{release} |
|---|
| 26 | |
|---|
| 27 | %description devel |
|---|
| 28 | The qrencode-devel package contains libraries and header files for developing |
|---|
| 29 | applications that use qrencode. |
|---|
| 30 | |
|---|
| 31 | %prep |
|---|
| 32 | %setup -q |
|---|
| 33 | |
|---|
| 34 | |
|---|
| 35 | %build |
|---|
| 36 | %configure --with-tests |
|---|
| 37 | make %{?_smp_mflags} |
|---|
| 38 | |
|---|
| 39 | |
|---|
| 40 | %install |
|---|
| 41 | rm -rf $RPM_BUILD_ROOT |
|---|
| 42 | make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p" |
|---|
| 43 | rm -rf $RPM_BUILD_ROOT%{_libdir}/libqrencode.la |
|---|
| 44 | chrpath --delete $RPM_BUILD_ROOT%{_bindir}/qrencode |
|---|
| 45 | |
|---|
| 46 | %check |
|---|
| 47 | cd ./tests |
|---|
| 48 | sh test_all.sh |
|---|
| 49 | |
|---|
| 50 | %clean |
|---|
| 51 | rm -rf $RPM_BUILD_ROOT |
|---|
| 52 | |
|---|
| 53 | |
|---|
| 54 | %post -p /sbin/ldconfig |
|---|
| 55 | |
|---|
| 56 | %postun -p /sbin/ldconfig |
|---|
| 57 | |
|---|
| 58 | |
|---|
| 59 | %files |
|---|
| 60 | %defattr(-,root,root,-) |
|---|
| 61 | %doc ChangeLog COPYING NEWS README TODO |
|---|
| 62 | %{_bindir}/qrencode |
|---|
| 63 | %{_mandir}/man1/qrencode.1.* |
|---|
| 64 | %{_libdir}/libqrencode.so.* |
|---|
| 65 | |
|---|
| 66 | %files devel |
|---|
| 67 | %defattr(-,root,root,-) |
|---|
| 68 | %{_includedir}/qrencode.h |
|---|
| 69 | %{_libdir}/libqrencode.so |
|---|
| 70 | %{_libdir}/pkgconfig/libqrencode.pc |
|---|
| 71 | |
|---|
| 72 | |
|---|
| 73 | %changelog |
|---|
| 74 | * Sat Sep 07 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 3.4.3-1 |
|---|
| 75 | - new upstream release |
|---|
| 76 | |
|---|
| 77 | * Wed Jun 05 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 3.4.2-1 |
|---|
| 78 | - new upstream release |
|---|
| 79 | |
|---|
| 80 | * Sun Jul 29 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 3.3.1-1 |
|---|
| 81 | - new upstream release |
|---|
| 82 | - add BuildRequires: SDL-devel |
|---|
| 83 | |
|---|
| 84 | * Sun Jul 31 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 3.1.1-6 |
|---|
| 85 | - Initial build for Vine Linux |
|---|
| 86 | |
|---|
| 87 | * Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.1.1-5 |
|---|
| 88 | - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild |
|---|
| 89 | |
|---|
| 90 | * Tue Jul 13 2010 Tareq Al Jurf <taljurf@fedoraproject.org> - 3.1.1-4 |
|---|
| 91 | - Fixed the rpath problem. |
|---|
| 92 | |
|---|
| 93 | * Mon Jul 12 2010 Tareq Al Jurf <taljurf@fedoraproject.org> - 3.1.1-3 |
|---|
| 94 | - Fixed some small spec mistakes. |
|---|
| 95 | |
|---|
| 96 | * Mon Jul 12 2010 Tareq Al Jurf <taljurf@fedoraproject.org> - 3.1.1-2 |
|---|
| 97 | - Fixed some small errors. |
|---|
| 98 | |
|---|
| 99 | * Thu Jul 08 2010 Tareq Al Jurf <taljurf@fedoraproject.org> - 3.1.1-1 |
|---|
| 100 | - Initial build. |
|---|