]> git.pld-linux.org Git - packages/aewm.git/commitdiff
- renamed gnome bcond master
authorJan Rękorajski <baggins@pld-linux.org>
Thu, 28 Jul 2011 10:11:24 +0000 (10:11 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    aewm.spec -> 1.72

aewm.spec

index 0977346f57209e2806817c59fcb210a0bcfae22c..092118bd7ec2225304da5209e99e840cd5e23cdb 100644 (file)
--- a/aewm.spec
+++ b/aewm.spec
@@ -1,6 +1,6 @@
 #
 # Conditional build:
-%bcond_with    gnome           # build with support for GNOME2 wm-properties
+%bcond_with    gnome2          # build with support for GNOME2 wm-properties
 #
 Summary:       AEWM - the ascetic window manager
 Summary(pl.UTF-8):     AEWM - "ascetyczny" zarządca okien
@@ -60,7 +60,7 @@ install -d \
        XROOT=%{_prefix} \
        MANDIR=$RPM_BUILD_ROOT%{_mandir}/man1
 
-%{?with_gnome:install %{SOURCE1} $RPM_BUILD_ROOT%{_wmpropsdir}}
+%{?with_gnome2:install %{SOURCE1} $RPM_BUILD_ROOT%{_wmpropsdir}}
 install %{SOURCE2} $RPM_BUILD_ROOT%{_datadir}/xsessions/%{name}.desktop
 install src/aewmrc.sample $RPM_BUILD_ROOT%{_sysconfdir}/X11/%{name}/aewmrc
 install clients/clientsrc.sample $RPM_BUILD_ROOT%{_sysconfdir}/X11/%{name}/clientsrc
@@ -83,5 +83,5 @@ rm -rf $RPM_BUILD_ROOT
 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/X11/%{name}/*rc
 %attr(755,root,root) %{_bindir}/*
 %{_datadir}/xsessions/%{name}.desktop
-%{?with_gnome:%{_wmpropsdir}/*}
+%{?with_gnome2:%{_wmpropsdir}/*}
 %{_mandir}/man1/*
This page took 0.040216 seconds and 4 git commands to generate.