Author: adamg                        Date: Sat Jun 21 08:21:25 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- updated to 0.11.4
- verbose bcond (V=1)

---- Files affected:
SPECS:
   elinks.spec (1.153 -> 1.154) 

---- Diffs:

================================================================
Index: SPECS/elinks.spec
diff -u SPECS/elinks.spec:1.153 SPECS/elinks.spec:1.154
--- SPECS/elinks.spec:1.153     Sat Jun 14 12:16:58 2008
+++ SPECS/elinks.spec   Sat Jun 21 10:21:19 2008
@@ -5,6 +5,7 @@
 %bcond_with    x               # Use the X Windows System
 %bcond_with    gnutls          # Enable GNUTLS SSL support (disables openssl)
 %bcond_with    ruby            # Enable (experimental) Ruby scripting support
+%bcond_with    verbose         # verbose build (V=1)
 %bcond_without 256             # Disable 256 colors support
 %bcond_without bittorrent      # Disable BitTorrent support
 %bcond_without cgi             # Disable Local CGI support
@@ -22,19 +23,18 @@
 %undefine      with_openssl
 %endif
 #
-%define                pre     rc1
 Summary:       Experimantal Links (text WWW browser)
 Summary(es.UTF-8):     El links es un browser para modo texto, similar a lynx
 Summary(pl.UTF-8):     Eksperymentalny Links (tekstowa przeglądarka WWW)
 Summary(pt_BR.UTF-8):  O links é um browser para modo texto, similar ao lynx
 Name:          elinks
 Version:       0.11.4
-Release:       0.%{pre}.1
+Release:       1
 Epoch:         1
 License:       GPL
 Group:         Applications/Networking
-Source0:       http://www.elinks.cz/download/%{name}-%{version}%{pre}.tar.bz2
-# Source0-md5: 7fc7c36844be9c528c2ef28dbd4c5e6f
+Source0:       http://www.elinks.cz/download/%{name}-%{version}.tar.bz2
+# Source0-md5: 88036a518ebc4f1150a7e14b29f9d8db
 Source1:       %{name}.desktop
 Source2:       links.png
 Patch0:                %{name}-home_etc.patch
@@ -90,7 +90,7 @@
 keepalive.
 
 %prep
-%setup -q -n %{name}-%{version}%{pre}
+%setup -q
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
@@ -132,7 +132,7 @@
 # something else
 #      --with-xterm="xterm -e"
 
-%{__make} V=1
+%{__make} %{?with_verbose:V=1}
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -140,7 +140,7 @@
        $RPM_BUILD_ROOT%{_datadir}/%{name} \
        $RPM_BUILD_ROOT{%{_sysconfdir},%{_pixmapsdir}}
 
-%{__make} install V=1 \
+%{__make} install %{?with_verbose:V=1} \
        DESTDIR=$RPM_BUILD_ROOT
 
 install %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir}
@@ -171,6 +171,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.154  2008/06/21 08:21:19  adamg
+- updated to 0.11.4
+- verbose bcond (V=1)
+
 Revision 1.153  2008/06/14 10:16:58  arekm
 - rel .1
 
================================================================

---- CVS-web:
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/elinks.spec?r1=1.153&r2=1.154&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to