]> git.pld-linux.org Git - packages/bgbuddy.git/commitdiff
- new
authorgrzegol <grzegol@pld-linux.org>
Thu, 17 Jul 2003 20:17:53 +0000 (20:17 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bgbuddy.spec -> 1.1

bgbuddy.spec [new file with mode: 0644]

diff --git a/bgbuddy.spec b/bgbuddy.spec
new file mode 100644 (file)
index 0000000..91cf8b3
--- /dev/null
@@ -0,0 +1,40 @@
+%include       /usr/lib/rpm/macros.perl
+Summary:       Automatic wallpaper rotating daemon
+Summary(pl):   Demon s³u¿±cy do automatycznej zmiany tapety
+Name:          bgbuddy
+Version:       1.22
+Release:       1
+License:       The Q Public License
+Group:         Daemons
+Source0:       http://www.fewt.com/downloads/%{name}-%{version}.tar.gz
+# Source0-md5: 221004eabce6e1c1f5a0deaf6dad0c23
+URL:           http://www.fewt.com/bgbuddy.shtml
+BuildArch:     noarch
+BuildRequires: rpm-perlprov
+%requires_eq   perl
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Automatic wallpaper rotating daemon. It supports GNOME 2.x, WindowMaker, FluxBox and XFCE.
+
+%description -l pl
+Demon s³u¿±cy do automatycznej zmiany tapety. Dzia³a z GNOME 2.x, WindowMakerem, FluxBoksem, i XFCE.
+
+%prep
+%setup -q
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT{%{_bindir},%{_pixmapsdir}}
+
+install %{name} $RPM_BUILD_ROOT%{_bindir}
+install %{name}.png $RPM_BUILD_ROOT%{_pixmapsdir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc changelog license.txt readme
+%attr(755,root,root) %{_bindir}/*
+%{_pixmapsdir}/*
This page took 0.038609 seconds and 4 git commands to generate.