Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > 6fa4e8f90b7a1d1770c89520d495df50 > files > 2

aswvdial-1.7-4.fc15.src.rpm

Name:		aswvdial
Version:	1.7
Release:	4%{?dist}
Summary:	Dockapp for wvdial
Summary(de):	Dockapp für wvdial

Group:		User Interface/X
License:	GPLv2+
URL:		http://infram.wordpress.com/applications/aswvdial-frontend-for-wvdial/
# There seems to be no download link on the homepage, that's why I use
# the pool at dockapps.org here.
Source0:	http://www.dockapps.org/download.php/id/641/%{name}-%{version}.tar.bz2

BuildRequires:	libXext-devel
BuildRequires:	libXpm-devel
BuildRequires:	libxml-devel
Requires:	wvdial
Requires:       xorg-x11-fonts-misc

%description
ASwvdial is an applet for wvdial to use in the dock/wharf/slit.
In the file wvdial.conf every dialer entry is a provider and aswvdial
displays these entries to connect.

%description -l de
ASwvdial ist ein Applet für wvdial zur Nutzung im Dock/Wharf/Slit.
In der Datei wvdial.conf ist jeder Dialer-Eintrag ein Provider, den
ASwvdial zum Verbindungsaufbau zur Verfügung stellt.

%prep
%setup -q -n %{name}


%build
cd %{name}
make OPT="$RPM_OPT_FLAGS" %{?_smp_mflags}


%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_bindir}
install -p -m 755 %{name}/%{name} $RPM_BUILD_ROOT%{_bindir}
install -p -m 755 %{name}/netup $RPM_BUILD_ROOT%{_bindir}
install -p -m 755 %{name}/netdown $RPM_BUILD_ROOT%{_bindir}



%files
%defattr(-,root,root,-)
%doc COPYING README XPM.readme
%{_bindir}/%{name}
%{_bindir}/netup
%{_bindir}/netdown



%changelog

* Fri Jun 03 2011 Mario Blättermann <mariobl@fedoraproject.org> 1.7-4
- Changed "make" call according to the review hints

* Tue May 31 2011 Mario Blättermann <mariobl@fedoraproject.org> 1.7-3
- Added CFLAGS
- Removed MIT license declaration

* Thu Mar 24 2011 Mario Blättermann <mariobl@fedoraproject.org> 1.7-2
- Changed license according to the source files
- Make macros consistently
- Added missing font dependency

* Thu Mar 24 2011 Mario Blättermann <mariobl@fedoraproject.org> 1.7-1
- initial version