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: webclient
|
||||||
Provides: text-www-browser
|
Provides: text-www-browser
|
||||||
|
BuildRequires: dos2unix
|
||||||
BuildRequires: gettext
|
BuildRequires: gettext
|
||||||
BuildRequires: openssl-devel
|
BuildRequires: openssl-devel
|
||||||
BuildRequires: ncurses-devel
|
BuildRequires: ncurses-devel
|
||||||
@ -102,6 +103,14 @@ rm -fv test/X test/nobody
|
|||||||
chmod -x samples/mailto-form.pl
|
chmod -x samples/mailto-form.pl
|
||||||
make install DESTDIR=$RPM_BUILD_ROOT
|
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
|
# Install Lang dependent resources
|
||||||
mkdir -p $RPM_BUILD_ROOT/usr/share/locale/ja/LC_MESSAGES/
|
mkdir -p $RPM_BUILD_ROOT/usr/share/locale/ja/LC_MESSAGES/
|
||||||
|
|
||||||
@ -122,6 +131,7 @@ EOF
|
|||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Tue Jul 25 2017 Kamil Dudka <kdudka@redhat.com> - 2.8.9-0.17.dev16
|
* Tue Jul 25 2017 Kamil Dudka <kdudka@redhat.com> - 2.8.9-0.17.dev16
|
||||||
|
- fix rpmlint warnings
|
||||||
- do not depend on perl
|
- do not depend on perl
|
||||||
- update upstream project URL
|
- update upstream project URL
|
||||||
- update to the latest upstream pre-release
|
- update to the latest upstream pre-release
|
||||||
|
Loading…
Reference in New Issue
Block a user