]> git.pld-linux.org Git - packages/cksfv.git/blob - cksfv.spec
a5711343601c22509a50261e79e3e21b0c9c5c0b
[packages/cksfv.git] / cksfv.spec
1 Summary:        Test archives using information from .sfv
2 Summary(pl):    Testuje archiwa u¿ywaj±c infomacji z .sfv
3 Name:           cksfv
4 Version:        1.3
5 Release:        1
6 License:        GPL
7 Group:          Applications/Archiving
8 Vendor:         Bryan Call <bc@fodder.org>
9 URL:            http://www.fodder.org/cksfv/
10 Source0:        http://www.fodder.org/cksfv/%{name}-%{version}.tar.gz
11 Patch0:         %{name}-alpha.patch
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 %patch0 -p1
25
26 %build
27 %{__make} CFLAGS="%{rpmcflags}" VERSION=%{version} -C src
28
29 %install
30 rm -rf $RPM_BUILD_ROOT
31 install -d $RPM_BUILD_ROOT%{_bindir}
32
33 install src/cksfv $RPM_BUILD_ROOT%{_bindir}
34
35 gzip -9nf ChangeLog README TODO
36
37 %clean
38 rm -rf $RPM_BUILD_ROOT
39
40 %files
41 %defattr(644,root,root,755)
42 %doc *.gz
43 %attr(755,root,root) %{_bindir}/*
This page took 0.040544 seconds and 2 git commands to generate.