]> git.pld-linux.org Git - packages/wvdial.git/commitdiff
- adapterized and made spec %%debug ready or added using %%rpm*flags macros
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 3 May 2001 01:14:06 +0000 (01:14 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    wvdial.spec -> 1.7

wvdial.spec

index 45a2c5bf6d1f35eb8645213d47bb41d17f78f9cf..98d3eb40eb898fbbfdbc4cbf8f85c43306c62743 100644 (file)
@@ -1,11 +1,12 @@
-Summary:       A heuristic autodialer for PPP connections.
+Summary:       A heuristic autodialer for PPP connections
 Summary(pl):   Heurystyczny "autowydzwaniacz" dla po³±czeñ PPP
 Name:          wvdial
 Version:       1.41
 Release:       4
 License:       LGPL
 Group:         Networking/Daemons
-Group(pl):     Sieciowe/Demony
+Group(de):     Netzwerkwesen/Server
+Group(pl):     Sieciowe/Serwery
 Source0:       http://www.worldvisions.ca/wvdial/%{name}-%{version}.tar.gz
 Patch0:                %{name}-libs.patch
 Patch1:                %{name}-type.patch
@@ -15,19 +16,19 @@ Requires:   ppp >= 2.3.7
 Buildroot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-WvDial automatically locates and configures modems and can log into almost
-any ISP's server without special configuration. You need to input the
-username, password, and phone number, and then WvDial will negotiate the
-PPP connection using any mechanism needed.
+WvDial automatically locates and configures modems and can log into
+almost any ISP's server without special configuration. You need to
+input the username, password, and phone number, and then WvDial will
+negotiate the PPP connection using any mechanism needed.
 
-Install wvdial if you need a utility to configure your modem and set up a
-PPP connection.
+Install wvdial if you need a utility to configure your modem and set
+up a PPP connection.
 
 %description -l pl
-WvDial automatycznie wyszukuje i konfiguruje modem, i mo¿e sie zalogowaæ do
-praktycznie ka¿dego serwera dostawcy us³ug internetowych (ISP).
-Potrzebujesz podaæ nazwê u¿ytkownika, has³o i numer telefonu, a WvDial
-wynegocjuje po³±czenie PPP u¿ywaj±c potrzebnych mechanizmów.
+WvDial automatycznie wyszukuje i konfiguruje modem, i mo¿e sie
+zalogowaæ do praktycznie ka¿dego serwera dostawcy us³ug internetowych
+(ISP). Potrzebujesz podaæ nazwê u¿ytkownika, has³o i numer telefonu, a
+WvDial wynegocjuje po³±czenie PPP u¿ywaj±c potrzebnych mechanizmów.
 
 %prep
 %setup -q
@@ -40,9 +41,9 @@ wynegocjuje po
        PREFIX=%{_prefix} \
        BINDIR=%{_bindir} \
        MANDIR=%{_mandir} \
-       COPTS="$RPM_OPT_FLAGS" \
-       CXXOPTS="$RPM_OPT_FLAGS -fno-rtti -fno-exceptions -fno-implicit-templates" \
-       LDOPTS="-s"
+       COPTS="%{rpmcflags}" \
+       CXXOPTS="%{rpmcflags} -fno-rtti -fno-exceptions -fno-implicit-templates" \
+       LDOPTS="%{rpmldflags}"
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -52,7 +53,7 @@ rm -rf $RPM_BUILD_ROOT
        MANDIR=$RPM_BUILD_ROOT%{_mandir} \
        PPPDIR=$RPM_BUILD_ROOT%{_sysconfdir}/ppp/peers
 
-gzip -9nf $RPM_BUILD_ROOT/%{_mandir}/man1/* README CHANGES ANNOUNCE
+gzip -9nf README CHANGES ANNOUNCE
 
 %clean
 rm -rf $RPM_BUILD_ROOT
This page took 0.04314 seconds and 4 git commands to generate.