X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=libidn%2Fmingw32-libidn.spec;fp=libidn%2Fmingw32-libidn.spec;h=8692617364c51b6fc986c7e3539da8e486a6e8d3;hb=b5b5a8177d7e9f3dae1a253381200b866c829605;hp=361239881d9d7556ca6d5f779687f0b84f53d1f4;hpb=65f89319def8b0976adaf7ca95e594482de092eb;p=fedora-mingw.git diff --git a/libidn/mingw32-libidn.spec b/libidn/mingw32-libidn.spec index 3612398..8692617 100644 --- a/libidn/mingw32-libidn.spec +++ b/libidn/mingw32-libidn.spec @@ -10,7 +10,7 @@ Name: mingw32-libidn Version: 1.9 -Release: 4%{?dist} +Release: 5%{?dist} Summary: MinGW Windows Internationalized Domain Name support library License: LGPLv2+ @@ -41,6 +41,15 @@ Names (IDN) working group, used for internationalized domain names. +%package static +Summary: Static version of the MinGW Windows IDN library +Requires: %{name} = %{version}-%{release} +Group: Development/Libraries + +%description static +Static version of the MinGW Windows IDN library. + + %prep %setup -q -n libidn-%{version} #%patch0 -p1 -b .aconf262 @@ -48,7 +57,7 @@ names. %build -%{_mingw32_configure} --disable-csharp --disable-static +%{_mingw32_configure} --disable-csharp --enable-static --enable-shared make %{?_smp_mflags} @@ -67,7 +76,7 @@ rm -rf $RPM_BUILD_ROOT %files -%defattr(-,root,root) +%defattr(-,root,root,-) %doc COPYING COPYING.LIB %{_mingw32_bindir}/idn.exe %{_mingw32_bindir}/libidn-11.dll @@ -78,7 +87,15 @@ rm -rf $RPM_BUILD_ROOT %{_mingw32_datadir}/locale/*/LC_MESSAGES/libidn.mo +%files static +%defattr(-,root,root,-) +%{_mingw32_libdir}/libidn.a + %changelog +* Fri Apr 3 2009 Erik van Pienbroek - 1.9-5 +- Added -static subpackage +- Fixed %%defattr line + * Fri Feb 20 2009 Richard W.M. Jones - 1.9-4 - Rebuild for mingw32-gcc 4.4