]> git.pld-linux.org Git - packages/cfv.git/commitdiff
new spec; doesn't work properly and I can't fix it because I don't know python
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sat, 6 Jan 2001 12:38:46 +0000 (12:38 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cfv.spec -> 1.1

cfv.spec [new file with mode: 0644]

diff --git a/cfv.spec b/cfv.spec
new file mode 100644 (file)
index 0000000..05e67b1
--- /dev/null
+++ b/cfv.spec
@@ -0,0 +1,46 @@
+Summary:       Test and create .sfv, .csv and md5sum files.
+Summary(pl):   Testuje oraz tworzy pliki .sfv, .csv oraz md5sum.
+Name:          cfv
+Version:       1.7
+Release:       1
+License:       GPL
+Group:         Applications/Archiving
+Group(de):     Applikationen/Archivierung
+Group(pl):     Aplikacje/Archiwizacja
+Vendor:                Matt Mueller <donut@azstarnet.com>
+Source0:       http://www.azstarnet.com/~donut/programs/cfv/%{name}-%{version}.tar.gz
+URL:           http://www.azstarnet.com/~donut/programs/cfv/
+Requires:      python
+BuildArch:     noarch
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+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æ.
+
+%prep
+%setup -q
+
+%install
+rm -rf $RPM_BUILD_ROOT
+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 
+%attr(755,root,root) %{_bindir}/*
+%{_mandir}/man*/*
This page took 0.067855 seconds and 4 git commands to generate.