* FvwmPager/x_pager.c (Scroll): Fix Pager going crazy on a button 3 drag.
[fvwm.git] / rpm / fvwm.spec.in
blobf6257ae0b573007d0e02fcf141cbb445c354138d
1 #%define prefix %{_prefix}
2 %define prefix /usr
4 %define ver @VERSION@
5 %define rel 1
6 %define c_p --without-gnome --without-rplay-library --sysconfdir=/etc
7 %define m_p CFLAGS="-O2"
9 # Different distributions expect sources to be in different places;
10 # the following solves this problem, but makes it harder to reuse .src.rpm
11 %define _sourcedir /tmp
13 Summary: F(?) Virtual Window Manager
14 Name: fvwm
15 Version: %{ver}
16 Release: %{rel}
17 Copyright: GPL
18 Group: X11/Window Managers
19 Source: %{name}-%{version}.tar.gz
20 URL: http://www.fvwm.org/
21 BuildRoot: %{_tmppath}/%{name}-%{version}-root
22 Packager: FVWM Workers <fvwm-workers@fvwm.org>
23 Autoreq: 1
25 Requires: libXpm.so.4
26 #Requires: xpm >= 3.4g
27 Requires: perl >= 5.002
29 # GTK, Imlib, stroke
31 # RedHat should stop using name "fvwm" to refer to fvwm1 package.
32 Provides: fvwm
34 Docdir: %{prefix}/share/doc
36 %description
37 FVWM is a powerful ICCCM-compliant multiple virtual desktop window manager
38 for the X Window System.
40 This 2.5 version includes new features like full support of the EWMH
41 (Enhanced Window Manager Hints) specification, internationalization,
42 improved window decoration code (no flickering anymore), bi-directional
43 asian text support, FreeType font support (antialiasing), image rendering,
44 Perl based module library, support for PNG images, side titles and much more.
46 %description -l fr
47 FVWM est un gestionnaire de fenêtres puissant et extrêmement configurable
48 pour le système X Window.
50 La version 2.5 contient un grand nombre de nouvelles fonctionnalités.
51 Voici quelques exemples:
52 full support of the EWMH
53 (Enhanced Window Manager Hints) specification, internationalization,
54 improved window decoration code (no flickering anymore), bi-directional
55 asian text support, FreeType font support (antialiasing), image rendering,
56 Perl based module library, support for PNG images, side titles and much more.
58 %description -l ru
59 FVWM Ñ×ÌÑÅÔÓÑ ÍÏÝÎÙÍ ÏËÏÎÎÙÍ ÍÅÎÅÄÖÅÒÏÍ ÄÌÑ X Window System, ÓÏÏÔ×ÅÔÓÔ×ÕÀÝÉÍ
60 ÓÔÁÎÄÁÒÔÁÍ ICCCM, Ó ÐÏÄÄÅÒÖËÏÊ ÍÎÏÖÅÓÔ×ÅÎÎÙÈ ×ÉÒÔÕÁÌØÎÙÈ ÄÅÓËÔÏÐÏ×.
62 ÷ÅÒÓÉÑ 2.5 ×ËÌÀÞÁÅÔ × ÓÅÂÑ ÎÏ×ÙÅ ÏÓÏÂÅÎÎÏÓÔÉ, ÔÁËÉÅ ËÁË ÐÏÌÎÁÑ ÐÏÄÄÅÒÖËÁ
63 ÓÐÅÃÉÆÉËÁÃÉÉ EWMH (Enhanced Window Manager Hints), ÉÎÔÅÒÎÁÃÉÏÎÁÌÉÚÁÃÉÑ,
64 ÕÌÕÞÛÅÎÉÅ ÏËÏÎÎÙÈ ÄÅËÏÒÁÃÉÊ (ÐÏÌÎÏÅ ÏÔÓÕÔÓÔ×ÉÅ ÍÉÇÁÎÉÑ), ÐÏÄÄÅÒÖËÁ
65 Ä×Õ-ÎÁÐÒÁ×ÌÅÎÎÏÇÏ ÁÚÉÁÔÓËÏÇÏ ÔÅËÓÔÁ, ÐÏÄÄÅÒÖËÁ ÆÏÎÔÏ× FreeType (ÓÇÌÁÖÉ×ÁÎÉÅ),
66 ÆÉÌØÔÒÏ×ÁÎÉÅ ÉÚÏÂÒÁÖÅÎÉÊ, ÂÉÂÌÉÏÔÅËÁ ÄÌÑ ÎÁÐÉÓÁÎÉÑ ÍÏÄÕÌÅÊ ÎÁ Perl,
67 ÐÏÄÄÅÒÖËÁ ÉÚÏÂÒÁÖÅÎÉÊ × ÆÏÒÍÁÔÅ PNG, ÂÏËÏ×ÙÅ ÚÁÇÏÌÏ×ËÉ ÏËÏÎ É ÍÎÏÇÏÅ ÄÒÕÇÏÅ.
69 %prep
70 %setup
72 %build
73 # gnome libs are only used in FvwmGtk, probably it is overhead to require them;
74 # compiling without -g saves about 7Mb
75 ./configure --prefix=%{prefix} %{c_p}
76 make %{m_p}
78 %install
79 rm -rf $RPM_BUILD_ROOT
80 make prefix=$RPM_BUILD_ROOT%{prefix} install
82 %clean
83 rm -rf $RPM_BUILD_ROOT
85 %files
86 %defattr(-, root, root)
88 %doc AUTHORS COPYING INSTALL INSTALL.fvwm NEWS README
89 %doc docs/ANNOUNCE docs/BUGS docs/COMMANDS docs/DEVELOPERS docs/FAQ docs/TODO
90 %doc docs/error_codes docs/fvwm.lsm
91 %{prefix}/bin/*
92 %{prefix}/libexec/*
93 %{prefix}/man/*/*
94 %{prefix}/share/*
96 %define date%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
97 %changelog
98 * %{date} FVWM Workers <fvwm-workers@fvwm.org>
99 - Auto building %{version}-%{release}
100 * Sun May 12 2000 Mikhael Goikhman <migo@homemail.com>
101 - First try at making the package