- fix epel build

epel9
Douglas Schilling Landgraf 16 years ago
parent f6d3222e8f
commit 092a56ed30

@ -1 +1,2 @@
zbar-0_8-5_fc10:HEAD:zbar-0.8-5.fc10.src.rpm:1248899866 zbar-0_8-5_fc10:HEAD:zbar-0.8-5.fc10.src.rpm:1248899866
zbar-0_8-6_fc10:HEAD:zbar-0.8-6.fc10.src.rpm:1248913251

@ -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

Loading…
Cancel
Save