diff --git a/libgsf-1.14.52.tar.xz b/libgsf-1.14.52.tar.xz deleted file mode 100644 index cdccf8ba5b94acd615f56ba62655d00e71232b2a..0000000000000000000000000000000000000000 Binary files a/libgsf-1.14.52.tar.xz and /dev/null differ diff --git a/libgsf-1.14.53.tar.xz b/libgsf-1.14.53.tar.xz new file mode 100644 index 0000000000000000000000000000000000000000..5204098ff73851dbb94721b13a08efcd93c0c06e Binary files /dev/null and b/libgsf-1.14.53.tar.xz differ diff --git a/libgsf.spec b/libgsf.spec index d6f8123444f1fdccf8a4916f6b6e71208922b4e8..4a8e871ff1bb5e1ed04088fb8b7aea0fb99bbb72 100644 --- a/libgsf.spec +++ b/libgsf.spec @@ -1,13 +1,19 @@ Name: libgsf -Version: 1.14.52 +Version: 1.14.53 Release: 1 Summary: GNOME Structured File library -License: LGPLv2 +License: LGPL-2.1-only URL: https://gitlab.gnome.org/GNOME/libgsf Source: https://download.gnome.org/sources/%{name}/1.14/%{name}-%{version}.tar.xz -BuildRequires: bzip2-devel chrpath gettext glib2-devel gobject-introspection-devel -BuildRequires: libxml2-devel intltool gdk-pixbuf2-devel +BuildRequires: gcc make +BuildRequires: pkgconfig(gdk-pixbuf-2.0) +BuildRequires: pkgconfig(gio-2.0) >= 2.36.0 +BuildRequires: pkgconfig(glib-2.0) >= 2.36.0 +BuildRequires: pkgconfig(gobject-2.0) >= 2.36.0 +BuildRequires: pkgconfig(gobject-introspection-1.0) >= 1.0.0 +BuildRequires: pkgconfig(libxml-2.0) >= 2.4.16 +BuildRequires: bzip2-devel %description The libgsf library is an extensible I/O abstraction library for dealing @@ -15,42 +21,29 @@ with structured file formats. %package devel Summary: The devel for %{name} -Requires: libgsf = %{version}-%{release}, glib2-devel, libxml2-devel pkgconfig +Requires: libgsf = %{version}-%{release} %description devel Support files necessary to compile applications with libgsf -%package help -Summary: The man for %{name} -Requires: libgsf = %{version}-%{release} - -%description help -This sub-package provides the man for %{name} +%package_help %prep %autosetup -n %{name}-%{version} -p1 %build -%configure --disable-gtk-doc --enable-introspection=yes - -make %{?_smp_mflags} V=1 +%configure --disable-gtk-doc --enable-introspection=yes --disable-static +%make_build %install -export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 %make_install +%delete_la %find_lang %{name} -chrpath --delete %{buildroot}%{_bindir}/gsf* - -%delete_la_and_a - -%post -p /sbin/ldconfig - -%postun -p /sbin/ldconfig - -%files -f libgsf.lang -%doc AUTHORS COPYING README +%files -f %{name}.lang +%license COPYING +%doc AUTHORS README %{_libdir}/libgsf-1.so.* %{_libdir}/girepository-1.0/Gsf-1.typelib %{_bindir}/gsf-office-thumbnailer @@ -66,11 +59,12 @@ chrpath --delete %{buildroot}%{_bindir}/gsf* %{_datadir}/gir-1.0/Gsf-1.gir %files help -%{_mandir}/man1/gsf-office-thumbnailer.1.gz -%{_mandir}/man1/gsf.1.gz -%{_mandir}/man1/gsf-vba-dump.1.gz +%{_mandir}/man1/* %changelog +* Wed Oct 02 2024 Funda Wang - 1.14.53-1 +- update to 1.14.53 + * Mon Jul 29 2024 dillon chen - 1.14.52-1 - Update to 1.14.52 diff --git a/libgsf.yaml b/libgsf.yaml index b5adac2b04b4c20b1828b3ddc46f9882bccf3636..721a922c28f08259d02b66e78582f46eafd6ca19 100644 --- a/libgsf.yaml +++ b/libgsf.yaml @@ -1,4 +1,4 @@ -version_control: github -src_repo: GNOME/libgsf +version_control: git +src_repo: https://gitlab.gnome.org/GNOME/libgsf.git tag_prefix: ^LIBGSF_ -seperator: _ +separator: _