SHA256
1
0
forked from pool/qrencode

Accepting request 138379 from KDE:Distro:Factory

- Remove buildrequires on libSDL-devel, only required when running
  autoreconf, which is not needed at all now. (forwarded request 138378 from fcrozat)

OBS-URL: https://build.opensuse.org/request/show/138379
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/qrencode?expand=0&rev=10
This commit is contained in:
Stephan Kulow 2012-10-16 19:33:08 +00:00 committed by Git OBS Bridge
parent b812be2694
commit d212810564
2 changed files with 6 additions and 7 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Oct 16 12:37:26 UTC 2012 - fcrozat@suse.com
- Remove buildrequires on libSDL-devel, only required when running
autoreconf, which is not needed at all now.
-------------------------------------------------------------------
Fri Sep 21 11:16:10 UTC 2012 - fcrozat@suse.com

View File

@ -24,9 +24,6 @@ License: LGPL-2.1+
Group: Development/Libraries/C and C++
Url: http://fukuchi.org/works/qrencode/index.en.html
Source: %{name}-%{version}.tar.bz2
BuildRequires: autoconf
BuildRequires: libSDL-devel
BuildRequires: libtool
BuildRequires: pkgconfig(libpng)
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -58,10 +55,6 @@ The capacity of QR Code is up to 7000 digits or 4000 characters, and is highly r
%setup -q
%build
%if %{suse_version} < 1130
libtoolize -f
%endif
./autogen.sh
%configure --with-tools
make %{?_smp_mflags}