diff --git a/icewm.spec b/icewm.spec index 89b6966..5ca6165 100644 --- a/icewm.spec +++ b/icewm.spec @@ -1,6 +1,6 @@ Name: icewm Version: 1.2.32 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Light and configurable window manager Group: User Interface/Desktops @@ -11,12 +11,10 @@ Source1: http://lostclus.linux.kiev.ua/scripts/icewm-xdg-menu Source2: icewm.desktop Source4: icewm-startup BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) - -%define _rhel %{expand:%%(/usr/lib/rpm/redhat/dist.sh --el)} -%define _fedora %{expand:%%(/usr/lib/rpm/redhat/dist.sh --fc)} - -%if 0%{_fedora} >= 8 +%if 0%{fedora} >= 8 BuildRequires: popt-devel +%else +BuildRequires: popt %endif BuildRequires: imlib-devel @@ -136,6 +134,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Mon Aug 27 2007 - 1.2.32-1 +- Fix bad %%{_fedora} if/else. + * Sun Aug 26 2007 - 1.2.32-1 - Fixed license tag. - Fixed F8 BR - popt-devel.