]> git.pld-linux.org Git - packages/cksfv.git/blob - cksfv.spec
- 1.3.11
[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.11
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:  82ea906bc2362ae05e713e24e95a7544
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         CC="%{__cc}" \
32         CFLAGS="%{rpmcflags}"
33
34 %install
35 rm -rf $RPM_BUILD_ROOT
36
37 %{__make} install
38
39 %clean
40 rm -rf $RPM_BUILD_ROOT
41
42 %files
43 %defattr(644,root,root,755)
44 %doc ChangeLog README TODO
45 %attr(755,root,root) %{_bindir}/*
46 %{_mandir}/man1/*
This page took 0.136623 seconds and 3 git commands to generate.