packages: 9wm/9wm.spec - rel 7 - conditional (off by default) wm-properties...

baggins baggins at pld-linux.org
Thu Jul 28 12:10:40 CEST 2011


Author: baggins                      Date: Thu Jul 28 10:10:40 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- rel 7
- conditional (off by default) wm-properties (only used in gnome2)

---- Files affected:
packages/9wm:
   9wm.spec (1.34 -> 1.35) 

---- Diffs:

================================================================
Index: packages/9wm/9wm.spec
diff -u packages/9wm/9wm.spec:1.34 packages/9wm/9wm.spec:1.35
--- packages/9wm/9wm.spec:1.34	Sat Jan 29 01:06:00 2011
+++ packages/9wm/9wm.spec	Thu Jul 28 12:10:35 2011
@@ -1,9 +1,13 @@
 # $Revision$, $Date$
+#
+# Conditional build:
+%bcond_with	gnome2		# build with support for GNOME2 wm-properties
+#
 Summary:	An X window manager resembling the Plan 9 (8-1/2) interface
 Summary(pl.UTF-8):	Zarządca okien emulujący interfejs Plan 9 (8-1/2)
 Name:		9wm
 Version:	1.2
-Release:	6
+Release:	7
 License:	distributable
 Group:		X11/Window Managers
 Source0:	http://www.plig.org/xwinman/archive/9wm/pre-%{name}-%{version}.shar.gz
@@ -48,7 +52,7 @@
 install 9wm $RPM_BUILD_ROOT%{_bindir}
 install 9wm.man $RPM_BUILD_ROOT%{_mandir}/man1/9wm.1x
 
-install %{SOURCE1} $RPM_BUILD_ROOT%{_wmpropsdir}
+i%{?with_gnome2:nstall %{SOURCE1} $RPM_BUILD_ROOT%{_wmpropsdir}}
 install %{SOURCE2} $RPM_BUILD_ROOT%{_xsessdir}/%{name}.desktop
 
 %clean
@@ -59,7 +63,7 @@
 %doc README
 %attr(755,root,root) %{_bindir}/9wm
 %{_mandir}/man1/9wm.1x*
-%{_wmpropsdir}/%{name}.desktop
+%{?with_gnome2:%{_wmpropsdir}/%{name}.desktop}
 %{_xsessdir}/%{name}.desktop
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
@@ -68,6 +72,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.35  2011/07/28 10:10:35  baggins
+- rel 7
+- conditional (off by default) wm-properties (only used in gnome2)
+
 Revision 1.34  2011/01/29 00:06:00  sparky
 - dropped pre-cvs changelog
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/9wm/9wm.spec?r1=1.34&r2=1.35&f=u



More information about the pld-cvs-commit mailing list