Add BuildRequires: freeglut-devel to build vwebp

This commit is contained in:
Sandro Mani 2015-03-27 19:45:39 +01:00
parent 26514b9753
commit ab18e8cc12

View File

@ -2,7 +2,7 @@
Name: libwebp Name: libwebp
Version: 0.4.3 Version: 0.4.3
Release: 1%{?dist} Release: 2%{?dist}
Group: Development/Libraries Group: Development/Libraries
URL: http://webmproject.org/ URL: http://webmproject.org/
Summary: Library and tools for the WebP graphics format Summary: Library and tools for the WebP graphics format
@ -19,6 +19,7 @@ BuildRequires: java-devel
BuildRequires: jpackage-utils BuildRequires: jpackage-utils
BuildRequires: swig BuildRequires: swig
BuildRequires: autoconf automake libtool BuildRequires: autoconf automake libtool
BuildRequires: freeglut-devel
%description %description
WebP is an image format that does lossy compression of digital WebP is an image format that does lossy compression of digital
@ -111,6 +112,7 @@ cp swig/*.jar swig/*.so %{buildroot}/%{_libdir}/%{name}-java/
%{_bindir}/dwebp %{_bindir}/dwebp
%{_bindir}/gif2webp %{_bindir}/gif2webp
%{_bindir}/webpmux %{_bindir}/webpmux
%{_bindir}/vwebp
%{_mandir}/man*/* %{_mandir}/man*/*
%files -n %{name} %files -n %{name}
@ -131,6 +133,9 @@ cp swig/*.jar swig/*.so %{buildroot}/%{_libdir}/%{name}-java/
%{_libdir}/%{name}-java/ %{_libdir}/%{name}-java/
%changelog %changelog
* Fri Mar 27 2015 Sandro Mani <manisandro@gmail.com> - 0.4.3-2
- Add BuildRequires: freeglut-devel to build vwebp
* Thu Mar 12 2015 Sandro Mani <manisandro@gmail.com> - 0.4.3-1 * Thu Mar 12 2015 Sandro Mani <manisandro@gmail.com> - 0.4.3-1
- upstream release 0.4.3 - upstream release 0.4.3