]> git.pld-linux.org Git - packages/WindowMaker.git/commitdiff
- release 4, WindowMaker-0_64_0-4
authorkloczek <kloczek@pld-linux.org>
Tue, 10 Apr 2001 14:45:32 +0000 (14:45 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added --with-appspath=%%{_libdir}/GNUstep/Apps to autoconf parameters -
  now WM is FHS compliant.

Changed files:
    WindowMaker.spec -> 1.76

WindowMaker.spec

index b0f421a3e23d5ea0d30ba44cb99e6f3e4992aa6f..22a0c1f2877694b499c2d3259c157417f486880a 100644 (file)
@@ -5,7 +5,7 @@ Summary(fr):    Gestionnaire de fen
 Summary(pl):   Mened¿er okien w stylu NeXT
 Name:          WindowMaker
 Version:       0.64.0
-Release:       3
+Release:       4
 Group:         X11/Window Managers
 Group(es):     X11/Administraadores De Ventanas
 Group(fr):     X11/Gestionnaires De Fenêtres
@@ -170,6 +170,7 @@ CPP_PATH="/lib/cpp" ; export CPP_PATH
 
 %configure \
        --with-nlsdir=%{_datadir}/locale \
+       --with-appspath=%{_libdir}/GNUstep/Apps \
        --enable-sound \
        --enable-gnome \
        --disable-debug \
@@ -262,16 +263,16 @@ rm -rf $RPM_BUILD_ROOT
 
 %{_datadir}/WindowMaker
 
-%dir %{_prefix}/GNUstep
-%dir %{_prefix}/GNUstep/Apps
-%dir %{_prefix}/GNUstep/Apps/WPrefs.app
+%dir %{_libdir}/GNUstep
+%dir %{_libdir}/GNUstep/Apps
+%dir %{_libdir}/GNUstep/Apps/WPrefs.app
 
-%attr(755,root,root) %{_prefix}/GNUstep/Apps/WPrefs.app/WPrefs
+%attr(755,root,root) %{_libdir}/GNUstep/Apps/WPrefs.app/WPrefs
 
-%{_prefix}/GNUstep/Apps/WPrefs.app/tiff
-%{_prefix}/GNUstep/Apps/WPrefs.app/xpm
-%{_prefix}/GNUstep/Apps/WPrefs.app/WPrefs.tiff
-%{_prefix}/GNUstep/Apps/WPrefs.app/WPrefs.xpm
+%{_libdir}/GNUstep/Apps/WPrefs.app/tiff
+%{_libdir}/GNUstep/Apps/WPrefs.app/xpm
+%{_libdir}/GNUstep/Apps/WPrefs.app/WPrefs.tiff
+%{_libdir}/GNUstep/Apps/WPrefs.app/WPrefs.xpm
 
 %files libs
 %defattr(644,root,root,755)
This page took 0.028249 seconds and 4 git commands to generate.