]> git.pld-linux.org Git - packages/cfv.git/blob - cfv.spec
- BR: rpm-pythonprov
[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 BuildRequires:  rpm-pythonprov
13 Requires:       python
14 Requires:       python-modules
15 BuildArch:      noarch
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18 %description
19 cfv is a utility to both test and create .sfv, .csv and md5sum files.
20 These files are commonly used to ensure the correct retrieval or
21 storage of data.
22
23 %description -l pl.UTF-8
24 cfv to narzędzie do testowania i tworzenia plików .sfv, .csv i md5sum.
25 Te pliki są często używane w celu upewnienia się o poprawnym przesyle
26 danych poprzez sieć.
27
28 %prep
29 %setup -q
30
31 %install
32 rm -rf $RPM_BUILD_ROOT
33 install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1}
34
35 install cfv     $RPM_BUILD_ROOT%{_bindir}
36 install cfv.1   $RPM_BUILD_ROOT%{_mandir}/man1
37
38 %clean
39 rm -rf $RPM_BUILD_ROOT
40
41 %files
42 %defattr(644,root,root,755)
43 %doc Changelog README
44 %attr(755,root,root) %{_bindir}/*
45 %{_mandir}/man1/*.1*
This page took 0.046257 seconds and 3 git commands to generate.