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