restruct automake fix to >= 12.2
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/zbar?expand=0&rev=7
This commit is contained in:
parent
b813ae048a
commit
a61de375dd
39
zbar.spec
39
zbar.spec
@ -48,10 +48,6 @@ PyGTK GUI application, leverage one of the script or programming interfaces
|
||||
(Python, Perl, C++) ...all the way down to a streamlined C library suitable for
|
||||
embedded use.
|
||||
|
||||
Authors:
|
||||
--------
|
||||
Jeff Brown <spadix@users.sourceforge.net>
|
||||
|
||||
%package -n %{libname}
|
||||
Summary: ZBar library
|
||||
Provides: lib%{name}
|
||||
@ -60,11 +56,6 @@ Group: Development/Libraries/C and C++
|
||||
%description -n %{libname}
|
||||
This package provides the ZBar library.
|
||||
|
||||
Authors:
|
||||
--------
|
||||
Jeff Brown <spadix@users.sourceforge.net>
|
||||
|
||||
|
||||
%package -n %{libname}-devel
|
||||
Summary: Development environment for the ZBar library
|
||||
Group: Development/Libraries/C and C++
|
||||
@ -76,10 +67,6 @@ This package contains all necessary include files, libraries,
|
||||
configuration files and development tools needed to compile and link
|
||||
applications using the zbar library.
|
||||
|
||||
Authors:
|
||||
--------
|
||||
Jeff Brown <spadix@users.sourceforge.net>
|
||||
|
||||
%package -n python-zbar
|
||||
Summary: ZBar Python bindings
|
||||
Group: Productivity/Other
|
||||
@ -89,10 +76,6 @@ Requires: %{libname} = %{version}
|
||||
%description -n python-zbar
|
||||
This package provides ZBar Python bindings.
|
||||
|
||||
Authors:
|
||||
--------
|
||||
Jeff Brown <spadix@users.sourceforge.net>
|
||||
|
||||
%package -n libzbarqt0
|
||||
Summary: ZBar Qt bindings
|
||||
Group: Productivity/Other
|
||||
@ -101,10 +84,6 @@ Requires: %{libname} = %{version}
|
||||
%description -n libzbarqt0
|
||||
This package provides ZBar Qt bindings.
|
||||
|
||||
Authors:
|
||||
--------
|
||||
Jeff Brown <spadix@users.sourceforge.net>
|
||||
|
||||
%package -n libzbarqt0-devel
|
||||
Summary: Development environment for the ZBar Qt bindings library
|
||||
Group: Development/Libraries/C and C++
|
||||
@ -115,10 +94,6 @@ This package contains all necessary include files, libraries,
|
||||
configuration files and development tools needed to compile and link
|
||||
applications using the zbar-qt library.
|
||||
|
||||
Authors:
|
||||
--------
|
||||
Jeff Brown <spadix@users.sourceforge.net>
|
||||
|
||||
%package -n libzbargtk0
|
||||
Summary: ZBar Gtk bindings
|
||||
Group: Productivity/Other
|
||||
@ -127,10 +102,6 @@ Requires: %{libname} = %{version}
|
||||
%description -n libzbargtk0
|
||||
This package provides ZBar Gtk bindings.
|
||||
|
||||
Authors:
|
||||
--------
|
||||
Jeff Brown <spadix@users.sourceforge.net>
|
||||
|
||||
%package -n libzbargtk0-devel
|
||||
Summary: Development environment for the ZBar Gtk bindings library
|
||||
Group: Development/Libraries/C and C++
|
||||
@ -141,10 +112,6 @@ This package contains all necessary include files, libraries,
|
||||
configuration files and development tools needed to compile and link
|
||||
applications using the zbar-gtk library.
|
||||
|
||||
Authors:
|
||||
--------
|
||||
Jeff Brown <spadix@users.sourceforge.net>
|
||||
|
||||
%package -n python-zbar-gtk
|
||||
Summary: ZBar Python-Gtk bindings
|
||||
Group: Productivity/Other
|
||||
@ -154,13 +121,11 @@ Requires: python-zbar = %{version}
|
||||
%description -n python-zbar-gtk
|
||||
This package provides ZBar Python-Gtk bindings.
|
||||
|
||||
Authors:
|
||||
--------
|
||||
Jeff Brown <spadix@users.sourceforge.net>
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%if 0%{?suse_version} >= 1220
|
||||
%patch1 -p1
|
||||
%endif
|
||||
# for the Mercurial-based archive we need to get proper autoconf files
|
||||
autoreconf -fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user