wmapmload/wmapmload.spec
Andreas Bierfert 37332aee9e - new license tag
- rebuild for buildid (devel)
2007-08-23 06:04:13 +00:00

65 lines
1.4 KiB
RPMSpec

Name: wmapmload
Version: 0.3.4
Release: 6%{?dist}
Summary: Wmapmload monitors your apm status in an lcd display fashion
Group: User Interface/X
License: GPLv2+
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
* Thu Aug 23 2007 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
0.3.4-6
- new license tag
- rebuild for buildid
* 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