[Temperature.app] Initial commit

Mario Blättermann mariobl at fedoraproject.org
Fri Jan 13 21:59:13 UTC 2012


commit d5fb94a08a7180392c849b60b8220f16845675dc
Author: Mario Blättermann <mariobl at gnome.org>
Date:   Fri Jan 13 22:57:58 2012 +0100

    Initial commit

 .gitignore           |    1 +
 Temperature.app.1    |   65 ++++++++++++++++++++++++++++++++++++++++++++
 Temperature.app.spec |   73 ++++++++++++++++++++++++++++++++++++++++++++++++++
 sources              |    1 +
 4 files changed, 140 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..0f9549c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/Temperature.app-1.5.tar.gz
diff --git a/Temperature.app.1 b/Temperature.app.1
new file mode 100644
index 0000000..18fbaa2
--- /dev/null
+++ b/Temperature.app.1
@@ -0,0 +1,65 @@
+.\" Man Page for Temperature.app
+.\" groff -man -Tascii Temperature.app.1
+.\"
+.TH TEMPERATURE.APP 1 "July 2011" Linux "User Manuals"
+.SH NAME
+Temperature.app
+.SH SYNOPSIS
+.B Temperature.app
+[-s <station id>][-t 12|24][-f][-V][-n <name>][-d <disp>][-v][-h, --help]
+.SH DESCRIPTION
+.B Temperature.app
+is a Window Maker dock application which
+fetches local temperature information every 15 minutes from 
+ftp://weather.noaa.gov and displays it (in Celsius or Fahrenheit).
+  
+.SH OPTIONS
+
+.TP
+.I \-s <station-id>
+set station id (ICAO Location Indicator)
+.PP
+You must supply the ICAO Location Indicator (a 4-character string)
+of a weather station near you. You can search for a station on
+this site:
+.B
+http://www.nws.noaa.gov/oso/siteloc.shtml
+
+.TP
+.I \-t 12|24
+Display time of temperature observation (12 or 24 hour format)
+
+.TP
+.I \-f
+Display degrees in Fahrenheit
+
+.TP
+.I \-V
+Display verbose messages from wget 
+
+.TP
+.I \-n <name>
+Set client instance name
+
+.TP
+.I \-d <display>
+Set display
+
+.TP
+.I \-v
+Print version and exit
+
+.TP
+.I \-h, --help
+Display some help information and exit
+
+.SH BUGS
+Development is inactive, you may leave your comments here:
+.TP
+.B http://www.dockapps.org/file.php/id/86
+.SH AUTHORS
+.TP
+.I Per Liden <per at fukt.bth.se>
+.TP
+.I <carlos at gamma.ttk.pte.hu>
+
diff --git a/Temperature.app.spec b/Temperature.app.spec
new file mode 100644
index 0000000..4a5e4b9
--- /dev/null
+++ b/Temperature.app.spec
@@ -0,0 +1,73 @@
+Name:           Temperature.app
+Version:        1.5
+Release:        8%{?dist}
+Summary:        Window Maker applet which fetches local temperature information
+Summary(de):    Applet für Window Maker zur Anzeige von lokalen Temperaturinformationen
+Group:          User Interface/X 
+
+License:        GPLv2+
+# Original homepage doesn't exist anymore, we use the pool at dockapps.org.
+URL:            http://dockapps.windowmaker.org/file.php/id/86
+Source0:        http://dockapps.windowmaker.org/download.php/id/816/%{name}-%{version}.tar.gz
+# Manual page has been written by myself.
+Source1:        %{name}.1
+
+BuildRequires:  libXext-devel
+BuildRequires:  libXpm-devel
+
+%description
+Temperature.app is a Window Maker applet which fetches local temperature
+information every 15 minutes from http://weather.noaa.gov and displays it
+(in Celsius or Fahrenheit).
+
+%description -l de
+Temperature.app ist ein Applet für Window Maker, das in Abständen von 15 Minuten
+lokale Temperaturinformationen von http://weather.noaa.gov bezieht und diese
+anzeigt (in Grad Celsius oder Fahrenheit).
+
+
+%prep
+%setup -q
+
+
+%build
+make CXXFLAGS='%{optflags}' %{?_smp_mflags}
+
+
+%install
+install -D -p -m 755 %{name} %{buildroot}%{_bindir}/%{name}
+install -D -p -m 644 %{SOURCE1} %{buildroot}%{_mandir}/man1/%{name}.1
+
+%files
+%doc COPYING README
+%{_bindir}/%{name}
+%{_mandir}/man1/%{name}.1.*
+
+%changelog
+
+* Sun Jan 08 2012 Mario Blättermann <mariobl at fedoraproject.org> 1.5-8
+- Removed "www" from links to make them valid
+- Fixed man page permissions
+
+* Wed Dec 28 2011 Mario Blättermann <mariobl at fedoraproject.org> 1.5-7
+- Provide the manpage uncompressed
+
+* Sun Nov 20 2011 Mario Blättermann <mariobl at fedoraproject.org> 1.5-6
+- Changed source and download URLs
+
+* Sun Nov 20 2011 Mario Blättermann <mariobl at fedoraproject.org> 1.5-5
+- Removed defattr macro from files list
+- Dropped mkdir commands from install section
+- Added German summary and description
+
+* Sun Jul 17 2011 Mario Blättermann <mariobl at fedoraproject.org> 1.5-4
+- Tweaked the manpage
+
+* Mon Jul 04 2011 Mario Blättermann <mariobl at fedoraproject.org> 1.5-3
+- Added group
+
+* Sun Jul 03 2011 Mario Blättermann <mariobl at fedoraproject.org> 1.5-2
+- Added manpage
+
+* Sun Jul 03 2011 Mario Blättermann <mariobl at fedoraproject.org> 1.5-1
+- Initial package
diff --git a/sources b/sources
index e69de29..1d724c4 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+e8d294085ebbe062f0d7b02dfb1d1071  Temperature.app-1.5.tar.gz


More information about the scm-commits mailing list