Compare commits

...
Sign in to create a new pull request.

4 commits

Author SHA1 Message Date
Bill Nottingham
ade7d80eef Retire wmSun - no maintainer 2013-03-12 00:29:06 -04:00
Dennis Gilmore
905d0eb422 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild 2013-02-14 21:10:30 -06:00
Dennis Gilmore
3f398b884b - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild 2012-07-21 22:44:17 -05:00
Dennis Gilmore
f78ae02435 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild 2012-01-14 02:22:43 -06:00
3 changed files with 1 additions and 58 deletions

1
dead.package Normal file
View file

@ -0,0 +1 @@
This package was retired on 2013-03-11 due to a lack of a willing Fedora maintainer.

View file

@ -1 +0,0 @@
34a2ea132f1a04e18be2d93abce40722 wmSun-1.03.tar.gz

View file

@ -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 <mariobl@fedoraproject.org> 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 <mariobl@fedoraproject.org> 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 <mariobl@fedoraproject.org> 1.03-2
- Replaced %{buildroot} with $RPM_BUILD_ROOT
* Sat Apr 30 2011 Mario Blättermann <mariobl@fedoraproject.org> 1.03-1
- initial version