]> git.pld-linux.org Git - packages/bgbuddy.git/blob - bgbuddy.spec
- drop obsolete and outdated manual inclusion of rpm macros
[packages/bgbuddy.git] / bgbuddy.spec
1 Summary:        Automatic wallpaper rotating daemon
2 Summary(pl.UTF-8):      Demon służący do automatycznej zmiany tapety
3 Name:           bgbuddy
4 Version:        1.22
5 Release:        1
6 License:        QPL
7 Group:          Daemons
8 Source0:        http://www.fewt.com/downloads/%{name}-%{version}.tar.gz
9 # Source0-md5:  221004eabce6e1c1f5a0deaf6dad0c23
10 URL:            http://www.fewt.com/bgbuddy.shtml
11 BuildRequires:  rpm-perlprov
12 BuildArch:      noarch
13 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15 %description
16 Automatic wallpaper rotating daemon. It supports GNOME 2.x,
17 WindowMaker, FluxBox and XFCE.
18
19 %description -l pl.UTF-8
20 Demon służący do automatycznej zmiany tapety. Działa z GNOME 2.x,
21 WindowMakerem, FluxBoksem, i XFCE.
22
23 %prep
24 %setup -q
25
26 %install
27 rm -rf $RPM_BUILD_ROOT
28 install -d $RPM_BUILD_ROOT{%{_bindir},%{_pixmapsdir}}
29
30 install %{name} $RPM_BUILD_ROOT%{_bindir}
31 install %{name}.png $RPM_BUILD_ROOT%{_pixmapsdir}
32
33 %clean
34 rm -rf $RPM_BUILD_ROOT
35
36 %files
37 %defattr(644,root,root,755)
38 %doc changelog license.txt readme
39 %attr(755,root,root) %{_bindir}/*
40 %{_pixmapsdir}/*
This page took 0.046936 seconds and 3 git commands to generate.