]> git.pld-linux.org Git - packages/WindowMaker.git/commitdiff
- moved /usr/X11R6/share/gnome/wm-properties to /usr/X11R6/share/wm-properties
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 9 Apr 2001 20:28:32 +0000 (20:28 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- use %%rpm{c,ld}flags macros - spec is %%debug ready

Changed files:
    WindowMaker.spec -> 1.75

WindowMaker.spec

index c50da2ac4489b647d8d495cd140e847a48391287..b0f421a3e23d5ea0d30ba44cb99e6f3e4992aa6f 100644 (file)
@@ -47,6 +47,7 @@ BuildRoot:    %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 %define                _prefix         /usr/X11R6
 %define                _mandir         %{_prefix}/man
 %define                _sysconfdir     /etc/X11
+%define                _wmpropsdir     %{_datadir}/wm-properties
 
 %description
 Window Maker is an X11 window manager which emulates the look and feel
@@ -108,9 +109,9 @@ Ten pakiet zawiera biblioteki wsp
 mened¿era okien WindowMaker.
 
 %package devel
-Summary:       WindowMaker libraries
+Summary:       WindowMaker libraries - development part
 Summary(fr):   Librairies de WindowMaker
-Summary(pl):   Biblioteki WindowMakera
+Summary(pl):   Biblioteki WindowMakera - czê¶æ dla programistów
 Group:         Development/Libraries
 Group(fr):     Development/Librairies
 Group(pl):     Programowanie/Biblioteki
@@ -182,8 +183,8 @@ touch WindowMaker/Defaults/W*.in
 %{__make} \
        LINGUAS="cs de el es fi fr gl hr it ja ko nl no pl pt ro ru  \
                se sk tr zh_CN zh_TW.Big5" \
-       CFLAGS="$RPM_OPT_FLAGS" \
-       LDFLAGS="-s" 
+       CFLAGS="%{rpmcflags}" \
+       LDFLAGS="%{rpmldflags}"
 
 autoconf
 cd %{name}-extra-%{extraver}
@@ -193,7 +194,7 @@ cd %{name}-extra-%{extraver}
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT%{_datadir}/{pixmaps,gnome/wm-properties} \
+install -d $RPM_BUILD_ROOT{%{_datadir}/pixmaps,%{_wmpropsdir}} \
        $RPM_BUILD_ROOT/etc/sysconfig/wmstyle
 
 %{__make} install \
@@ -207,7 +208,7 @@ install contrib/dockit   $RPM_BUILD_ROOT%{_bindir}
 install contrib/dockit.1 $RPM_BUILD_ROOT%{_mandir}/man1
 
 install WindowMaker-data/pixmaps/* $RPM_BUILD_ROOT%{_datadir}/pixmaps
-install %{SOURCE3} $RPM_BUILD_ROOT%{_datadir}/gnome/wm-properties
+install %{SOURCE3} $RPM_BUILD_ROOT%{_wmpropsdir}
 
 install %{SOURCE4} $RPM_BUILD_ROOT/etc/sysconfig/wmstyle/%{name}.sh
 install %{SOURCE5} $RPM_BUILD_ROOT/etc/sysconfig/wmstyle/%{name}.names
@@ -238,7 +239,7 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man1/*
 
 %{_pixmapsdir}/*
-%{_datadir}/gnome/wm-properties/WindowMaker.desktop
+%{_wmpropsdir}/WindowMaker.desktop
 
 %attr(755,root,root) %{_bindir}/bughint
 %attr(755,root,root) %{_bindir}/geticonset
This page took 0.029919 seconds and 4 git commands to generate.