diff --git a/qrencode.changes b/qrencode.changes index 891ffac..ef73248 100644 --- a/qrencode.changes +++ b/qrencode.changes @@ -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 diff --git a/qrencode.spec b/qrencode.spec index 7030994..85a60da 100644 --- a/qrencode.spec +++ b/qrencode.spec @@ -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}