]> git.pld-linux.org Git - packages/cksfv.git/blame - cksfv.spec
- converted to UTF-8
[packages/cksfv.git] / cksfv.spec
CommitLineData
1a60d032 1Summary: Test archives using information from .sfv
e0310dba 2Summary(pl.UTF-8): Testowanie archiwów z użyciem informacji z plików .sfv
df0bdde9 3Name: cksfv
420d7447 4Version: 1.3.9
357d260b 5Release: 1
df0bdde9 6License: GPL
df0bdde9 7Vendor: Bryan Call <bc@fodder.org>
815f463e 8Group: Applications/Archiving
36ef892d 9Source0: http://zakalwe.virtuaalipalvelin.net/~shd/foss/cksfv/files/%{name}-%{version}.tar.bz2
420d7447 10# Source0-md5: 33c1ab4f1ea7e9a194e12b2aedb4741b
36ef892d 11URL: http://zakalwe.virtuaalipalvelin.net/~shd/foss/cksfv/
df0bdde9
AM
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
e0310dba
JR
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ć.
df0bdde9
AM
21
22%prep
23%setup -q
24
25%build
357d260b 26./configure \
27 --prefix=/usr \
28 --package-prefix=$RPM_BUILD_ROOT
29
4001a88b 30%{__make} all check \
357d260b 31 CFLAGS="%{rpmcflags}"
df0bdde9
AM
32
33%install
34rm -rf $RPM_BUILD_ROOT
df0bdde9 35
357d260b 36%{__make} install
df0bdde9 37
df0bdde9
AM
38%clean
39rm -rf $RPM_BUILD_ROOT
40
41%files
42%defattr(644,root,root,755)
535570fa 43%doc ChangeLog README TODO
df0bdde9 44%attr(755,root,root) %{_bindir}/*
357d260b 45%{_mandir}/man1/*
This page took 0.056275 seconds and 4 git commands to generate.