]> git.pld-linux.org Git - packages/bgbuddy.git/blame - bgbuddy.spec
- drop obsolete and outdated manual inclusion of rpm macros
[packages/bgbuddy.git] / bgbuddy.spec
CommitLineData
546b8bbf 1Summary: Automatic wallpaper rotating daemon
cdbdbb95 2Summary(pl.UTF-8): Demon służący do automatycznej zmiany tapety
546b8bbf 3Name: bgbuddy
4Version: 1.22
5Release: 1
fd2bceb6 6License: QPL
546b8bbf 7Group: Daemons
8Source0: http://www.fewt.com/downloads/%{name}-%{version}.tar.gz
9# Source0-md5: 221004eabce6e1c1f5a0deaf6dad0c23
10URL: http://www.fewt.com/bgbuddy.shtml
546b8bbf 11BuildRequires: rpm-perlprov
fd2bceb6 12BuildArch: noarch
546b8bbf 13BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15%description
fd2bceb6
JB
16Automatic wallpaper rotating daemon. It supports GNOME 2.x,
17WindowMaker, FluxBox and XFCE.
546b8bbf 18
f7cb6e73
JR
19%description -l pl.UTF-8
20Demon służący do automatycznej zmiany tapety. Działa z GNOME 2.x,
fd2bceb6 21WindowMakerem, FluxBoksem, i XFCE.
546b8bbf 22
23%prep
24%setup -q
25
26%install
27rm -rf $RPM_BUILD_ROOT
28install -d $RPM_BUILD_ROOT{%{_bindir},%{_pixmapsdir}}
29
30install %{name} $RPM_BUILD_ROOT%{_bindir}
31install %{name}.png $RPM_BUILD_ROOT%{_pixmapsdir}
32
33%clean
34rm -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.060694 seconds and 4 git commands to generate.