]> git.pld-linux.org Git - packages/cfv.git/blob - cfv.spec
- 1.9
[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.9
5 Release:        1
6 License:        GPL
7 Vendor:         Matt Mueller <donut@azstarnet.com>
8 Group:          Applications/Archiving
9 Group(de):      Applikationen/Archivierung
10 Group(pl):      Aplikacje/Archiwizacja
11 Source0:        http://www.azstarnet.com/~donut/programs/cfv/%{name}-%{version}.tar.gz
12 URL:            http://www.azstarnet.com/~donut/programs/cfv/
13 Requires:       python
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
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 gzip -9nf Changelog README
38
39 %clean
40 rm -rf $RPM_BUILD_ROOT
41
42 %files
43 %defattr(644,root,root,755)
44 %doc *.gz 
45 %attr(755,root,root) %{_bindir}/*
46 %{_mandir}/man*/*
This page took 0.606085 seconds and 3 git commands to generate.