- add buildrequires bzip2-devel, expat-devel,libidn-devel otherwise elinks
looses functionality when build with mock: rpmdiff elinks-0.11.0-2.2.x86_64.rpm removed REQUIRES libbz2.so.1()(64bit) removed REQUIRES libexpat.so.0()(64bit) removed REQUIRES libidn.so.11()(64bit)
This commit is contained in:
parent
5b34fb3b87
commit
1d374e7d3f
@ -2,13 +2,14 @@
|
|||||||
Name: elinks
|
Name: elinks
|
||||||
Summary: A text-mode Web browser.
|
Summary: A text-mode Web browser.
|
||||||
Version: 0.11.0
|
Version: 0.11.0
|
||||||
Release: 2.2
|
Release: 3
|
||||||
Source: http://elinks.or.cz/download/elinks-%{version}.tar.bz2
|
Source: http://elinks.or.cz/download/elinks-%{version}.tar.bz2
|
||||||
Source1: http://links.sourceforge.net/download/docs/manual-0.82-en.tar.bz2
|
Source1: http://links.sourceforge.net/download/docs/manual-0.82-en.tar.bz2
|
||||||
Group: Applications/Internet
|
Group: Applications/Internet
|
||||||
URL: http://elinks.or.cz/
|
URL: http://elinks.or.cz/
|
||||||
BuildRoot: %{_tmppath}/%{name}-buildroot
|
BuildRoot: %{_tmppath}/%{name}-buildroot
|
||||||
BuildRequires: autoconf, automake, openssl-devel, pkgconfig
|
BuildRequires: autoconf, automake, openssl-devel, pkgconfig
|
||||||
|
BuildRequires: bzip2-devel, expat-devel,libidn-devel
|
||||||
License: GPL
|
License: GPL
|
||||||
Provides: webclient
|
Provides: webclient
|
||||||
Obsoletes: links
|
Obsoletes: links
|
||||||
@ -83,6 +84,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_mandir}/man5/*
|
%{_mandir}/man5/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed May 17 2006 Karsten Hopp <karsten@redhat.de> 0.11.0-3
|
||||||
|
- add buildrequires bzip2-devel, expat-devel,libidn-devel
|
||||||
|
|
||||||
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 0.11.0-2.2
|
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 0.11.0-2.2
|
||||||
- bump again for double-long bug on ppc(64)
|
- bump again for double-long bug on ppc(64)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user