]> git.pld-linux.org Git - packages/cksfv.git/blob - cksfv.spec
f1a1a7300e2bf123519861d030308c0075b489d2
[packages/cksfv.git] / cksfv.spec
1 Summary:        Test archives using information from .sfv
2 Summary(pl.UTF-8):   Testowanie archiwów z użyciem informacji z plików .sfv
3 Name:           cksfv
4 Version:        1.3.9
5 Release:        1
6 License:        GPL
7 Vendor:         Bryan Call <bc@fodder.org>
8 Group:          Applications/Archiving
9 Source0:        http://zakalwe.virtuaalipalvelin.net/~shd/foss/cksfv/files/%{name}-%{version}.tar.bz2
10 # Source0-md5:  33c1ab4f1ea7e9a194e12b2aedb4741b
11 URL:            http://zakalwe.virtuaalipalvelin.net/~shd/foss/cksfv/
12 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13
14 %description
15 Utility to test .sfv files. These files are commonly used to ensure
16 the correct retrieval or storage of data.
17
18 %description -l pl.UTF-8
19 Narzędzie do testowania plików .sfv. Te pliki są często używane w celu
20 upewnienia się o poprawnym przesyle danych poprzez sieć.
21
22 %prep
23 %setup -q
24
25 %build
26 ./configure \
27         --prefix=/usr \
28         --package-prefix=$RPM_BUILD_ROOT
29
30 %{__make} all check \
31         CFLAGS="%{rpmcflags}"
32
33 %install
34 rm -rf $RPM_BUILD_ROOT
35
36 %{__make} install
37
38 %clean
39 rm -rf $RPM_BUILD_ROOT
40
41 %files
42 %defattr(644,root,root,755)
43 %doc ChangeLog README TODO
44 %attr(755,root,root) %{_bindir}/*
45 %{_mandir}/man1/*
This page took 0.041041 seconds and 2 git commands to generate.