From db918e8217d3eaf70424ac20eb88a1d1fdf77719 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Sat, 14 Jan 2012 02:23:16 -0600 Subject: [PATCH 1/4] - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild --- wmbinclock.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wmbinclock.spec b/wmbinclock.spec index fb9cb11..240f418 100644 --- a/wmbinclock.spec +++ b/wmbinclock.spec @@ -1,6 +1,6 @@ Name: wmbinclock Version: 0.5 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Dockapp which shows the actual system time as binary clock Summary(de): Dockapp welches die aktuelle Systemzeit in binärer Form anzeigt @@ -43,6 +43,9 @@ install -p -m 755 wmBinClock %{buildroot}%{_bindir} %changelog +* Sat Jan 14 2012 Fedora Release Engineering - 0.5-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + * Sun May 08 2011 Mario Blättermann 0.5-2 - Added CFLAGS to the build. - Removed initial clean of BUILDROOT in %%install. From 8a343764abe6b5bfdd0bcea9aba364442c6c7d5d Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Sat, 21 Jul 2012 22:45:09 -0500 Subject: [PATCH 2/4] - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild --- wmbinclock.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wmbinclock.spec b/wmbinclock.spec index 240f418..22014e4 100644 --- a/wmbinclock.spec +++ b/wmbinclock.spec @@ -1,6 +1,6 @@ Name: wmbinclock Version: 0.5 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Dockapp which shows the actual system time as binary clock Summary(de): Dockapp welches die aktuelle Systemzeit in binärer Form anzeigt @@ -43,6 +43,9 @@ install -p -m 755 wmBinClock %{buildroot}%{_bindir} %changelog +* Sun Jul 22 2012 Fedora Release Engineering - 0.5-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + * Sat Jan 14 2012 Fedora Release Engineering - 0.5-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild From 9e318765ccc08d9da28b836cf0c0acd16b87031c Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Thu, 14 Feb 2013 21:11:01 -0600 Subject: [PATCH 3/4] - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild --- wmbinclock.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wmbinclock.spec b/wmbinclock.spec index 22014e4..9a2d957 100644 --- a/wmbinclock.spec +++ b/wmbinclock.spec @@ -1,6 +1,6 @@ Name: wmbinclock Version: 0.5 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Dockapp which shows the actual system time as binary clock Summary(de): Dockapp welches die aktuelle Systemzeit in binärer Form anzeigt @@ -43,6 +43,9 @@ install -p -m 755 wmBinClock %{buildroot}%{_bindir} %changelog +* Fri Feb 15 2013 Fedora Release Engineering - 0.5-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + * Sun Jul 22 2012 Fedora Release Engineering - 0.5-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild From 7530a9269325493f57e0cba631f0a921e665ada6 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Tue, 12 Mar 2013 00:29:56 -0400 Subject: [PATCH 4/4] Retire wmbinclock - no maintainer --- dead.package | 1 + sources | 1 - wmbinclock.spec | 60 ------------------------------------------------- 3 files changed, 1 insertion(+), 61 deletions(-) create mode 100644 dead.package delete mode 100644 sources delete mode 100644 wmbinclock.spec diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..5e32ab9 --- /dev/null +++ b/dead.package @@ -0,0 +1 @@ +This package was retired on 2013-03-11 due to a lack of a willing Fedora maintainer. diff --git a/sources b/sources deleted file mode 100644 index 907f543..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -ba268e66b59b100edb9da1cee064c258 wmbinclock-0.5.tar.bz2 diff --git a/wmbinclock.spec b/wmbinclock.spec deleted file mode 100644 index 9a2d957..0000000 --- a/wmbinclock.spec +++ /dev/null @@ -1,60 +0,0 @@ -Name: wmbinclock -Version: 0.5 -Release: 5%{?dist} -Summary: Dockapp which shows the actual system time as binary clock -Summary(de): Dockapp welches die aktuelle Systemzeit in binärer Form anzeigt - -Group: User Interface/X -License: GPLv2+ -URL: http://wmbinclock.sourceforge.net -Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2 - -BuildRequires: libXext-devel -BuildRequires: libXpm-devel - -%description -Dockapp which shows the actual system time as binary clock. - -You have to add up the "bits" to get the time. The clock has a 24 hour format. - -%description -l de -Dockapp welches die aktuelle Systemzeit in binärer Form anzeigt. - -Sie müssen die »Bits« addieren, um die Zeit zu erhalten. -Die Zeit wird im 24-Stunden-Format angezeigt. - -%prep -%setup -q - - -%build -make CFLAGS="%{?optflags}" %{?_smp_mflags} - - -%install -mkdir -p %{buildroot}%{_bindir} -install -p -m 755 wmBinClock %{buildroot}%{_bindir} - - -%files -%defattr(-,root,root,-) -%doc CHANGELOG COPYING README -%{_bindir}/wmBinClock - - -%changelog -* Fri Feb 15 2013 Fedora Release Engineering - 0.5-5 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild - -* Sun Jul 22 2012 Fedora Release Engineering - 0.5-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild - -* Sat Jan 14 2012 Fedora Release Engineering - 0.5-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild - -* Sun May 08 2011 Mario Blättermann 0.5-2 -- Added CFLAGS to the build. -- Removed initial clean of BUILDROOT in %%install. - -* Sat Feb 26 2011 Mario Blättermann 0.5-1 -- initial version