SPECS: junkie.spec - new bcond style; gpm-friendly Source0

darekr darekr at pld-linux.org
Sun Jul 10 22:25:54 CEST 2005


Author: darekr                       Date: Sun Jul 10 20:25:54 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new bcond style; gpm-friendly Source0

---- Files affected:
SPECS:
   junkie.spec (1.7 -> 1.8) 

---- Diffs:

================================================================
Index: SPECS/junkie.spec
diff -u SPECS/junkie.spec:1.7 SPECS/junkie.spec:1.8
--- SPECS/junkie.spec:1.7	Tue Aug 31 19:26:47 2004
+++ SPECS/junkie.spec	Sun Jul 10 22:25:49 2005
@@ -1,8 +1,8 @@
 # $Revision$, $Date$
 #
 # Conditional build:
-# _without_ipv6		- don't build with IPv6 support
-# _without_fun		- disable fun
+%bcond_without ipv6		# don't build with IPv6 support
+%bcond_without fun		# disable fun
 #
 Summary:	GTK2-based FTP Client
 Summary(pl):	Klient FTP (GTK2)
@@ -11,7 +11,7 @@
 Release:	1
 License:	GPL
 Group:		X11/Applications/Networking
-Source0:	http://dl.sourceforge.net/%{name}/%{name}%{version}.tar.gz
+Source0:	http://dl.sourceforge.net/junkie/%{name}%{version}.tar.gz
 # Source0-md5:	7cc23dbe9135775bde0299c1759aa812
 URL:		http://www.sourceforge.net/projects/junkie/
 BuildRequires:	autoconf
@@ -49,15 +49,16 @@
 %{__autoheader}
 %{__automake}
 %configure \
-	%{!?_without_ipv6:--enable-ipv6} \
-	%{?_without_fun:--disable-fun}
+	%{?with_ipv6:--enable-ipv6} \
+	%{!?with_fun:--disable-fun}
 %{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT
 
-%{__make} install DESTDIR=$RPM_BUILD_ROOT
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -74,6 +75,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.8  2005/07/10 20:25:49  darekr
+- new bcond style; gpm-friendly Source0
+
 Revision 1.7  2004/08/31 17:26:47  snurf
 - typos
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/junkie.spec?r1=1.7&r2=1.8&f=u




More information about the pld-cvs-commit mailing list