]> git.pld-linux.org Git - packages/Webilder.git/blame - Webilder.spec
BR: rpmbuild(macros) >= 1.710
[packages/Webilder.git] / Webilder.spec
CommitLineData
3c67e829
JK
1Summary: Flickr wallpaper downloader
2Name: Webilder
3Version: 0.6.4
4Release: 0.1
5License: GPL v2
6Group: Applications/Graphics
7Source0: http://www.webilder.org/static/downloads/%{name}-%{version}.tar.gz
8# Source0-md5: 54ae36a6e050b7f4fffa7a62f8f2c44b
9URL: http://www.webilder.org/
10BuildRequires: python-devel
11BuildRequires: python-gnome-desktop-applet
702c3dbe 12BuildRequires: rpmbuild(macros) >= 1.710
3c67e829
JK
13Requires: python-modules
14BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16%description
17Webilder delivers stunning wallpapers to your Linux desktop, directly from
18Flickr and Webshots. You choose what keywords (tags) to watch for, and photos
19are automatically downloaded to your computer. Webilder can also change the
20wallpaper every few minutes.
21
22%prep
23%setup -q
24
25%build
22e4ea36 26%py_build
3c67e829
JK
27
28%install
29rm -rf $RPM_BUILD_ROOT
22e4ea36 30%py_install
3c67e829
JK
31
32%py_ocomp $RPM_BUILD_ROOT%{py_sitedir}
33%py_comp $RPM_BUILD_ROOT%{py_sitedir}
34%py_postclean
35
36%clean
37rm -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.09754 seconds and 4 git commands to generate.