wmapmload/wmapmload.spec
Andreas Bierfert 7fb4165023 - FE6 rebuild
2006-09-15 13:43:20 +00:00

60 lines
1.3 KiB
RPMSpec

Name: wmapmload
Version: 0.3.4
Release: 5%{?dist}
Summary: Wmapmload monitors your apm status in an lcd display fashion
Group: User Interface/X
License: GPL
URL: http://tnemeth.free.fr/projets/dockapps.html
Source0: http://tnemeth.free.fr/projets/programmes/wmapmload-0.3.4.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: libX11-devel
BuildRequires: libXext-devel
BuildRequireS: libXpm-devel
%description
%{summary}
%prep
%setup -q
%build
%configure
make %{?_smp_mflags}
%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root,-)
%doc AUTHORS ChangeLog COPYING THANKS TODO
%{_bindir}/wmapmload
%{_mandir}/man1/*
%changelog
* Fri Sep 15 2006 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
0.3.4-5
- FE6 rebuild
* Thu Feb 16 2006 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
0.3.4-4
- Rebuild for Fedora Extras 5
* Fri Nov 25 2005 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
0.3.4-3
- modular xorg integration
* Thu Sep 15 2005 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
0.3.4-2
- add dist
* Fri Jun 03 2005 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
0.3.4-1
- Initial Release