zbar/zbar.spec

235 lines
6.4 KiB
RPMSpec

#
# spec file for package zbar (Version 0.10)
#
# Copyright 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright 2010 Carlos Goncalves <cgoncalves@opensuse.org>.
#
# 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.
# norootforbuild
%define libname libzbar0
Name: zbar
Version: 0.10_2011_11_19
Release: 1
Summary: Bar code reader
Group: Productivity/Other
License: LGPLv2.1+
Url: http://zbar.sourceforge.net
BuildRequires: ImageMagick-devel libqt4-devel gtk2-devel python-gtk-devel
# required by mercurial archive only
BuildRequires: xmlto
Source: %{name}-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
AutoReqProv: on
%description
ZBar is an open source software suite for reading bar codes from various
sources, such as video streams, image files and raw intensity sensors. It
supports many popular symbologies (types of bar codes) including EAN-13/UPC-A,
UPC-E, EAN-8, Code 128, Code 39, Interleaved 2 of 5 and QR Code.
The flexible, layered implementation facilitates bar code scanning and decoding
for any application: use it stand-alone with the included GUI and command line
programs, easily integrate a bar code scanning widget into your Qt, GTK+ or
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}
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++
Provides: lib%{name}-devel
Requires: %{libname} = %{version}, pkgconfig
%description -n %{libname}-devel
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
Requires: %{libname} = %{version}
%{py_requires}
%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
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++
Requires: libzbarqt0 = %{version}, pkgconfig
%description -n libzbarqt0-devel
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
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++
Requires: libzbargtk0 = %{version}, pkgconfig
%description -n libzbargtk0-devel
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
Requires: python-zbar = %{version}
%{py_requires}
%description -n python-zbar-gtk
This package provides ZBar Python-Gtk bindings.
Authors:
--------
Jeff Brown <spadix@users.sourceforge.net>
%prep
%setup -q
# for the Mercurial-based archive we need to get proper autoconf files
autoreconf -i
%build
# Mercurial only? - This should not be required in a final release version!
export CFLAGS="$RPM_OPT_FLAGS -Wno-error=parentheses"
%configure --docdir=%{_docdir}/%{name}
make %{?jobs:-j%jobs}
%install
%makeinstall
rm ${RPM_BUILD_ROOT}/usr/share/doc/packages/zbar/INSTALL
find ${RPM_BUILD_ROOT} -name '*.la' -or -name '*.a' | xargs rm -f
%clean
rm -rf $RPM_BUILD_ROOT
%post -n %{libname} -p /sbin/ldconfig
%post -n libzbarqt0 -p /sbin/ldconfig
%post -n libzbargtk0 -p /sbin/ldconfig
%postun -n %{libname} -p /sbin/ldconfig
%postun -n libzbarqt0 -p /sbin/ldconfig
%postun -n libzbargtk0 -p /sbin/ldconfig
%files
%defattr(-,root,root)
%doc ChangeLog README COPYING LICENSE NEWS
%_bindir/zbar*
%doc %{_mandir}/man1/*
%files -n %{libname}
%defattr(-,root,root)
%_libdir/libzbar.so.0.2.0
%files -n %{libname}-devel
%defattr(-,root,root)
%dir %_includedir/%{name}
%_includedir/zbar.h
%_includedir/%{name}/*.h
%_libdir/libzbar.so
%_libdir/libzbar.so.0
%_libdir/pkgconfig/zbar.pc
%files -n python-zbar
%defattr(-,root,root)
%{py_sitedir}/zbar.so
%files -n libzbarqt0
%defattr(-,root,root)
%_libdir/libzbarqt.so.0.0.2
%files -n libzbarqt0-devel
%defattr(-,root,root)
%_includedir/%{name}/QZBar*.h
%_libdir/libzbarqt.so
%_libdir/libzbarqt.so.0
%_libdir/pkgconfig/zbar-qt.pc
%files -n libzbargtk0
%defattr(-,root,root)
%_libdir/libzbargtk.so.0.0.2
%files -n libzbargtk0-devel
%defattr(-,root,root)
%_includedir/%{name}/zbargtk.h
%_libdir/libzbargtk.so
%_libdir/libzbargtk.so.0
%_libdir/pkgconfig/zbar-gtk.pc
%files -n python-zbar-gtk
%defattr(-,root,root)
%{py_sitedir}/zbarpygtk.so
%changelog