]> git.pld-linux.org Git - packages/e16.git/commitdiff
- moved /usr/X11R6/share/gnome/wm-properties to /usr/X11R6/share/wm-properties
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 15 Apr 2001 18:02:27 +0000 (18:02 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    e16.spec -> 1.42

e16.spec

index f503b80502aa8218ddac6d34fa2e4072f23b0da3..9aee4876c397dfbf7cd0c2fb66758f03dbaf5eb8 100644 (file)
--- a/e16.spec
+++ b/e16.spec
@@ -32,6 +32,7 @@ Requires:     xinitrc >= 3.0
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define                _prefix         /usr/X11R6
+%define                _wmpropsdir     %{_datadir}/wm-properties
 
 %description
 Enlightenment is a Windowmanager for X-Windows that is designed to be
@@ -48,7 +49,7 @@ window-menad
 
 %build
 gettextize --copy --force
-CFLAGS="-I%{_includedir}/freetype %{?debug:-O0 -g}%{!?debug:$RPM_OPT_FLAGS}"
+CFLAGS="-I%{_includedir}/freetype %{rpmcflags}"
 %configure \
        --enable-fsstd \
        --enable-sound
@@ -57,8 +58,7 @@ CFLAGS="-I%{_includedir}/freetype %{?debug:-O0 -g}%{!?debug:$RPM_OPT_FLAGS}"
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT%{_datadir}/gnome/wm-properties \
-       $RPM_BUILD_ROOT/etc/sysconfig/wmstyle
+install -d $RPM_BUILD_ROOT{%{_wmpropsdir},/etc/sysconfig/wmstyle}
 
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT \
@@ -66,9 +66,9 @@ install -d $RPM_BUILD_ROOT%{_datadir}/gnome/wm-properties \
 
 install %{SOURCE2} $RPM_BUILD_ROOT/etc/sysconfig/wmstyle/%{name}.sh
 install %{SOURCE3} $RPM_BUILD_ROOT/etc/sysconfig/wmstyle/%{name}.names
-install %{SOURCE1} $RPM_BUILD_ROOT%{_datadir}/gnome/wm-properties
+install %{SOURCE1} $RPM_BUILD_ROOT%{_wmpropsdir}
 
-gzip -9nf AUTHORS README NEWS \
+gzip -9nf AUTHORS README NEWS
 
 %find_lang %{name}
 
@@ -84,5 +84,5 @@ rm -rf $RPM_BUILD_ROOT
 /etc/sysconfig/wmstyle/*.names
 %attr(755,root,root) %{_bindir}/*
 %{_datadir}/enlightenment
-%{_datadir}/gnome/wm-properties/*
+%{_wmpropsdir}/*
 %{_mandir}/man1/*
This page took 0.034497 seconds and 4 git commands to generate.