|
|
@ -1,8 +1,7 @@
|
|
|
|
Summary: GNOME Structured File library
|
|
|
|
Summary: GNOME Structured File library
|
|
|
|
Name: libgsf
|
|
|
|
Name: libgsf
|
|
|
|
Version: 1.14.41
|
|
|
|
Version: 1.14.47
|
|
|
|
Release: 5%{?dist}
|
|
|
|
Release: 5%{?dist}
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
|
|
|
|
License: LGPLv2
|
|
|
|
License: LGPLv2
|
|
|
|
Source: ftp://ftp.gnome.org/pub/GNOME/sources/%{name}/1.14/%{name}-%{version}.tar.xz
|
|
|
|
Source: ftp://ftp.gnome.org/pub/GNOME/sources/%{name}/1.14/%{name}-%{version}.tar.xz
|
|
|
|
URL: http://www.gnome.org/projects/libgsf/
|
|
|
|
URL: http://www.gnome.org/projects/libgsf/
|
|
|
@ -15,6 +14,7 @@ BuildRequires: gobject-introspection-devel
|
|
|
|
BuildRequires: intltool
|
|
|
|
BuildRequires: intltool
|
|
|
|
BuildRequires: libxml2-devel
|
|
|
|
BuildRequires: libxml2-devel
|
|
|
|
BuildRequires: gdk-pixbuf2-devel
|
|
|
|
BuildRequires: gdk-pixbuf2-devel
|
|
|
|
|
|
|
|
BuildRequires: make
|
|
|
|
|
|
|
|
|
|
|
|
Obsoletes: libgsf-gnome < 1.14.22
|
|
|
|
Obsoletes: libgsf-gnome < 1.14.22
|
|
|
|
Obsoletes: libgsf-python < 1.14.26
|
|
|
|
Obsoletes: libgsf-python < 1.14.26
|
|
|
@ -24,7 +24,6 @@ A library for reading and writing structured files (e.g. MS OLE and Zip)
|
|
|
|
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
%package devel
|
|
|
|
Summary: Support files necessary to compile applications with libgsf
|
|
|
|
Summary: Support files necessary to compile applications with libgsf
|
|
|
|
Group: Development/Libraries
|
|
|
|
|
|
|
|
Requires: libgsf = %{version}-%{release}, glib2-devel, libxml2-devel
|
|
|
|
Requires: libgsf = %{version}-%{release}, glib2-devel, libxml2-devel
|
|
|
|
Requires: pkgconfig
|
|
|
|
Requires: pkgconfig
|
|
|
|
Obsoletes: libgsf-gnome-devel < 1.14.22
|
|
|
|
Obsoletes: libgsf-gnome-devel < 1.14.22
|
|
|
@ -37,7 +36,10 @@ libgsf.
|
|
|
|
%setup -q
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%build
|
|
|
|
%configure --disable-gtk-doc --disable-static --enable-introspection=yes
|
|
|
|
%configure --disable-gtk-doc --disable-static --enable-introspection=yes \
|
|
|
|
|
|
|
|
%if 0%{?flatpak}
|
|
|
|
|
|
|
|
--with-typelib_dir=%{_libdir}/girepository-1.0 --with-gir-dir=%{_datadir}/gir-1.0
|
|
|
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
make %{?_smp_mflags} V=1
|
|
|
|
make %{?_smp_mflags} V=1
|
|
|
|
|
|
|
|
|
|
|
@ -53,16 +55,14 @@ chrpath --delete %{buildroot}%{_bindir}/gsf*
|
|
|
|
# Remove .la files
|
|
|
|
# Remove .la files
|
|
|
|
find %{buildroot} -name '*.la' -exec rm -f {} ';'
|
|
|
|
find %{buildroot} -name '*.la' -exec rm -f {} ';'
|
|
|
|
|
|
|
|
|
|
|
|
%post -p /sbin/ldconfig
|
|
|
|
%ldconfig_scriptlets
|
|
|
|
|
|
|
|
|
|
|
|
%postun -p /sbin/ldconfig
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%files -f libgsf.lang
|
|
|
|
%files -f libgsf.lang
|
|
|
|
%doc AUTHORS COPYING COPYING.LIB README
|
|
|
|
%doc AUTHORS COPYING COPYING.LIB README
|
|
|
|
%{_libdir}/libgsf-1.so.*
|
|
|
|
%{_libdir}/libgsf-1.so.*
|
|
|
|
%{_libdir}/girepository-1.0/Gsf-1.typelib
|
|
|
|
%{_libdir}/girepository-1.0/Gsf-1.typelib
|
|
|
|
%{_bindir}/gsf-office-thumbnailer
|
|
|
|
%{_bindir}/gsf-office-thumbnailer
|
|
|
|
%{_mandir}/man1/gsf-office-thumbnailer.1.gz
|
|
|
|
%{_mandir}/man1/gsf-office-thumbnailer.1*
|
|
|
|
%dir %{_datadir}/thumbnailers
|
|
|
|
%dir %{_datadir}/thumbnailers
|
|
|
|
%{_datadir}/thumbnailers/gsf-office.thumbnailer
|
|
|
|
%{_datadir}/thumbnailers/gsf-office.thumbnailer
|
|
|
|
|
|
|
|
|
|
|
@ -75,10 +75,50 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';'
|
|
|
|
%{_includedir}/libgsf-1/gsf
|
|
|
|
%{_includedir}/libgsf-1/gsf
|
|
|
|
%{_datadir}/gtk-doc/html/gsf
|
|
|
|
%{_datadir}/gtk-doc/html/gsf
|
|
|
|
%{_datadir}/gir-1.0/Gsf-1.gir
|
|
|
|
%{_datadir}/gir-1.0/Gsf-1.gir
|
|
|
|
%{_mandir}/man1/gsf.1.gz
|
|
|
|
%{_mandir}/man1/gsf.1*
|
|
|
|
%{_mandir}/man1/gsf-vba-dump.1.gz
|
|
|
|
%{_mandir}/man1/gsf-vba-dump.1*
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 1.14.47-5
|
|
|
|
|
|
|
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
|
|
|
|
|
|
|
Related: rhbz#1991688
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 1.14.47-4
|
|
|
|
|
|
|
|
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.14.47-3
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.14.47-2
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Mar 27 2020 Marc-André Lureau <marcandre.lureau@redhat.com> - 1.14.47-1
|
|
|
|
|
|
|
|
- New upstream release 1.14.47
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.14.43-8
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Aug 7 2019 Jan Beran <jaberan@redhat.com> - 1.14.43-7
|
|
|
|
|
|
|
|
- Fixing previous commit (forgotten backlash and wrong date)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Aug 7 2019 Jan Beran <jaberan@redhat.com> - 1.14.43-6
|
|
|
|
|
|
|
|
- Add explicit path for girdir and typelib_dir when building flatpak
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.14.43-5
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Jul 22 2019 Jan Beran <jaberan@redhat.com> - 1.14.43-4
|
|
|
|
|
|
|
|
-Avoid using .gz when listing manpages
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.14.43-3
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.14.43-2
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue May 08 2018 Caolán McNamara <caolanm@redhat.com> 1.14.43-1
|
|
|
|
|
|
|
|
- Resolves: rhbz#1575409 bump to 1.14.43
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.14.41-5
|
|
|
|
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.14.41-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|