]> git.pld-linux.org Git - packages/fvwm-crystal.git/blob - fvwm-crystal.spec
- updated to 1.0
[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
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:  203e1f1d6042535ca4ed2c32c638375c
10 URL:            http://www.linuxpl.org/software/fvwm-crystal/
11 BuildRequires:  rpm-perlprov
12 BuildRequires:  imlib2-devel
13 Requires:       fvwm2 >= 2.5.8
14 Requires:       fvwm2-perl
15 Requires:       scrot
16 Requires:       habak
17 Requires:       aterm
18 Requires:       xdaliclock
19 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21 %description
22 A theme for fvwm2.
23
24 %description -l pl
25 Skórka do fvwm2, bardzo rozbudowana.
26
27 %prep
28 %setup -q -n %{name}-%{version}
29
30 %build
31
32 %install
33 rm -rf $RPM_BUILD_ROOT
34
35 install -d $RPM_BUILD_ROOT{%{_datadir}/%{name},%{_bindir}}
36
37 find -type d -name CVS | xargs rm -rf
38
39 mv bin/* $RPM_BUILD_ROOT%{_bindir}/
40 mv images config wallpapers $RPM_BUILD_ROOT%{_datadir}/%{name}
41
42 %clean
43 rm -rf $RPM_BUILD_ROOT
44
45 %files
46 %defattr(644,root,root,755)
47 %doc doc/[FT]* AUTHORS ChangeLog INSTALL* NEWS README
48 %attr(755,root,root) %{_bindir}/*
49 %dir %{_datadir}/%{name}
50 %{_datadir}/%{name}/*
This page took 0.27663 seconds and 3 git commands to generate.