forked from altlinux/specs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwm-select.spec
62 lines (45 loc) · 1.51 KB
/
wm-select.spec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
Name: wm-select
Version: 0.8.1
Release: alt1
Summary: Application for selecting window manager at startup
License: GPLv2+
Group: Graphical desktop/Other
Source: %name-%version.tar
BuildRequires: libgtk+2-devel
%description
wm-select is a small Gtk application for selecting a window manager
at X startup.
%prep
%setup
%build
%make_build CFLAGS="%optflags"
%install
install -pD -m755 %name %buildroot%_bindir/%name
for f in *.mo; do
lang="${f%%.mo}"
install -pD -m644 "$f" "%buildroot%_datadir/locale/$lang/LC_MESSAGES/%name.mo"
done
%find_lang %name
%files -f %name.lang
%_bindir/*
%changelog
* Thu Jul 12 2012 Dmitry V. Levin <[email protected]> 0.8.1-alt1
- Fixed build with new gcc.
* Tue Oct 17 2006 Dmitry V. Levin <[email protected]> 0.8-alt1
- Fixed build with -D_FORTIFY_SOURCE=2 -Werror.
* Sat Sep 16 2006 Dmitry V. Levin <[email protected]> 0.7-alt1
- Handle invalid pixmaps gently.
* Mon May 15 2006 Dmitry V. Levin <[email protected]> 0.6-alt1
- Fixed build with gcc-4.1.0.
* Tue Mar 07 2006 Dmitry V. Levin <[email protected]> 0.5-alt1
- Fixed build with --as-needed.
* Thu Jan 12 2006 Dmitry V. Levin <[email protected]> 0.4-alt1
- Cleaned up build dependencies.
- Relocated binary to %_bindir/.
* Mon Nov 21 2005 Dmitry V. Levin <[email protected]> 0.3-alt1
- Rewritten FillBox() in more portable way (fixes #8514).
* Sat Oct 12 2002 Dmitry V. Levin <[email protected]> 0.2-alt1
- Implemented Gtk2 support.
- Build with Gtk2 by default.
* Wed Jan 09 2002 Dmitry V. Levin <[email protected]> 0.1-alt1
- Initial revision.