Fixing previous commit
Forgotten backlash Off-by-one in date in changelog
This commit is contained in:
parent
b99a9558b6
commit
00229c3636
11
libgsf.spec
11
libgsf.spec
@ -1,7 +1,7 @@
|
||||
Summary: GNOME Structured File library
|
||||
Name: libgsf
|
||||
Version: 1.14.43
|
||||
Release: 6%{?dist}
|
||||
Release: 7%{?dist}
|
||||
License: LGPLv2
|
||||
Source: ftp://ftp.gnome.org/pub/GNOME/sources/%{name}/1.14/%{name}-%{version}.tar.xz
|
||||
URL: http://www.gnome.org/projects/libgsf/
|
||||
@ -35,10 +35,10 @@ libgsf.
|
||||
%setup -q
|
||||
|
||||
%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
|
||||
%endif
|
||||
|
||||
make %{?_smp_mflags} V=1
|
||||
|
||||
@ -78,7 +78,10 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';'
|
||||
%{_mandir}/man1/gsf-vba-dump.1*
|
||||
|
||||
%changelog
|
||||
* Wed Aug 8 2019 Jan Beran <jaberan@redhat.com> - 1.14.43-6
|
||||
* 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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user