]> git.pld-linux.org Git - packages/cfv.git/blob - cfv.spec
0ccbee5816e760832a8c107d09cf2f84c754ebc7
[packages/cfv.git] / cfv.spec
1 Summary:        Test and create .sfv, .csv and md5sum files
2 Summary(pl.UTF-8):      Testuje oraz tworzy pliki .sfv, .csv oraz md5sum
3 Name:           cfv
4 Version:        1.18.3
5 Release:        1
6 License:        GPL v2+
7 Vendor:         Matt Mueller <donut@azstarnet.com>
8 Group:          Applications/Archiving
9 Source0:        http://dl.sourceforge.net/cfv/%{name}-%{version}.tar.gz
10 # Source0-md5:  1be9039c2ab859103d70b6c4f4e5edf5
11 URL:            http://cfv.sourceforge.net/
12 Requires:       python
13 Requires:       python-modules
14 BuildArch:      noarch
15 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17 %description
18 cfv is a utility to both test and create .sfv, .csv and md5sum files.
19 These files are commonly used to ensure the correct retrieval or
20 storage of data.
21
22 %description -l pl.UTF-8
23 cfv to narzędzie do testowania i tworzenia plików .sfv, .csv i md5sum.
24 Te pliki są często używane w celu upewnienia się o poprawnym przesyle
25 danych poprzez sieć.
26
27 %prep
28 %setup -q
29
30 %install
31 rm -rf $RPM_BUILD_ROOT
32 install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1}
33
34 install cfv     $RPM_BUILD_ROOT%{_bindir}
35 install cfv.1   $RPM_BUILD_ROOT%{_mandir}/man1
36
37 %clean
38 rm -rf $RPM_BUILD_ROOT
39
40 %files
41 %defattr(644,root,root,755)
42 %doc Changelog README
43 %attr(755,root,root) %{_bindir}/*
44 %{_mandir}/man1/*.1*
This page took 0.043223 seconds and 2 git commands to generate.