|
|
@ -3,7 +3,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
Name: zbar
|
|
|
|
Name: zbar
|
|
|
|
Version: 0.8
|
|
|
|
Version: 0.8
|
|
|
|
Release: 5%{?dist}
|
|
|
|
Release: 6%{?dist}
|
|
|
|
Summary: Bar code reader
|
|
|
|
Summary: Bar code reader
|
|
|
|
|
|
|
|
|
|
|
|
Group: User Interface/X Hardware Support
|
|
|
|
Group: User Interface/X Hardware Support
|
|
|
@ -12,7 +12,13 @@ URL: http://sourceforge.net/projects/%{name}
|
|
|
|
Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2
|
|
|
|
Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: python-devel, gtk2-devel, pygtk2-devel, qt-devel >= 4, ImageMagick-c++-devel, libXv-devel, xmlto
|
|
|
|
BuildRequires: python-devel, gtk2-devel, pygtk2-devel, ImageMagick-c++-devel, libXv-devel, xmlto
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%if 0%{?rhel}
|
|
|
|
|
|
|
|
BuildRequires: qt4-devel
|
|
|
|
|
|
|
|
%else
|
|
|
|
|
|
|
|
BuildRequires: qt-devel
|
|
|
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
%description
|
|
|
|
A layered barcode scanning and decoding library. Supports EAN, UPC, Code 128,
|
|
|
|
A layered barcode scanning and decoding library. Supports EAN, UPC, Code 128,
|
|
|
@ -167,6 +173,9 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
%{_includedir}/zbar/QZBar*.h
|
|
|
|
%{_includedir}/zbar/QZBar*.h
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Wed Jul 29 2009 Itamar Reis Peixoto <itamar@ispbrasil.com.br> - 0.8-6
|
|
|
|
|
|
|
|
- fix epel build
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jul 28 2009 Douglas Schilling Landgraf <dougsland@redhat.com> - 0.8-5
|
|
|
|
* Thu Jul 28 2009 Douglas Schilling Landgraf <dougsland@redhat.com> - 0.8-5
|
|
|
|
- Now fixed Source0 url
|
|
|
|
- Now fixed Source0 url
|
|
|
|
- Removed ldconfig calls to devel subpackages
|
|
|
|
- Removed ldconfig calls to devel subpackages
|
|
|
|