[aswvdial/f15] Initial commit

Mario Blättermann mariobl at fedoraproject.org
Wed Jun 8 09:18:26 UTC 2011


commit 21d53990c42eaf1cb4538ab64caffa71ab9970c0
Author: Mario Blättermann <mariobl at gnome.org>
Date:   Wed Jun 8 11:15:58 2011 +0200

    Initial commit

 .gitignore    |    1 +
 aswvdial.spec |   72 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 sources       |    1 +
 3 files changed, 74 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..5f310ff 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/aswvdial-1.7.tar.bz2
diff --git a/aswvdial.spec b/aswvdial.spec
new file mode 100644
index 0000000..052dff0
--- /dev/null
+++ b/aswvdial.spec
@@ -0,0 +1,72 @@
+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 at fedoraproject.org> 1.7-4
+- Changed "make" call according to the review hints
+
+* Tue May 31 2011 Mario Blättermann <mariobl at fedoraproject.org> 1.7-3
+- Added CFLAGS
+- Removed MIT license declaration
+
+* Thu Mar 24 2011 Mario Blättermann <mariobl at 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 at fedoraproject.org> 1.7-1
+- initial version
diff --git a/sources b/sources
index e69de29..752667e 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+75cd1aff9392542609e9023f9f24bd37  aswvdial-1.7.tar.bz2


More information about the scm-commits mailing list