X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=libgsf%2Fmingw32-libgsf.spec;h=769f6d0694a9b5fdfc09a133201a2d2375df747c;hb=f5fb0d87bb47b6a323131a45dea1e19c8718ce71;hp=9d02b3f11dbfc0c677c5d1e3d13cf1f7d09af4ad;hpb=af59ffaca41e0b2914700f5129a288f502884096;p=fedora-mingw.git diff --git a/libgsf/mingw32-libgsf.spec b/libgsf/mingw32-libgsf.spec index 9d02b3f..769f6d0 100644 --- a/libgsf/mingw32-libgsf.spec +++ b/libgsf/mingw32-libgsf.spec @@ -6,7 +6,7 @@ Name: mingw32-libgsf Version: 1.14.11 -Release: 1%{?dist} +Release: 4%{?dist} Summary: MinGW Windows port of GNOME Structured File Library License: LGPLv2 @@ -27,6 +27,7 @@ BuildRequires: mingw32-bzip2 >= 1.0.5-4 BuildRequires: mingw32-gettext BuildRequires: mingw32-iconv BuildRequires: mingw32-zlib +BuildRequires: mingw32-dlfcn # We don't have bonobo in MinGW yet: #BuildRequires: mingw32-libbonobo # We don't build Python packages yet: @@ -38,8 +39,7 @@ BuildRequires: autoconf BuildRequires: pkgconfig BuildRequires: intltool -Patch1000: mingw32-libgsf-1.14.10-better-bz2-detection.patch -Patch1001: mingw32-libgsf-1.14.10-glib-deprecated.patch +Requires: pkgconfig %description @@ -51,9 +51,6 @@ This is the MinGW Windows cross-compiled port of libgsf. %prep %setup -q -n libgsf-%{version} -%patch1000 -p1 -%patch1001 -p1 - autoconf @@ -90,8 +87,9 @@ rm -f $RPM_BUILD_ROOT%{_mingw32_bindir}/gsf-office-thumbnailer.exe rm -rf $RPM_BUILD_ROOT -%files -f libgsf.mo +%files -f libgsf.lang %defattr(-,root,root) +%doc COPYING COPYING.LIB %{_mingw32_bindir}/gsf.exe %{_mingw32_bindir}/gsf-vba-dump.exe %{_mingw32_bindir}/libgsf-1-114.dll @@ -106,9 +104,21 @@ rm -rf $RPM_BUILD_ROOT %changelog -* Fri Jan 23 2008 Richard W.M. Jones - 1.14.11-1 +* Fri Feb 20 2009 Richard W.M. Jones - 1.14.11-4 +- Rebuild for mingw32-gcc 4.4 + +* Fri Feb 6 2009 Richard W.M. Jones - 1.14.11-3 +- Include license files. + +* Fri Jan 30 2009 Richard W.M. Jones - 1.14.11-2 +- Requires pkgconfig. + +* Fri Jan 23 2009 Richard W.M. Jones - 1.14.11-1 - Rebase to native Fedora version 1.14.11. - Use find_lang macro. +- Remove mingw32-libgsf-1.14.10-better-bz2-detection.patch, now upstream. +- Remove mingw32-libgsf-1.14.10-glib-deprecated.patch, now fixed upstream. +- +BR mingw32-dlfcn. * Sat Nov 22 2008 Richard W.M. Jones - 1.14.10-2 - +BR intltool.