]> git.pld-linux.org Git - packages/cksfv.git/blob - cksfv.spec
ae414b96603982ec4ea237630594b12c1f247558
[packages/cksfv.git] / cksfv.spec
1 Summary:        Test archives using information from .sfv
2 Summary(pl):    Testowanie archiwów z u¿yciem informacji z plików .sfv
3 Name:           cksfv
4 Version:        1.3.8
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:  1d1809f5532ba3227fd64fa2ed742bf0
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
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} \
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.057671 seconds and 2 git commands to generate.