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 69398b7..0000000 --- a/wmSun.spec +++ /dev/null @@ -1,57 +0,0 @@ -Name: wmSun -Version: 1.03 -Release: 4%{?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 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