]> git.pld-linux.org Git - packages/fvwm-crystal.git/blob - fvwm-crystal.spec
- updated to 3.0RC1,
[packages/fvwm-crystal.git] / fvwm-crystal.spec
1
2 #       TODO:   - fix requires, because the new version needs some more,
3 #                         like Python for scripts or mpc/xmms-shell for music.
4
5 %define _rc     RC1
6
7 Summary:        Theme for fvwm2
8 Summary(pl):    Skórka do fvwm2
9 Name:           fvwm-crystal
10 Version:        3.0
11 Release:        0.%{_rc}.1
12 Epoch:          1
13 License:        GPL v2+
14 Group:          X11/Window Managers
15 Source0:        http://download.berlios.de/fvwm-crystal/%{name}-%{version}.%{_rc}.tar.gz
16 # Source0-md5:  ddc3437763b7dc6b140560a9ba829e8d
17 URL:            http://fvwm-crystal.berlios.de/
18 Requires:       aterm
19 Requires:       fvwm2 >= 2.5.13
20 Requires:       fvwm2-perl
21 Requires:       habak
22 Requires:       scrot
23 Requires:       xdaliclock
24 Requires:       trayer
25 Requires:       rox
26 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
27
28 %description
29 FVWM-Crystal is a set of configuration files for F* Virtual Window 
30 Manager (FVWM), which can create for you a good looking, very 
31 functional desktop environment.
32
33 %description -l pl
34 FVWM-Crystal jest zestawem plików konfiguracyjnych dla F* Virtual 
35 Window Manager (FVWM), dziêki którym stworzone mo¿e byæ dobrze 
36 wygl±daj±ce i bardzo funkcjonalne ¶rodowisko robocze.
37
38 %prep
39 %setup -q -n %{name}-%{version}.%{_rc}
40
41 %install
42 rm -rf $RPM_BUILD_ROOT
43 install -d $RPM_BUILD_ROOT{%{_datadir}/%{name},%{_bindir}}
44
45 install bin/* $RPM_BUILD_ROOT%{_bindir}
46 cp -a fvwm/* $RPM_BUILD_ROOT%{_datadir}/%{name}
47
48 %clean
49 rm -rf $RPM_BUILD_ROOT
50
51 %files
52 %defattr(644,root,root,755)
53 # COPYING contains only note, not full GPL text
54 %doc doc/* AUTHORS INSTALL COPYING NEWS README
55 %attr(755,root,root) %{_bindir}/*
56 %{_datadir}/%{name}
This page took 0.090157 seconds and 3 git commands to generate.