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