]> git.pld-linux.org Git - packages/fspclient.git/blob - fspclient.spec
- tabs in preamble
[packages/fspclient.git] / fspclient.spec
1 # TODO: longer description
2 Summary:        FSP client
3 Summary(pl.UTF-8):      Program klienta dla protokołu FSP
4 Name:           fspclient
5 Version:        0.91.0
6 Release:        1
7 License:        BSD-like
8 Group:          Applications/Networking
9 Source0:        http://dl.sourceforge.net/fspclient/%{name}-%{version}.tar.bz2
10 # Source0-md5:  58d196e1e8e4656be15d2ad7fb8bbf7d
11 URL:            http://fspclient.sourceforge.net/
12 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13
14 %description
15 FSP protocol client.
16
17 %description -l pl.UTF-8
18 Program dla klienta protokołu FSP.
19
20 %prep
21 %setup -q
22
23 %build
24 %configure
25 %{__make}
26
27 %install
28 rm -rf $RPM_BUILD_ROOT
29
30 %{__make} install \
31         DESTDIR=$RPM_BUILD_ROOT
32
33 %clean
34 rm -rf $RPM_BUILD_ROOT
35
36 %files
37 %defattr(644,root,root,755)
38 %doc ChangeLog README TODO fsprc
39 %attr(755,root,root) %{_bindir}/*
40 %{_mandir}/man1/*
This page took 0.103359 seconds and 4 git commands to generate.