]> git.pld-linux.org Git - packages/bsdsfv.git/blob - bsdsfv.spec
- tabs in preamble
[packages/bsdsfv.git] / bsdsfv.spec
1 Summary:        Utility for handling .sfv checksum files
2 Summary(pl.UTF-8):      Narzędzie do obsługi plików .sfv zawierających sumy kontrolne
3 Name:           bsdsfv
4 Version:        1.18
5 Release:        1
6 License:        unknown
7 Group:          Applications/File
8 Source0:        http://dl.sourceforge.net/bsdsfv/%{name}-%{version}.tar.gz
9 # Source0-md5:  381df19a827d5a20097ab95ea9e760fa
10 Patch0:         %{name}-manual.patch
11 URL:            http://bsdsfv.sourceforge.net/
12 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13
14 %description
15 Small utility for creating .sfv checksums. It also allows testing
16 files against existing .sfv checksums. Program is using CRC32
17 algorithm.
18
19 %description -l pl.UTF-8
20 Niewielkie narzędzie do tworzenia sum kontrolnych w formacie .sfv.
21 Pozwala również na testowanie plików w oparciu o istniejące sumy
22 kontrolne. Program używa algorytmu CRC32.
23
24 %prep
25 %setup -q -n %{name}
26 %patch0 -p0
27
28 %build
29 %{__make} \
30     CFLAGS="%{rpmcflags}" \
31     CC="%{__cc}"
32
33 %install
34 rm -rf $RPM_BUILD_ROOT
35 install -d $RPM_BUILD_ROOT%{_bindir}
36
37 install %{name} $RPM_BUILD_ROOT%{_bindir}
38
39 %clean
40 rm -rf $RPM_BUILD_ROOT
41
42 %files
43 %defattr(644,root,root,755)
44 %doc README MANUAL
45 %attr(755,root,root) %{_bindir}/*
This page took 0.085988 seconds and 4 git commands to generate.