fix rpmlint warnings
This commit is contained in:
parent
414a4a5964
commit
6bc63521ea
10
lynx.spec
10
lynx.spec
@ -26,6 +26,7 @@ Patch3: lynx-2.8.8-locale.patch
|
||||
|
||||
Provides: webclient
|
||||
Provides: text-www-browser
|
||||
BuildRequires: dos2unix
|
||||
BuildRequires: gettext
|
||||
BuildRequires: openssl-devel
|
||||
BuildRequires: ncurses-devel
|
||||
@ -102,6 +103,14 @@ rm -fv test/X test/nobody
|
||||
chmod -x samples/mailto-form.pl
|
||||
make install DESTDIR=$RPM_BUILD_ROOT
|
||||
|
||||
# remove unneeded files with incompatible encoding
|
||||
rm -f docs/{OS-390.announce,README.jp}
|
||||
rm -f samples/*.bat
|
||||
|
||||
# convert line endings
|
||||
dos2unix samples/lynx-demo.cfg
|
||||
dos2unix samples/midnight.lss
|
||||
|
||||
# Install Lang dependent resources
|
||||
mkdir -p $RPM_BUILD_ROOT/usr/share/locale/ja/LC_MESSAGES/
|
||||
|
||||
@ -122,6 +131,7 @@ EOF
|
||||
|
||||
%changelog
|
||||
* Tue Jul 25 2017 Kamil Dudka <kdudka@redhat.com> - 2.8.9-0.17.dev16
|
||||
- fix rpmlint warnings
|
||||
- do not depend on perl
|
||||
- update upstream project URL
|
||||
- update to the latest upstream pre-release
|
||||
|
Loading…
Reference in New Issue
Block a user