summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpius1999-07-07 17:30:33 (GMT)
committercvs2git2012-06-24 12:13:13 (GMT)
commit9233e44db215a4644f2be9f21e4f22b571711aba (patch)
tree3de16617db0b0e64e5ff164bf7e9e375116b4551
parentfc3dc8e271590ffa9f56e01284771c485d80a54d (diff)
downloadwmWeather-9233e44db215a4644f2be9f21e4f22b571711aba.zip
wmWeather-9233e44db215a4644f2be9f21e4f22b571711aba.tar.gz
- desktop instead of wmconfig.
Changed files: wmWeather.spec -> 1.8
-rw-r--r--wmWeather.spec10
1 files changed, 5 insertions, 5 deletions
diff --git a/wmWeather.spec b/wmWeather.spec
index 8fec335..0afc409 100644
--- a/wmWeather.spec
+++ b/wmWeather.spec
@@ -2,12 +2,12 @@ Summary: Applet that displays the weather.
Summary(pl): Aplet wyświetlający informacje o pogodzie
Name: wmWeather
Version: 1.31
-Release: 1
+Release: 2
Copyright: GPL
Group: X11/Window Managers/Tools
Group(pl): X11/Zarządcy Okien/Narzędzia
Source0: %{name}-%{version}.tar.gz
-Source1: wmWeather.wmconfig
+Source1: wmWeather.desktop
BuildPrereq: XFree86-devel
BuildPrereq: xpm-devel
BuildRoot: /tmp/%{name}-%{version}-root
@@ -33,13 +33,13 @@ make -C Src \
%install
rm -rf $RPM_BUILD_ROOT
install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1} \
- $RPM_BUILD_ROOT/etc/X11/wmconfig
+ $RPM_BUILD_ROOT/etc/X11/applnk/DockApplets
install -s Src/%{name} $RPM_BUILD_ROOT%{_bindir}
install Src/GrabWeather $RPM_BUILD_ROOT%{_bindir}
install Src/%{name}.1 $RPM_BUILD_ROOT%{_mandir}/man1
-install %{SOURCE1} $RPM_BUILD_ROOT/etc/X11/wmconfig/%{name}
+install %{SOURCE1} $RPM_BUILD_ROOT/etc/X11/applnk/DockApplets
gzip -9nf $RPM_BUILD_ROOT%{_mandir}/man1/* \
HINTS BUGS CHANGES
@@ -53,7 +53,7 @@ rm -rf $RPM_BUILD_ROOT
%attr(755,root,root) %{_bindir}/%{name}
%attr(755,root,root) %{_bindir}/GrabWeather
%{_mandir}/man1/*
-/etc/X11/wmconfig/%{name}
+/etc/X11/applnk/DockApplets/wmWeather.desktop
%changelog
* Mon May 24 1999 Piotr Czerwiński <pius@pld.org.pl>