diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 0079df0..0000000 --- a/.gitignore +++ /dev/null @@ -1,3 +0,0 @@ -wmfrog-0.2.1.tgz -/wmfrog-0.2.2.tgz -/wmfrog-0.3.1.tgz diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..5204a84 --- /dev/null +++ b/dead.package @@ -0,0 +1 @@ +Orphaned for 6+ weeks diff --git a/sources b/sources deleted file mode 100644 index 33ab76d..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -de4975f2c6a7931fdf5faa3c263aaf5f wmfrog-0.3.1.tgz diff --git a/wmfrog-0.3.1-Skip-warning.patch b/wmfrog-0.3.1-Skip-warning.patch deleted file mode 100644 index 5e29f35..0000000 --- a/wmfrog-0.3.1-Skip-warning.patch +++ /dev/null @@ -1,28 +0,0 @@ -From a1011efd4be1d960e2a145f15ad8e7aa92b31fea Mon Sep 17 00:00:00 2001 -From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= -Date: Tue, 15 May 2012 20:31:22 +0200 -Subject: [PATCH] Skip warning - -NOAA started to warn about redirect to new URL -. This patch skips the warning. -We need to move to the new URL soon. ---- - Src/weather.pl | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) - -diff --git a/Src/weather.pl b/Src/weather.pl -index 5ceeccd..c556950 100755 ---- a/Src/weather.pl -+++ b/Src/weather.pl -@@ -40,7 +40,7 @@ if($mode eq "http") - $line=; - } - $i=0; -- while($i!=12 && !eof(DATA)) -+ while($i!=21 && !eof(DATA)) - { - $line=; - $i++; --- -1.7.3.4 - diff --git a/wmfrog.spec b/wmfrog.spec deleted file mode 100644 index f259263..0000000 --- a/wmfrog.spec +++ /dev/null @@ -1,101 +0,0 @@ -Name: wmfrog -Version: 0.3.1 -Release: 15%{?dist} -Summary: A weather application, it shows the weather in a graphical way -Group: Amusements/Graphics -License: GPLv2+ -URL: http://wiki.colar.net/wmfrog_dockapp -Source0: http://bitbucket.org/tcolar/%{name}/downloads/%{name}-%{version}.tgz -# Bug 822219, submitted to upstream. -Patch0: %{name}-0.3.1-Skip-warning.patch -BuildRequires: libX11-devel, libXext-devel, libXpm-devel -Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) -Requires: wget - -%description -This is a weather application, it shows the weather in a graphical way. The -artwork looks like a kiddo did it, but that's part of the charm… Ok, I did it -when I was 25, I'm a programmer not a designer :) - -%prep -%setup -q -c -%patch0 -p1 -b .warning -sed -i -e 's|/lib/wmfrog|/libexec/wmfrog|' Src/Makefile -sed -i -e 's|/usr/lib/|%{_libexecdir}/|' Src/wmFrog.c -# Remove prebuilt binaries -make -C Src clean - -%build -cd Src -make CFLAGS="${RPM_OPT_FLAGS}" %{?_smp_mflags} - -%install -cd Src -make install DESTDIR=$RPM_BUILD_ROOT - -%files -%{_bindir}/%{name} -%{_libexecdir}/%{name} -%doc CHANGES COPYING HINTS - -%changelog -* Fri Feb 05 2016 Fedora Release Engineering - 0.3.1-15 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild - -* Fri Jun 19 2015 Fedora Release Engineering - 0.3.1-14 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild - -* Wed Jun 03 2015 Jitka Plesnikova - 0.3.1-13 -- Perl 5.22 rebuild - -* Wed Aug 27 2014 Jitka Plesnikova - 0.3.1-12 -- Perl 5.20 rebuild - -* Mon Aug 18 2014 Fedora Release Engineering - 0.3.1-11 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild - -* Sun Jun 08 2014 Fedora Release Engineering - 0.3.1-10 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild - -* Sun Aug 04 2013 Fedora Release Engineering - 0.3.1-9 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild - -* Wed Jul 17 2013 Petr Pisar - 0.3.1-8 -- Perl 5.18 rebuild - -* Fri Feb 15 2013 Fedora Release Engineering - 0.3.1-7 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild - -* Sun Jul 22 2012 Fedora Release Engineering - 0.3.1-6 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild - -* Fri Jun 08 2012 Petr Pisar - 0.3.1-5 -- Perl 5.16 rebuild - -* Thu May 17 2012 Petr Pisar - 0.3.1-4 -- Adjust to NOAA web page change (bug #822219) -- Depend on perl ABI -- Clean spec file - -* Sat Jan 14 2012 Fedora Release Engineering - 0.3.1-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild - -* Mon Feb 07 2011 Fedora Release Engineering - 0.3.1-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild - -* Thu Dec 02 2010 Petr Pisar - 0.3.1-1 -- 0.3.1 bump -- Fixed clouds/wind parsing issues - -* Wed Sep 01 2010 Petr Pisar - 0.2.2-1 -- 0.2.2 bump - -* Mon Aug 09 2010 Petr Pisar - 0.2.1-2 -- Change RPM group to Amusements/Graphics - -* Thu Aug 05 2010 Petr Pisar - 0.2.1-1 -- 0.2.1 bump -- Fix METAR parser - -* Tue Aug 03 2010 Petr Pisar - 0.2.0-1 -- 0.2.0 import