]> git.pld-linux.org Git - packages/Webilder.git/blob - Webilder.spec
1dd07da7ff9403d05aef38a0408e339656cef8a8
[packages/Webilder.git] / Webilder.spec
1 Summary:        Flickr wallpaper downloader
2 Name:           Webilder
3 Version:        0.6.4
4 Release:        0.1
5 License:        GPL v2
6 Group:          Applications/Graphics
7 Source0:        http://www.webilder.org/static/downloads/%{name}-%{version}.tar.gz
8 # Source0-md5:  54ae36a6e050b7f4fffa7a62f8f2c44b
9 URL:            http://www.webilder.org/
10 BuildRequires:  python-devel
11 BuildRequires:  python-gnome-desktop-applet
12 BuildRequires:  rpmbuild(macros) >= 1.219
13 Requires:       python-modules
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %description
17 Webilder delivers stunning wallpapers to your Linux desktop, directly from
18 Flickr and Webshots. You choose what keywords (tags) to watch for, and photos
19 are automatically downloaded to your computer. Webilder can also change the
20 wallpaper every few minutes.
21
22 %prep
23 %setup -q
24
25 %build
26 %py_build
27
28 %install
29 rm -rf $RPM_BUILD_ROOT
30 %py_install
31
32 %py_ocomp $RPM_BUILD_ROOT%{py_sitedir}
33 %py_comp $RPM_BUILD_ROOT%{py_sitedir}
34 %py_postclean
35
36 %clean
37 rm -rf $RPM_BUILD_ROOT
38
39 %files
40 %defattr(644,root,root,755)
41 %doc README AUTHORS
42 %attr(755,root,root) %{_bindir}/*
43 %{_libdir}/bonobo/servers/*.server
44 %{_desktopdir}/*.desktop
45 %{_pixmapsdir}/*.png
46 %{py_sitescriptdir}/webilder
47 %{py_sitescriptdir}/Webilder*.egg-info
48 %{_datadir}/webilder
This page took 0.04998 seconds and 2 git commands to generate.