]> git.pld-linux.org Git - SPECS.git/blob - linklint.spec
SPECS updated Sat 31 Jul 20:26:02 CEST 2021
[SPECS.git] / linklint.spec
1 Summary:        Fast html link checker
2 Summary(pl.UTF-8):      Szybkie narzędzie do sprawdzania odnośników HTML
3 Name:           linklint
4 Version:        2.3.5
5 Release:        2
6 License:        GPL
7 Group:          Networking/Utilities
8 Source0:        http://www.linklint.org/download/%{name}-%{version}.tar.gz
9 # Source0-md5:  c1ae0860199da59ded28771d1fa7b800
10 URL:            http://www.linklint.org/
11 BuildRequires:  rpm-perlprov
12 BuildArch:      noarch
13 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15 %description
16 linklint is a Perl program that checks links on web sites.
17
18 %description -l pl.UTF-8
19 linklint jest perlowym programem który sprawdza odnośniki na stronach
20 WWW.
21
22 %prep
23 %setup -q
24
25 %install
26 rm -rf $RPM_BUILD_ROOT
27 install -d $RPM_BUILD_ROOT%{_bindir}
28
29 install linklint-%{version} $RPM_BUILD_ROOT%{_bindir}/linklint
30
31 %clean
32 rm -rf $RPM_BUILD_ROOT
33
34 %files
35 %defattr(644,root,root,755)
36 %doc doc/*
37 %attr(755,root,root) %{_bindir}/*
This page took 0.132448 seconds and 3 git commands to generate.