X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=libgpg-error%2Fmingw-libgpg-error.spec;h=5eac3e7bb2d26bf470223f3028e696f78535353b;hb=af7674126de2e245878bddb46900d5578e17f9d1;hp=a3249bdc74931863c8c8bdf8b151be64ab1936d5;hpb=82bf3575ecad29001d64245ea3e960e9b217c3e0;p=fedora-mingw.git diff --git a/libgpg-error/mingw-libgpg-error.spec b/libgpg-error/mingw-libgpg-error.spec index a3249bd..5eac3e7 100644 --- a/libgpg-error/mingw-libgpg-error.spec +++ b/libgpg-error/mingw-libgpg-error.spec @@ -2,7 +2,7 @@ Name: mingw-libgpg-error Version: 1.6 -Release: 1%{?dist} +Release: 2%{?dist} Summary: MinGW Windows GnuPGP error library License: LGPLv2+ @@ -25,7 +25,7 @@ MinGW Windows GnuPGP error library. %build -CFLAGS="$RPM_OPT_FLAGS" \ +CFLAGS="-O2 -g -Wall -pipe" \ ./configure \ --build=%_build \ --host=i686-pc-mingw32 \ @@ -46,13 +46,19 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root) -%{_prefix}/i686-pc-mingw32/sys-root/mingw/bin/* -%{_prefix}/i686-pc-mingw32/sys-root/mingw/lib/* -%{_prefix}/i686-pc-mingw32/sys-root/mingw/include/* +%{_prefix}/i686-pc-mingw32/sys-root/mingw/bin/gpg-error-config +%{_prefix}/i686-pc-mingw32/sys-root/mingw/bin/gpg-error.exe +%{_prefix}/i686-pc-mingw32/sys-root/mingw/bin/libgpg-error-0.dll +%{_prefix}/i686-pc-mingw32/sys-root/mingw/lib/libgpg-error.a +%{_prefix}/i686-pc-mingw32/sys-root/mingw/lib/libgpg-error.dll.a +%{_prefix}/i686-pc-mingw32/sys-root/mingw/lib/libgpg-error.la +%{_prefix}/i686-pc-mingw32/sys-root/mingw/include/gpg-error.h %{_prefix}/i686-pc-mingw32/sys-root/mingw/share/aclocal/gpg-error.m4 %{_prefix}/i686-pc-mingw32/sys-root/mingw/share/common-lisp/source/gpg-error/* - %changelog -* Mon Jul 7 2008 Richard W.M. Jones - 2.18.50_20080109_2-5 +* Tue Sep 2 2008 Daniel P. Berrange - 1.6-2 +- List files explicitly and use custom CFLAGS + +* Mon Jul 7 2008 Richard W.M. Jones - 1.6-1 - Initial RPM release, largely based on earlier work from several sources.