SPECS: gtoaster.spec - new bcond style

darekr darekr at pld-linux.org
Fri Dec 8 01:05:45 CET 2006


Author: darekr                       Date: Fri Dec  8 00:05:45 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new bcond style

---- Files affected:
SPECS:
   gtoaster.spec (1.35 -> 1.36) 

---- Diffs:

================================================================
Index: SPECS/gtoaster.spec
diff -u SPECS/gtoaster.spec:1.35 SPECS/gtoaster.spec:1.36
--- SPECS/gtoaster.spec:1.35	Thu Apr 20 20:50:17 2006
+++ SPECS/gtoaster.spec	Fri Dec  8 01:05:40 2006
@@ -1,7 +1,7 @@
 # $Revision$, $Date$
 #
 # Conditional build:
-# _with_gnome - build with GNOME1 support
+%bcond_with	gnome		# build with GNOME1 support
 #
 Summary:	A GNOME frontend for cdrecord
 Summary(pl):	Nakładka GNOME na program cdrecord
@@ -25,7 +25,7 @@
 BuildRequires:	automake
 BuildRequires:	esound-devel
 BuildRequires:	gettext-devel
-%{?_with_gnome:BuildRequires:	gnome-libs-devel >= 1.0.54}
+%{?with_gnome:BuildRequires:	gnome-libs-devel >= 1.0.54}
 BuildRequires:	gtk+-devel >= 1.2.0
 BuildRequires:	imlib-devel
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -58,7 +58,7 @@
 %{__autoconf}
 %{__automake}
 %configure \
-	%{!?_with_gnome:--without-gnome}
+	%{!?with_gnome:--without-gnome}
 
 %{__make}
 
@@ -90,6 +90,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.36  2006/12/08 00:05:40  darekr
+- new bcond style
+
 Revision 1.35  2006/04/20 18:50:17  ankry
 - rel. 7
 
@@ -152,18 +155,18 @@
 perl -pi -e "s/^gettextize --copy --force/\%%\{__gettextize\}/"
 
 Revision 1.16  2002/05/21 23:13:32  kloczek
-perl -pi -e "s/^automake -a -c -f --foreing/\%\{__automake\}/; \
+- perl -pi -e "s/^automake -a -c -f --foreing/\%\{__automake\}/; \
              s/^automake -a -c -f/\%\{__automake\}/; \
 	     s/^autoconf/\%\{__autoconf\}/"
 
 Revision 1.15  2002/04/25 16:32:00  arturs
-fixed a small typo
+- fixed a small typo
 
 Revision 1.14  2002/03/24 23:28:19  kloczek
 - perl -pi -e "s/^automake -a -c$/automake -a -c -f/"
 
 Revision 1.13  2002/03/12 18:52:58  aflinta
- - updated to version 1.0beta5
+- updated to version 1.0beta5
 
 Revision 1.12  2002/02/23 02:30:44  kloczek
 - adapterized.
@@ -173,7 +176,7 @@
   Group field using gettext).
 
 Revision 1.10  2002/01/18 02:13:13  kloczek
-perl -pi -e "s/pld-list\@pld.org.pl/feedback\@pld.org.pl/"
+- perl -pi -e "s/pld-list\@pld.org.pl/feedback\@pld.org.pl/"
 
 Revision 1.9  2001/10/28 20:59:06  kloczek
 - small cosmetic.
@@ -191,16 +194,16 @@
 - fixed %clean.
 
 Revision 1.5  2001/08/05 11:45:43  aflinta
- - added Epoch for easier upgrade from previous versions
+- added Epoch for easier upgrade from previous versions
 
 Revision 1.4  2001/08/04 16:46:29  aflinta
- - added desktop file
+- added desktop file
 
 Revision 1.3  2001/08/04 11:37:25  aflinta
- - updated to version 1.0 beta2
+- updated to version 1.0 beta2
 
 Revision 1.2  2001/01/22 03:50:16  kloczek
 - use %%{_pixmapsdir} maco instead %%{_datadir}/pixmaps.
 
 Revision 1.1  2001/01/20 17:39:20  misiek
-frontend to cdrecord. Initial spec
+- frontend to cdrecord. Initial spec
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/gtoaster.spec?r1=1.35&r2=1.36&f=u



More information about the pld-cvs-commit mailing list