https://bugzilla.redhat.com/show_bug.cgi?id=851810
--- Comment #8 from Thomas Sailer t.sailer@alumni.ethz.ch --- (In reply to comment #5)
Hi Kalev,
thanks a lot for your comments!
Group: Development/Libraries
Replaced with System Environment/Libraries (like mingw-gmp)
%package -n mingw32-%{mingw_pkg_name}
I used mingw_pkg_name because afaik you did and you're my role model for mingw packages :) I changed it to name1
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) %install rm -rf $RPM_BUILD_ROOT %clean rm -rf $RPM_BUILD_ROOT %defattr(-,root,root,-) iconv -f iso-8859-1 -t utf-8 doc/mpfr.info > doc/mpfr.info.aux mv doc/mpfr.info.aux doc/mpfr.info
Since I'm not terribly interested in EPEL packages for old EPEL releases, I removed all these.
Release bumped to -2
Spec URL: http://sailer.fedorapeople.org/mingw-mpfr.spec SRPM URL: http://sailer.fedorapeople.org/mingw-mpfr-3.1.1-2.fc17.src.rpm