]> git.pld-linux.org Git - packages/cfv.git/blob - cfv.spec
3d8f082fa49f9a297cd8c81a0fc186299d536318
[packages/cfv.git] / cfv.spec
1 Summary:        Test and create .sfv, .csv and md5sum files
2 Summary(pl):    Testuje oraz tworzy pliki .sfv, .csv oraz md5sum
3 Name:           cfv
4 Version:        1.17
5 Release:        2
6 License:        GPL
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:  e8b627784acb613b4f49445973b3594d
11 URL:            http://cfv.sourceforge.net/
12 Requires:       python
13 BuildArch:      noarch
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %description
17 cfv is a utility to both test and create .sfv, .csv and md5sum files.
18 These files are commonly used to ensure the correct retrieval or
19 storage of data.
20
21 %description -l pl
22 cfv to narzêdzie do testowania i tworzenia plików .sfv, .csv i md5sum.
23 Te pliki s± czêsto u¿ywane w celu upewnienia siê o poprawnym przesyle
24 danych poprzez sieæ.
25
26 %prep
27 %setup -q
28
29 %install
30 rm -rf $RPM_BUILD_ROOT
31 install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1}
32
33 install cfv     $RPM_BUILD_ROOT%{_bindir}
34 install cfv.1   $RPM_BUILD_ROOT%{_mandir}/man1
35
36 %clean
37 rm -rf $RPM_BUILD_ROOT
38
39 %files
40 %defattr(644,root,root,755)
41 %doc Changelog README
42 %attr(755,root,root) %{_bindir}/*
43 %{_mandir}/man*/*
This page took 0.06299 seconds and 3 git commands to generate.