- Remove man page which duplicates what is in base Fedora.
[fedora-mingw.git] / example / mingw32-example.spec
index e17205e..168466b 100644 (file)
@@ -39,7 +39,7 @@ BuildRequires:  mingw32-binutils
 
 
 %build
-%{_mingw32_configure}
+%{_mingw32_configure} --disable-static
 make %{?_smp_mflags}
 
 
@@ -57,11 +57,12 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(-,root,root)
+%doc LICENSE
 %{_mingw32_bindir}/foo.dll
 %{_mingw32_libdir}/foo.dll.a
 # etc.
 
 
 %changelog
-* Thu Nov 13 2008 Your Name <you@example.com> - 1.2.3-1
+* Fri Jan 23 2009 Your Name <you@example.com> - 1.2.3-1
 - Initial RPM release.