]> git.pld-linux.org Git - packages/fvwm-crystal.git/blob - fvwm-crystal.spec
- updated to 1.0.2
[packages/fvwm-crystal.git] / fvwm-crystal.spec
1 Summary:        Theme for fvwm2
2 Summary(pl):    Skórka do fvwm2
3 Name:           fvwm-crystal
4 Version:        1.0.2
5 Release:        1
6 License:        GPL v2
7 Group:          X11/Window Managers
8 Source0:        ftp://ftp.linuxpl.org/%{name}/tarballs/%{name}-%{version}.tar.gz
9 # Source0-md5:  61791a8d8c264a51ac25bf7f4dcbda64
10 Patch0:         %{name}-paths.patch
11 URL:            http://www.linuxpl.org/software/fvwm-crystal/
12 BuildRequires:  rpm-perlprov
13 BuildRequires:  imlib2-devel
14 Requires:       fvwm2 >= 2.5.8
15 Requires:       fvwm2-perl
16 Requires:       scrot
17 Requires:       habak
18 Requires:       aterm
19 Requires:       xdaliclock
20 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
21
22 %description
23 A theme for fvwm2.
24
25 %description -l pl
26 Skórka do fvwm2, bardzo rozbudowana.
27
28 %prep
29 %setup -q
30 %patch0 -p1
31
32 %build
33
34 %install
35 rm -rf $RPM_BUILD_ROOT
36
37 install -d $RPM_BUILD_ROOT{%{_datadir}/%{name},%{_bindir}}
38
39 find -type d -name CVS | xargs rm -rf
40
41 mv bin/* $RPM_BUILD_ROOT%{_bindir}/
42 mv images config wallpapers $RPM_BUILD_ROOT%{_datadir}/%{name}
43
44 %clean
45 rm -rf $RPM_BUILD_ROOT
46
47 %files
48 %defattr(644,root,root,755)
49 %doc doc/[FT]* AUTHORS ChangeLog INSTALL* NEWS README
50 %attr(755,root,root) %{_bindir}/*
51 %dir %{_datadir}/%{name}
52 %{_datadir}/%{name}/*
This page took 0.029593 seconds and 3 git commands to generate.