]> git.pld-linux.org Git - packages/cfv.git/blobdiff - cfv.spec
- BR: rpm-pythonprov
[packages/cfv.git] / cfv.spec
index 4e43282a7b35376372e894bf8178480a77f0dd9c..352cea2574ffc46d19858b821a5330741fc251ca 100644 (file)
--- a/cfv.spec
+++ b/cfv.spec
@@ -1,16 +1,17 @@
 Summary:       Test and create .sfv, .csv and md5sum files
-Summary(pl):   Testuje oraz tworzy pliki .sfv, .csv oraz md5sum
+Summary(pl.UTF-8):     Testuje oraz tworzy pliki .sfv, .csv oraz md5sum
 Name:          cfv
-Version:       1.9
+Version:       1.18.3
 Release:       1
-License:       GPL
+License:       GPL v2+
 Vendor:                Matt Mueller <donut@azstarnet.com>
 Group:         Applications/Archiving
-Group(de):     Applikationen/Archivierung
-Group(pl):     Aplikacje/Archiwizacja
-Source0:       http://www.azstarnet.com/~donut/programs/cfv/%{name}-%{version}.tar.gz
-URL:           http://www.azstarnet.com/~donut/programs/cfv/
+Source0:       http://dl.sourceforge.net/cfv/%{name}-%{version}.tar.gz
+# Source0-md5: 1be9039c2ab859103d70b6c4f4e5edf5
+URL:           http://cfv.sourceforge.net/
+BuildRequires: rpm-pythonprov
 Requires:      python
+Requires:      python-modules
 BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -19,10 +20,10 @@ cfv is a utility to both test and create .sfv, .csv and md5sum files.
 These files are commonly used to ensure the correct retrieval or
 storage of data.
 
-%description -l pl
-cfv to narzêdzie do testowania i tworzenia plików .sfv, .csv i md5sum.
-Te pliki s± czêsto u¿ywane w celu upewnienia siê o poprawnym przesyle
-danych poprzez sieæ.
+%description -l pl.UTF-8
+cfv to narzędzie do testowania i tworzenia plików .sfv, .csv i md5sum.
+Te pliki są często używane w celu upewnienia się o poprawnym przesyle
+danych poprzez sieć.
 
 %prep
 %setup -q
@@ -34,13 +35,11 @@ install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1}
 install cfv    $RPM_BUILD_ROOT%{_bindir}
 install cfv.1  $RPM_BUILD_ROOT%{_mandir}/man1
 
-gzip -9nf Changelog README
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc *.gz 
+%doc Changelog README
 %attr(755,root,root) %{_bindir}/*
-%{_mandir}/man*/*
+%{_mandir}/man1/*.1*
This page took 0.081577 seconds and 4 git commands to generate.