]> git.pld-linux.org Git - packages/dutimer.git/blob - dutimer.spec
- removed -s from install -s, stripping is done by rpm
[packages/dutimer.git] / dutimer.spec
1 Summary:        Dial Up Timer
2 Summary(pl):    Dial Up Timer
3 Name:           dutimer
4 Version:        0.4.1
5 Release:        3
6 License:        GPL
7 Group:          Networking
8 Group(pl):      Sieciowe
9 Source0:        %{name}-v%{version}-linux.tar.gz
10 URL:            http://dutimer.viii-lo.krakow.pl
11 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
12
13 %description
14 Dial Up Timer shows modem connection time and cost.
15
16 %description -l pl
17 Dial Up Timer wy¶wietla czas oraz koszt po³±czenia modemowego.
18
19 %prep
20 %setup -q
21
22 %build
23 %{__make} pl
24
25 %install
26 rm -rf $RPM_BUILD_ROOT
27 install -d $RPM_BUILD_ROOT%{_sbindir}
28
29 install dutimer $RPM_BUILD_ROOT%{_sbindir}/dutimer
30
31 gzip -9nf doc/*
32
33 %clean
34 rm -rf $RPM_BUILD_ROOT
35
36 %files
37 %defattr(644,root,root,755)
38 %doc doc/*
39 %attr(755,root,root) %{_sbindir}/*
This page took 0.106911 seconds and 3 git commands to generate.