]> git.pld-linux.org Git - packages/fvwm2.git/blobdiff - fvwm2.spec
- disable gtk 1.x support (does not build)
[packages/fvwm2.git] / fvwm2.spec
index c94b168399e7dfb47b5984b5405a305bd3fed6ef..9463acf68bfcd6454eefd5ef18fc83baeec66d1b 100644 (file)
@@ -5,7 +5,8 @@
 %bcond_without stroke          # without mouse strokes (gestures) support
 %bcond_without xft             # without Xft (1 or 2) support
 %bcond_with    fribidi         # with bidirectional text support
-%bcond_with    gnome           # with gnome-libs
+%bcond_with    gnome           # with gnome-libs and wm-properties
+%bcond_with    gtk             # with gtk 1.x support
 %bcond_with    rplay           # with internal sound support (through rplay)
 #
 %include       /usr/lib/rpm/macros.perl
@@ -19,24 +20,27 @@ Summary(pt_BR.UTF-8):       Gerenciador de janelas semelhante ao mwm
 Summary(ru.UTF-8):     Виртуальный оконный менеджер F(?)
 Summary(tr.UTF-8):     Yaygın bir pencere denetleyicisi
 Name:          fvwm2
-Version:       2.5.28
-Release:       1
+Version:       2.6.5
+Release:       4
 License:       GPL
 Group:         X11/Window Managers
 Source0:       ftp://ftp.fvwm.org/pub/fvwm/version-2/fvwm-%{version}.tar.bz2
-# Source0-md5: 8e11fa4f752c568b392973d13af993df
-Source1:       fvwm-2.0.46.icons.tar.gz
-# Source1-md5: 8d81420cf49442fca4bb2b61ae54eeb9
+# Source0-md5: 090ba4e0c517e8b94f71317951530f69
+Source1:       ftp://ftp.fvwm.org/pub/fvwm/version-2/fvwm_icons-20070101.tar.bz2
+# Source1-md5: 2ab5ee60a96830af23a43855e33afc7d
 Source2:       %{name}-system.%{name}rc.tar.gz
 # Source2-md5: 22c1f6c5ab4bd84376daa37debd3e889
 Source3:       %{name}.RunWM
 Source4:       %{name}-xsession.desktop
-Source5:       mozilla.xpm
+Source5:       %{name}.desktop
+Source6:       mozilla.xpm
 Patch0:                %{name}-paths.patch
 Patch1:                FvwmPager.patch
 Patch2:                %{name}-locale_names.patch
 Patch3:                %{name}-varia.patch
-Patch4:                %{name}-libpng14.patch
+Patch5:                %{name}-xft2-link.patch
+Patch7:                %{name}-aclocal.patch
+Patch8:                %{name}-format-string.patch
 URL:           http://www.fvwm.org/
 BuildRequires: autoconf
 BuildRequires: automake
@@ -52,6 +56,8 @@ BuildRequires:        rpm-perlprov
 %{?with_xft:BuildRequires:     xorg-lib-libXft-devel}
 BuildRequires: xorg-lib-libXpm-devel
 BuildRequires: xorg-lib-libXt-devel
+BuildRequires: librsvg-devel
+BuildRequires: imlib-devel
 Requires(post):        vfmg >= 0.9.95
 Requires:      fvwm2-icons = %{version}-%{release}
 Requires:      m4
@@ -61,6 +67,7 @@ Conflicts:    filesystem < 3.0-20
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define                _sysconfdir     /etc/X11/fvwm2
+%define                _wmpropsdir     /usr/share/gnome/wm-properties
 
 %description
 FVWM2 (the F stands for whatever you want, but the VWM stands for
@@ -136,7 +143,9 @@ fvwm-perllib, FvwmPerl i zależne moduły.
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
-%patch4 -p1
+%patch5 -p1
+%patch7 -p1
+%patch8 -p1
 
 mv -f po/FvwmScript.sv{_SE,}.po
 mv -f po/FvwmTaskBar.sv{_SE,}.po
@@ -154,10 +163,10 @@ rm -f missing
        --disable-command-log \
        %{!?with_fribidi:--disable-bidi} \
        %{!?with_xft:--disable-xft} \
-       --enable-multibyte \
        --enable-shape \
        --enable-sm \
        %{?with_gnome:--with-gnome}%{!?with_gnome:--without-gnome} \
+       %{!?with_gtk:--disable-gtk} \
        --with-xpm-library \
        %{!?with_rplay:--without-rplay-library} \
        --with-stroke-library \
@@ -167,32 +176,33 @@ rm -f missing
        --with-iconv-library=no \
        --without-termcap-library
 
-%{__make}
+%{__make} -j1
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
-%{__make} install \
+%{__make} -j1 install \
        DESTDIR=$RPM_BUILD_ROOT
 
 install -d \
-       $RPM_BUILD_ROOT%{_sysconfdir} \
+       $RPM_BUILD_ROOT{%{_sysconfdir},%{_wmpropsdir}} \
        $RPM_BUILD_ROOT{%{_datadir}/{locale,xsessions},%{_pixmapsdir}/mini}
 
 install system.fvwm2rc $RPM_BUILD_ROOT%{_sysconfdir}/system.fvwm2rc
 install fvwm2.menu.m4 $RPM_BUILD_ROOT%{_sysconfdir}
 
-install icons/*.xpm $RPM_BUILD_ROOT%{_pixmapsdir}
+install fvwm_icons-20070101/*.xpm $RPM_BUILD_ROOT%{_pixmapsdir}
 
-mv $RPM_BUILD_ROOT%{_pixmapsdir}/mini-*.xpm \
+mv $RPM_BUILD_ROOT%{_pixmapsdir}/mini.*.xpm \
        $RPM_BUILD_ROOT%{_pixmapsdir}/mini
 
 # Conflicts with wmmaker
 mv $RPM_BUILD_ROOT%{_pixmapsdir}/xv{,-fvwm}.xpm
 
-install %{SOURCE3} $RPM_BUILD_ROOT%{_bindir}/%{name}-session
+install %{SOURCE3} $RPM_BUILD_ROOT%{_bindir}/fvwm2-session
 install %{SOURCE4} $RPM_BUILD_ROOT%{_datadir}/xsessions/%{name}.desktop
-install %{SOURCE5} $RPM_BUILD_ROOT%{_pixmapsdir}
+%{?with_gnome:install %{SOURCE5} $RPM_BUILD_ROOT%{_wmpropsdir}}
+install %{SOURCE6} $RPM_BUILD_ROOT%{_pixmapsdir}
 
 touch $RPM_BUILD_ROOT%{_sysconfdir}/fvwm2.menu2
 
@@ -219,21 +229,24 @@ rm -rf $RPM_BUILD_ROOT
 %ghost %{_sysconfdir}/fvwm2.menu2
 %attr(755,root,root) %{_bindir}/[!f]*
 %attr(755,root,root) %{_bindir}/fvwm
-%attr(755,root,root) %{_bindir}/fvwm2
 %attr(755,root,root) %{_bindir}/fvwm-[!p]*
-%attr(755,root,root) %{_bindir}/fvwm-session
+%attr(755,root,root) %{_bindir}/fvwm2
+%attr(755,root,root) %{_bindir}/fvwm2-session
 %dir %{_libdir}/fvwm
 %attr(755,root,root) %{_libdir}/fvwm/Fvwm[!DGPWT]*
 %attr(755,root,root) %{_libdir}/fvwm/FvwmD[!e]*
-%attr(755,root,root) %{_libdir}/fvwm/FvwmGtk
+%{?with_gtk:%attr(755,root,root) %{_libdir}/fvwm/FvwmGtk}
 %attr(755,root,root) %{_libdir}/fvwm/FvwmP[!e]*
 %attr(755,root,root) %{_libdir}/fvwm/FvwmT[!a]*
+%attr(755,root,root) %{_libdir}/fvwm/FvwmTalk
 %attr(755,root,root) %{_libdir}/fvwm/FvwmTaskBar
 %attr(755,root,root) %{_libdir}/fvwm/FvwmW[!i]*
 %attr(755,root,root) %{_libdir}/fvwm/FvwmWinList
 %dir %{_datadir}/fvwm
 %{_datadir}/fvwm/[!p]*
 %{_datadir}/xsessions/%{name}.desktop
+%{_datadir}/locale/ar/LC_MESSAGES/FvwmScript.mo
+%{?with_gnome:%{_wmpropsdir}/fvwm2.desktop}
 %{_mandir}/man1/[!Ff]*.1*
 %{_mandir}/man1/Fvwm[!DGPW]*.1*
 %{_mandir}/man1/FvwmD[!e]*.1*
@@ -242,6 +255,8 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man1/FvwmWinList.1*
 %{_mandir}/man1/fvwm.1*
 %{_mandir}/man1/fvwm-[!p]*.1*
+%{_mandir}/man1/fvwm2.1*
+%{?with_gtk:%{_mandir}/man1/FvwmGtk.1.*}
 
 %files icons
 %defattr(644,root,root,755)
@@ -253,13 +268,13 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_bindir}/fvwm-perllib
 %attr(755,root,root) %{_libdir}/fvwm/FvwmDebug
-%attr(755,root,root) %{_libdir}/fvwm/FvwmGtkDebug
+%{?with_gtk:%attr(755,root,root) %{_libdir}/fvwm/FvwmGtkDebug}
 %attr(755,root,root) %{_libdir}/fvwm/FvwmPerl
 %attr(755,root,root) %{_libdir}/fvwm/FvwmTabs
 %attr(755,root,root) %{_libdir}/fvwm/FvwmWindowMenu
 %{_datadir}/fvwm/perllib
 %{_mandir}/man1/fvwm-perllib.1*
 %{_mandir}/man1/FvwmDebug.1*
-%{_mandir}/man1/FvwmGtkDebug.1*
+%{?with_gtk:%{_mandir}/man1/FvwmGtkDebug.1*}
 %{_mandir}/man1/FvwmPerl.1*
 %{_mandir}/man1/FvwmWindowMenu.1*
This page took 0.116711 seconds and 4 git commands to generate.