X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=virt-top%2Fmingw32-virt-top.spec;h=5ee680d32be5c4b20b69d1cb83d33bc9c9b44d1b;hb=a93c97ce60a264d7c09d196490dd144bdb09aa2d;hp=a89cbca68386a0c61f3e943ac5ee88132cc27ef9;hpb=e14ee35b73775de31df3e901216d211633f128e9;p=fedora-mingw.git diff --git a/virt-top/mingw32-virt-top.spec b/virt-top/mingw32-virt-top.spec index a89cbca..5ee680d 100644 --- a/virt-top/mingw32-virt-top.spec +++ b/virt-top/mingw32-virt-top.spec @@ -6,7 +6,7 @@ Name: mingw32-virt-top Version: 1.0.3 -Release: 3%{?dist} +Release: 4%{?dist} Summary: MinGW Windows port of top(1) for virtualization stats License: GPLv2+ @@ -24,7 +24,7 @@ Patch1000: virt-top-1.0.3-link-pdcurses.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -BuildRequires: mingw32-filesystem >= 35 +BuildRequires: mingw32-filesystem >= 43-6 BuildRequires: mingw32-gcc BuildRequires: mingw32-binutils @@ -92,6 +92,8 @@ export OCAMLFIND_CONF=%{_sysconfdir}/%{_mingw32_target}-ocamlfind.conf make DESTDIR=$RPM_BUILD_ROOT install +# Rename win32 native binaries +mv $RPM_BUILD_ROOT%{_mingw32_bindir}/virt-top $RPM_BUILD_ROOT%{_mingw32_bindir}/virt-top.exe %clean rm -rf $RPM_BUILD_ROOT @@ -99,10 +101,13 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root) -%{_mingw32_bindir}/virt-top +%{_mingw32_bindir}/virt-top.exe %changelog +* Tue Jan 27 2009 Levente Farkas - 1.0.3-4 +- Rename win32 binaries. + * Sat Jan 24 2009 Richard W.M. Jones - 1.0.3-3 - PDcurses library was renamed to libpdcurses.dll