]> git.pld-linux.org Git - packages/cksfv.git/blame_incremental - cksfv.spec
- up to 1.3.10
[packages/cksfv.git] / cksfv.spec
... / ...
CommitLineData
1Summary: Test archives using information from .sfv
2Summary(pl.UTF-8): Testowanie archiwów z użyciem informacji z plików .sfv
3Name: cksfv
4Version: 1.3.10
5Release: 1
6License: GPL
7Vendor: Bryan Call <bc@fodder.org>
8Group: Applications/Archiving
9Source0: http://zakalwe.virtuaalipalvelin.net/~shd/foss/cksfv/files/%{name}-%{version}.tar.bz2
10# Source0-md5: 8a7085cfd28f7fa20ca4c4842d954048
11URL: http://zakalwe.virtuaalipalvelin.net/~shd/foss/cksfv/
12BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13
14%description
15Utility to test .sfv files. These files are commonly used to ensure
16the correct retrieval or storage of data.
17
18%description -l pl.UTF-8
19Narzędzie do testowania plików .sfv. Te pliki są często używane w celu
20upewnienia 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
35rm -rf $RPM_BUILD_ROOT
36
37%{__make} install
38
39%clean
40rm -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.055238 seconds and 4 git commands to generate.