71 lines
1.6 KiB
RPMSpec
71 lines
1.6 KiB
RPMSpec
Name: wmapmload
|
|
Version: 0.3.4
|
|
Release: 8%{?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
|
|
* Mon Feb 18 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.3.4-8
|
|
- Autorebuild for GCC 4.3
|
|
|
|
* Mon Feb 11 2008 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de> - 0.3.4-7
|
|
- Rebuilt for gcc43
|
|
|
|
* 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
|