]> git.pld-linux.org Git - packages/cfv.git/blob - cfv.spec
- removed all Group fields translations (oure rpm now can handle translating
[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 Source0:        http://www.azstarnet.com/~donut/programs/cfv/%{name}-%{version}.tar.gz
10 URL:            http://www.azstarnet.com/~donut/programs/cfv/
11 Requires:       python
12 BuildArch:      noarch
13 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15 %description
16 cfv is a utility to both test and create .sfv, .csv and md5sum files.
17 These files are commonly used to ensure the correct retrieval or
18 storage of data.
19
20 %description -l pl
21 cfv to narzêdzie do testowania i tworzenia plików .sfv, .csv i md5sum.
22 Te pliki s± czêsto u¿ywane w celu upewnienia siê o poprawnym przesyle
23 danych poprzez sieæ.
24
25 %prep
26 %setup -q
27
28 %install
29 rm -rf $RPM_BUILD_ROOT
30 install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1}
31
32 install cfv     $RPM_BUILD_ROOT%{_bindir}
33 install cfv.1   $RPM_BUILD_ROOT%{_mandir}/man1
34
35 gzip -9nf Changelog README
36
37 %clean
38 rm -rf $RPM_BUILD_ROOT
39
40 %files
41 %defattr(644,root,root,755)
42 %doc *.gz 
43 %attr(755,root,root) %{_bindir}/*
44 %{_mandir}/man*/*
This page took 0.076705 seconds and 4 git commands to generate.