]> git.pld-linux.org Git - packages/fvwm2.git/blob - fvwm2.spec
- drop obsolete and outdated manual inclusion of rpm macros
[packages/fvwm2.git] / fvwm2.spec
1 #
2 # TODO: more updates in system.fvwm2rc (see warnings on run)
3 #
4 # Conditional build:
5 %bcond_without  stroke          # without mouse strokes (gestures) support
6 %bcond_without  xft             # without Xft (1 or 2) support
7 %bcond_with     fribidi         # with bidirectional text support
8 %bcond_with     gnome           # with gnome-libs and wm-properties
9 %bcond_with     gtk             # with gtk 1.x support
10 %bcond_with     rplay           # with internal sound support (through rplay)
11 #
12 Summary:        An improved version of the FVWM X-based window manager
13 Summary(de.UTF-8):      F(?) Virtual Window Manager
14 Summary(es.UTF-8):      Administrador de ventanas semejante al mwm
15 Summary(fr.UTF-8):      F(?) Virtual Window Manager
16 Summary(ja.UTF-8):      改良版 FVWM - X 用ウィンドウマネージャ
17 Summary(pl.UTF-8):      Ulepszona wersja zarządcy okien FVWM
18 Summary(pt_BR.UTF-8):   Gerenciador de janelas semelhante ao mwm
19 Summary(ru.UTF-8):      Виртуальный оконный менеджер F(?)
20 Summary(tr.UTF-8):      Yaygın bir pencere denetleyicisi
21 Name:           fvwm2
22 Version:        2.6.5
23 Release:        5
24 License:        GPL
25 Group:          X11/Window Managers
26 Source0:        ftp://ftp.fvwm.org/pub/fvwm/version-2/fvwm-%{version}.tar.bz2
27 # Source0-md5:  090ba4e0c517e8b94f71317951530f69
28 Source1:        ftp://ftp.fvwm.org/pub/fvwm/version-2/fvwm_icons-20070101.tar.bz2
29 # Source1-md5:  2ab5ee60a96830af23a43855e33afc7d
30 Source2:        %{name}-system.%{name}rc.tar.gz
31 # Source2-md5:  22c1f6c5ab4bd84376daa37debd3e889
32 Source3:        %{name}.RunWM
33 Source4:        %{name}-xsession.desktop
34 Source5:        %{name}.desktop
35 Source6:        mozilla.xpm
36 Patch0:         %{name}-paths.patch
37 Patch1:         FvwmPager.patch
38 Patch2:         %{name}-locale_names.patch
39 Patch3:         %{name}-varia.patch
40 Patch5:         %{name}-xft2-link.patch
41 Patch7:         %{name}-aclocal.patch
42 Patch8:         %{name}-format-string.patch
43 URL:            http://www.fvwm.org/
44 BuildRequires:  autoconf
45 BuildRequires:  automake
46 %{?with_fribidi:BuildRequires:  fribidi-devel}
47 %{?with_gnome:BuildRequires:    gnome-libs-devel}
48 BuildRequires:  gtk+-devel
49 BuildRequires:  libpng-devel >= 1.4
50 %{?with_stroke:BuildRequires:   libstroke-devel}
51 BuildRequires:  pkgconfig
52 BuildRequires:  readline-devel >= 4.2
53 %{?with_rplay:BuildRequires:    rplay-devel}
54 BuildRequires:  rpm-perlprov
55 %{?with_xft:BuildRequires:      xorg-lib-libXft-devel}
56 BuildRequires:  xorg-lib-libXpm-devel
57 BuildRequires:  xorg-lib-libXt-devel
58 BuildRequires:  librsvg-devel
59 BuildRequires:  imlib-devel
60 Requires(post): vfmg >= 0.9.95
61 Requires:       fvwm2-icons = %{version}-%{release}
62 Requires:       m4
63 Requires:       vfmg >= 0.9.18-2
64 Obsoletes:      fvwm95
65 Conflicts:      filesystem < 3.0-20
66 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
67
68 %define         _sysconfdir     /etc/X11/fvwm2
69 %define         _wmpropsdir     /usr/share/gnome/wm-properties
70
71 %description
72 FVWM2 (the F stands for whatever you want, but the VWM stands for
73 Virtual Window Manager) is an improved version of the FVWM window
74 manager for the X Window System and shares the same characteristics as
75 FVWM.
76
77 %description -l es.UTF-8
78 Fvwm2 es una versión del popular administrador de ventanas "Feeble
79 Virtual Window Manager".
80
81 %description -l ja.UTF-8
82 FVWM2 (Fは好きなように解釈してください。ただし、 VWM は Virtual Window
83 Manager を省略したものです。)は FVWM と同じ特徴を持ち 更に拡張された X
84 Window System 用ウィンドウマネージャです。
85
86 %description -l pl.UTF-8
87 FVWM (za F można sobie podstawić co kto woli, lecz VWM pochodzi od
88 pierwszych liter "Virtual Window Manager", czyli wirtualny zarządca
89 okien) to ulepszona wersja zarządcy okien dla systemu X Window FVWM i
90 posiadająca te same cechy.
91
92 %description -l pt_BR.UTF-8
93 Fvwm2 é uma versão do popular gerenciador de janelas "Feeble Virtual
94 Window Manager".
95
96 %description -l ru.UTF-8
97 fvwm2 - это версия популярного "Feeble Virtual Window Manager".
98
99 %package icons
100 Summary:        Graphic files used by the FVWM and FVWM2 window managers
101 Summary(de.UTF-8):      Symbole und Pixmaps für fvwm
102 Summary(fr.UTF-8):      Icônes et pixmaps pour fvwm
103 Summary(pl.UTF-8):      Pliki graficzne używane przez zarządców okien FVWM i FVWM2
104 Summary(ru.UTF-8):      Пиктограммы и растровые картинки для fvwm2
105 Summary(tr.UTF-8):      Fvwm için çeşitli minik görüntü ve simgeler
106 Group:          X11/Window Managers
107 Obsoletes:      fvwm95-icons
108
109 %description icons
110 This package contains icons, bitmaps and pixmaps for fvwm and fvwm2.
111
112 %description icons -l de.UTF-8
113 Dieses Paket enthält Symbole, Bitmaps und Pixmaps für fvwm und fvwm2.
114
115 %description icons -l fr.UTF-8
116 Ce package contient des icones, bitmaps et pixmaps pour fvwm et fvwm2.
117
118 %description icons -l pl.UTF-8
119 Ten pakiet zawiera ikony, bitmapy i pixmapy dla fvwm i fvwm2.
120
121 %description icons -l ru.UTF-8
122 Этот пакет содержит пиктограммы и прочие картинки для fvwm2.
123
124 %description icons -l tr.UTF-8
125 Fvwm için çeşitli minik görüntü ve simgeler.
126
127 %package perl
128 Summary:        fvwm-perllib, FvwmPerl and dependent modules
129 Summary(pl.UTF-8):      fvwm-perllib, FvwmPerl i zależne moduły
130 Group:          X11/Window Managers/Tools
131 Requires:       %{name} = %{version}-%{release}
132
133 %description perl
134 fvwm-perllib, FvwmPerl and dependent modules.
135
136 %description perl -l pl.UTF-8
137 fvwm-perllib, FvwmPerl i zależne moduły.
138
139 %prep
140 %setup -n fvwm-%{version} -q -a1 -a2
141 %patch0 -p1
142 %patch1 -p1
143 %patch2 -p1
144 %patch3 -p1
145 %patch5 -p1
146 %patch7 -p1
147 %patch8 -p1
148
149 mv -f po/FvwmScript.sv{_SE,}.po
150 mv -f po/FvwmTaskBar.sv{_SE,}.po
151 mv -f po/fvwm.sv{_SE,}.po
152
153 %build
154 rm -f missing
155 %{__aclocal}
156 %{__autoconf}
157 %{__automake}
158 %configure \
159         --disable-dmalloc \
160         --disable-efence \
161         --%{!?debug:dis}%{?debug:en}able-debug-msgs \
162         --disable-command-log \
163         %{!?with_fribidi:--disable-bidi} \
164         %{!?with_xft:--disable-xft} \
165         --enable-shape \
166         --enable-sm \
167         %{?with_gnome:--with-gnome}%{!?with_gnome:--without-gnome} \
168         %{!?with_gtk:--disable-gtk} \
169         --with-xpm-library \
170         %{!?with_rplay:--without-rplay-library} \
171         --with-stroke-library \
172         --with-ncurses-library \
173         --with-readline-library \
174         --with-ncurses-library \
175         --with-iconv-library=no \
176         --without-termcap-library
177
178 %{__make} -j1
179
180 %install
181 rm -rf $RPM_BUILD_ROOT
182
183 %{__make} -j1 install \
184         DESTDIR=$RPM_BUILD_ROOT
185
186 install -d \
187         $RPM_BUILD_ROOT{%{_sysconfdir},%{_wmpropsdir}} \
188         $RPM_BUILD_ROOT{%{_datadir}/{locale,xsessions},%{_pixmapsdir}/mini}
189
190 install system.fvwm2rc $RPM_BUILD_ROOT%{_sysconfdir}/system.fvwm2rc
191 install fvwm2.menu.m4 $RPM_BUILD_ROOT%{_sysconfdir}
192
193 install fvwm_icons-20070101/*.xpm $RPM_BUILD_ROOT%{_pixmapsdir}
194
195 mv $RPM_BUILD_ROOT%{_pixmapsdir}/mini.*.xpm \
196         $RPM_BUILD_ROOT%{_pixmapsdir}/mini
197
198 # Conflicts with wmmaker
199 mv $RPM_BUILD_ROOT%{_pixmapsdir}/xv{,-fvwm}.xpm
200
201 install %{SOURCE3} $RPM_BUILD_ROOT%{_bindir}/fvwm2-session
202 install %{SOURCE4} $RPM_BUILD_ROOT%{_datadir}/xsessions/%{name}.desktop
203 %{?with_gnome:install %{SOURCE5} $RPM_BUILD_ROOT%{_wmpropsdir}}
204 install %{SOURCE6} $RPM_BUILD_ROOT%{_pixmapsdir}
205
206 touch $RPM_BUILD_ROOT%{_sysconfdir}/fvwm2.menu2
207
208 rm -f $RPM_BUILD_ROOT%{_mandir}/man1/xpmroot.1
209 echo ".so fvwm-root.1" > $RPM_BUILD_ROOT%{_mandir}/man1/xpmroot.1
210
211 %find_lang %{name} --all-name
212
213 %clean
214 rm -rf $RPM_BUILD_ROOT
215
216 %post
217 # generate initial menu
218 [ -f /etc/sysconfig/vfmg ] && . /etc/sysconfig/vfmg
219 [ "$FVWM2" = yes -o "$FVWM2" = 1 -o ! -f /etc/X11/fvwm2/fvwm2.menu2 ] && \
220         vfmg fvwm2 >/etc/X11/fvwm2/fvwm2.menu2 2>/dev/null ||:
221
222 %files -f %{name}.lang
223 %defattr(644,root,root,755)
224 %doc README AUTHORS NEWS docs
225 %dir %{_sysconfdir}
226 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/fvwm2.menu.m4
227 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/system.fvwm2rc
228 %ghost %{_sysconfdir}/fvwm2.menu2
229 %attr(755,root,root) %{_bindir}/[!f]*
230 %attr(755,root,root) %{_bindir}/fvwm
231 %attr(755,root,root) %{_bindir}/fvwm-[!p]*
232 %attr(755,root,root) %{_bindir}/fvwm2
233 %attr(755,root,root) %{_bindir}/fvwm2-session
234 %dir %{_libdir}/fvwm
235 %attr(755,root,root) %{_libdir}/fvwm/Fvwm[!DGPWT]*
236 %attr(755,root,root) %{_libdir}/fvwm/FvwmD[!e]*
237 %{?with_gtk:%attr(755,root,root) %{_libdir}/fvwm/FvwmGtk}
238 %attr(755,root,root) %{_libdir}/fvwm/FvwmP[!e]*
239 %attr(755,root,root) %{_libdir}/fvwm/FvwmT[!a]*
240 %attr(755,root,root) %{_libdir}/fvwm/FvwmTalk
241 %attr(755,root,root) %{_libdir}/fvwm/FvwmTaskBar
242 %attr(755,root,root) %{_libdir}/fvwm/FvwmW[!i]*
243 %attr(755,root,root) %{_libdir}/fvwm/FvwmWinList
244 %dir %{_datadir}/fvwm
245 %{_datadir}/fvwm/[!p]*
246 %{_datadir}/xsessions/%{name}.desktop
247 %{_datadir}/locale/ar/LC_MESSAGES/FvwmScript.mo
248 %{?with_gnome:%{_wmpropsdir}/fvwm2.desktop}
249 %{_mandir}/man1/[!Ff]*.1*
250 %{_mandir}/man1/Fvwm[!DGPW]*.1*
251 %{_mandir}/man1/FvwmD[!e]*.1*
252 %{_mandir}/man1/FvwmP[!e]*.1*
253 %{_mandir}/man1/FvwmW[!i]*.1*
254 %{_mandir}/man1/FvwmWinList.1*
255 %{_mandir}/man1/fvwm.1*
256 %{_mandir}/man1/fvwm-[!p]*.1*
257 %{_mandir}/man1/fvwm2.1*
258 %{?with_gtk:%{_mandir}/man1/FvwmGtk.1.*}
259
260 %files icons
261 %defattr(644,root,root,755)
262 %{_pixmapsdir}/*.xpm
263 %dir %{_pixmapsdir}/mini
264 %{_pixmapsdir}/mini/*.xpm
265
266 %files perl
267 %defattr(644,root,root,755)
268 %attr(755,root,root) %{_bindir}/fvwm-perllib
269 %attr(755,root,root) %{_libdir}/fvwm/FvwmDebug
270 %{?with_gtk:%attr(755,root,root) %{_libdir}/fvwm/FvwmGtkDebug}
271 %attr(755,root,root) %{_libdir}/fvwm/FvwmPerl
272 %attr(755,root,root) %{_libdir}/fvwm/FvwmTabs
273 %attr(755,root,root) %{_libdir}/fvwm/FvwmWindowMenu
274 %{_datadir}/fvwm/perllib
275 %{_mandir}/man1/fvwm-perllib.1*
276 %{_mandir}/man1/FvwmDebug.1*
277 %{?with_gtk:%{_mandir}/man1/FvwmGtkDebug.1*}
278 %{_mandir}/man1/FvwmPerl.1*
279 %{_mandir}/man1/FvwmWindowMenu.1*
This page took 0.088181 seconds and 3 git commands to generate.