]> git.pld-linux.org Git - packages/dutimer.git/blob - dutimer.spec
- massive attack s/pld.org.pl/pld-linux.org/
[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 Source0:        ftp://viii-lo.krakow.pl/pub/linux/dutimer/%{name}-v%{version}-linux.tar.gz
9 URL:            http://dutimer.viii-lo.krakow.pl/
10 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
11
12 %description
13 Dial Up Timer shows modem connection time and cost.
14
15 %description -l pl
16 Dial Up Timer wy¶wietla czas oraz koszt po³±czenia modemowego.
17
18 %prep
19 %setup -q
20
21 %build
22 %{__make} pl
23
24 %install
25 rm -rf $RPM_BUILD_ROOT
26 install -d $RPM_BUILD_ROOT%{_sbindir}
27
28 install dutimer $RPM_BUILD_ROOT%{_sbindir}/dutimer
29
30 %clean
31 rm -rf $RPM_BUILD_ROOT
32
33 %files
34 %defattr(644,root,root,755)
35 %doc doc/*
36 %attr(755,root,root) %{_sbindir}/*
This page took 0.240065 seconds and 3 git commands to generate.