From f78ae02435269a70b30e31674e62f4202adcf669 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Sat, 14 Jan 2012 02:22:43 -0600 Subject: [PATCH 1/4] - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild --- wmSun.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wmSun.spec b/wmSun.spec index 69398b7..8094405 100644 --- a/wmSun.spec +++ b/wmSun.spec @@ -1,6 +1,6 @@ Name: wmSun Version: 1.03 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Rise/Set time of Sun in a dockapp Group: User Interface/X @@ -40,6 +40,9 @@ install -p -m 0644 ./%{name}/%{name}.1 -t $RPM_BUILD_ROOT%{_mandir}/man1/ %changelog +* Sat Jan 14 2012 Fedora Release Engineering - 1.03-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + * Fri Jul 01 2011 Mario Blättermann 1.03-4 - Tweaked "make" call to get a real debug package From 3f398b884bf77444f33388de4f876c7323cc6056 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Sat, 21 Jul 2012 22:44:17 -0500 Subject: [PATCH 2/4] - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild --- wmSun.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wmSun.spec b/wmSun.spec index 8094405..85cb5aa 100644 --- a/wmSun.spec +++ b/wmSun.spec @@ -1,6 +1,6 @@ Name: wmSun Version: 1.03 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Rise/Set time of Sun in a dockapp Group: User Interface/X @@ -40,6 +40,9 @@ install -p -m 0644 ./%{name}/%{name}.1 -t $RPM_BUILD_ROOT%{_mandir}/man1/ %changelog +* Sun Jul 22 2012 Fedora Release Engineering - 1.03-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + * Sat Jan 14 2012 Fedora Release Engineering - 1.03-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild From 905d0eb422d0be233a107d3d87409f9b601618dd Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Thu, 14 Feb 2013 21:10:30 -0600 Subject: [PATCH 3/4] - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild --- wmSun.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wmSun.spec b/wmSun.spec index 85cb5aa..9810756 100644 --- a/wmSun.spec +++ b/wmSun.spec @@ -1,6 +1,6 @@ Name: wmSun Version: 1.03 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Rise/Set time of Sun in a dockapp Group: User Interface/X @@ -40,6 +40,9 @@ install -p -m 0644 ./%{name}/%{name}.1 -t $RPM_BUILD_ROOT%{_mandir}/man1/ %changelog +* Fri Feb 15 2013 Fedora Release Engineering - 1.03-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + * Sun Jul 22 2012 Fedora Release Engineering - 1.03-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild From ade7d80eef703316f6a9eabca150f495c305e804 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Tue, 12 Mar 2013 00:29:06 -0400 Subject: [PATCH 4/4] Retire wmSun - no maintainer --- dead.package | 1 + sources | 1 - wmSun.spec | 66 ---------------------------------------------------- 3 files changed, 1 insertion(+), 67 deletions(-) create mode 100644 dead.package delete mode 100644 sources delete mode 100644 wmSun.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 ed8a39b..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -34a2ea132f1a04e18be2d93abce40722 wmSun-1.03.tar.gz diff --git a/wmSun.spec b/wmSun.spec deleted file mode 100644 index 9810756..0000000 --- a/wmSun.spec +++ /dev/null @@ -1,66 +0,0 @@ -Name: wmSun -Version: 1.03 -Release: 7%{?dist} -Summary: Rise/Set time of Sun in a dockapp - -Group: User Interface/X -License: GPLv2+ -# Original homepage is down, use the pool at dockapps.org instead. -URL: http://www.dockapps.org/file.php/id/16 -Source0: http://www.dockapps.org/download.php/id/23/%{name}-%{version}.tar.gz -BuildRequires: libXext-devel -BuildRequires: libXpm-devel - -%description -Rise/Set time of Sun in a WindowMaker dockapp. - -%prep -%setup -q - - -%build -cd ./%{name} -make clean -make COPTS='%{optflags}' %{?_smp_mflags} - -%install -mkdir -p $RPM_BUILD_ROOT%{_bindir} -mkdir -p $RPM_BUILD_ROOT%{_mandir}/man1/ -install -p -m 0755 ./%{name}/%{name} -t $RPM_BUILD_ROOT%{_bindir} -install -p -m 0644 ./%{name}/%{name}.1 -t $RPM_BUILD_ROOT%{_mandir}/man1/ - - - -%files -%defattr(-,root,root,-) -%doc BUGS COPYING TODO ./%{name}/README -%{_bindir}/%{name} -%{_mandir}/man1/%{name}.1.* - - - -%changelog -* Fri Feb 15 2013 Fedora Release Engineering - 1.03-7 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild - -* Sun Jul 22 2012 Fedora Release Engineering - 1.03-6 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild - -* Sat Jan 14 2012 Fedora Release Engineering - 1.03-5 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild - - -* Fri Jul 01 2011 Mario Blättermann 1.03-4 -- Tweaked "make" call to get a real debug package -- Removed initial cleaning of buildroot in %%install - -* Thu Jun 30 2011 Mario Blättermann 1.03-3 -- Removed -s switch from install section to don't strip the binary -- Dropped %%clean section -- Dropped BuildRoot definition - -* Tue May 31 2011 Mario Blättermann 1.03-2 -- Replaced %{buildroot} with $RPM_BUILD_ROOT - -* Sat Apr 30 2011 Mario Blättermann 1.03-1 -- initial version