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