X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=libgsf%2Fmingw32-libgsf.spec;h=bbacbdeab112dcd8781207e8adf70c893c7a943c;hb=dce39ce269582b8855824cb55a375f5cfe0cf9aa;hp=acf9063714bc45e6f510c4a291525f9bb59a1cb5;hpb=db2ac6fee91425e9540224151bfea55cddb7224d;p=fedora-mingw.git diff --git a/libgsf/mingw32-libgsf.spec b/libgsf/mingw32-libgsf.spec index acf9063..bbacbde 100644 --- a/libgsf/mingw32-libgsf.spec +++ b/libgsf/mingw32-libgsf.spec @@ -5,7 +5,7 @@ %define __find_provides %{_mingw32_findprovides} Name: mingw32-libgsf -Version: 1.14.10 +Version: 1.14.11 Release: 1%{?dist} Summary: MinGW Windows port of GNOME Structured File Library @@ -34,7 +34,9 @@ BuildRequires: mingw32-zlib # Seems like this is only needed for GNOME integration: #BuildRequires: mingw32-gnome-vfs2 -BuildRequires: autoconf, pkgconfig +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 @@ -77,16 +79,20 @@ rm -r $RPM_BUILD_ROOT%{_mingw32_mandir}/man1 # we don't have gconf itself. Thus remove them if they were # built. rm -rf $RPM_BUILD_ROOT%{_mingw32_sysconfdir}/gconf +# Also gsf-office-thumbnailer only gets built if gconftool +# is installed. +rm -f $RPM_BUILD_ROOT%{_mingw32_bindir}/gsf-office-thumbnailer.exe + +%find_lang libgsf %clean rm -rf $RPM_BUILD_ROOT -%files +%files -f libgsf.mo %defattr(-,root,root) %{_mingw32_bindir}/gsf.exe -%{_mingw32_bindir}/gsf-office-thumbnailer.exe %{_mingw32_bindir}/gsf-vba-dump.exe %{_mingw32_bindir}/libgsf-1-114.dll %{_mingw32_bindir}/libgsf-win32-1-114.dll @@ -97,9 +103,15 @@ rm -rf $RPM_BUILD_ROOT %{_mingw32_libdir}/pkgconfig/libgsf-1.pc %{_mingw32_libdir}/pkgconfig/libgsf-win32-1.pc %{_mingw32_includedir}/libgsf-1/ -%{_mingw32_datadir}/locale/*/LC_MESSAGES/libgsf.mo %changelog +* Fri Jan 23 2009 Richard W.M. Jones - 1.14.11-1 +- Rebase to native Fedora version 1.14.11. +- Use find_lang macro. + +* Sat Nov 22 2008 Richard W.M. Jones - 1.14.10-2 +- +BR intltool. + * Sat Nov 22 2008 Richard W.M. Jones - 1.14.10-1 - Initial RPM release.