Sophie

Sophie

distrib > Mandriva > 2007.0 > x86_64 > by-pkgid > 8594567eef8a9d187b099cb03012d1b1 > files > 2

bpalogin-2.0.2-5mdk.src.rpm

%define name bpalogin
%define version 2.0.2
%define release %mkrel 5

Summary: Client for Telstra's Big Pond Advance cable connections
Name: %{name}
Version: %{version}
Release: %{release}
Source0: http://bpalogin.sourceforge.net/download/%{name}-%{version}.tar.bz2
License: GPL
Group: System/Servers
Url: http://bpalogin.sourceforge.net/
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
Requires(post): rpm-helper
Requires(preun): rpm-helper


%description
BPALogin is a replacement for the Telstra supplied client for
connecting and using Telstra's Big Pond Advance powered by Cable. The
current implementation was written by Shane Hyde, but is now being
maintained by William Rose and others based at SourceForge.

%prep
%setup -q

%build
%configure2_5x
%make

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall

%clean
rm -rf $RPM_BUILD_ROOT

%post
%_post_service %{name}

%preun
%_preun_service  %{name}

%files
%defattr(-,root,root)
%doc COPYING CREDITS INSTALL README 
%config(noreplace) %{_sysconfdir}/%{name}.conf
%attr(755,root,root) %{_initrddir}/%{name}
%{_sbindir}/%{name}

%changelog
* Fri May 12 2006 Stefan van der Eijk <stefan@eijk.nu> 2.0.2-5mdk
- rebuild for sparc

* Sat Dec 31 2005 Mandriva Linux Team <http://www.mandrivaexpert.com/> 2.0.2-4mdk
- Rebuild

* Thu Aug 11 2005 Nicolas Lécureuil <neoclust@mandriva.org> 2.0.2-3mdk
- fix rpmlint errors (PreReq

* Thu Aug 11 2005 Nicolas Lécureuil <neoclust@mandriva.org> 2.0.2-2mdk
- fix rpmlint errors (PreReq) 

* Mon Jan 31 2005 Olivier Blin <blino@mandrake.org> 2.0.2-1mdk
- initial Mandrakelinux release