]> git.pld-linux.org Git - packages/dutimer.git/blame - dutimer.spec
- dropped pre-cvs changelog
[packages/dutimer.git] / dutimer.spec
CommitLineData
b37170c2 1Summary: Dial Up Timer
3f26064e 2Summary(pl.UTF-8): Dial Up Timer
b37170c2 3Name: dutimer
864be93f 4Version: 0.4.1
5Release: 3
6License: GPL
b37170c2 7Group: Networking
9722f4bd 8Source0: ftp://viii-lo.krakow.pl/pub/linux/dutimer/%{name}-v%{version}-linux.tar.gz
819b4286 9# Source0-md5: 77747b471458ab769cfe7a198b2ac26c
86e59922 10Patch0: %{name}-build.patch
9722f4bd 11URL: http://dutimer.viii-lo.krakow.pl/
0eeb5e4c 12BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
d3697129 13
14%description
15Dial Up Timer shows modem connection time and cost.
16
7c6cb9a3
JR
17%description -l pl.UTF-8
18Dial Up Timer wyświetla czas oraz koszt połączenia modemowego.
d3697129 19
20%prep
21%setup -q
86e59922 22%patch0 -p1
d3697129 23
24%build
86e59922 25%{__make} pl \
26 CC="%{__cc} %{rpmcflags}" \
27 CXX="%{__cxx} %{rpmcxxflags} -Wno-deprecated"
d3697129 28
29%install
30rm -rf $RPM_BUILD_ROOT
3d61304c 31install -d $RPM_BUILD_ROOT%{_sbindir}
61dc3062 32
189d6ab8 33install dutimer $RPM_BUILD_ROOT%{_sbindir}/dutimer
d3697129 34
35%clean
36rm -rf $RPM_BUILD_ROOT
37
38%files
b37170c2 39%defattr(644,root,root,755)
d3697129 40%doc doc/*
3d61304c 41%attr(755,root,root) %{_sbindir}/*
This page took 0.078586 seconds and 4 git commands to generate.