New upstream release
This commit is contained in:
parent
d3ad350991
commit
472a1adf5e
31
gcab.spec
31
gcab.spec
@ -1,6 +1,6 @@
|
||||
Name: gcab
|
||||
Version: 0.7
|
||||
Release: 4%{?dist}
|
||||
Version: 1.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Cabinet file library and tool
|
||||
|
||||
License: LGPLv2+
|
||||
@ -8,11 +8,13 @@ License: LGPLv2+
|
||||
URL: http://ftp.gnome.org/pub/GNOME/sources/gcab
|
||||
Source0: http://ftp.gnome.org/pub/GNOME/sources/gcab/%{version}/%{name}-%{version}.tar.xz
|
||||
|
||||
BuildRequires: intltool
|
||||
BuildRequires: gettext
|
||||
BuildRequires: gtk-doc
|
||||
BuildRequires: vala-tools
|
||||
BuildRequires: glib2-devel
|
||||
BuildRequires: gobject-introspection-devel
|
||||
BuildRequires: zlib-devel
|
||||
BuildRequires: meson
|
||||
|
||||
Requires: libgcab1%{?_isa} = %{version}-%{release}
|
||||
|
||||
@ -40,15 +42,14 @@ Libraries, includes, etc. to compile with the gcab library.
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%configure --disable-silent-rules --disable-static
|
||||
make %{?_smp_mflags}
|
||||
%meson
|
||||
%meson_build
|
||||
|
||||
%check
|
||||
%meson_test
|
||||
|
||||
%install
|
||||
rm -rf %{buildroot}
|
||||
make DESTDIR=%{buildroot} install
|
||||
|
||||
rm -f %{buildroot}%{_libdir}/*.a
|
||||
rm -f %{buildroot}%{_libdir}/*.la
|
||||
%meson_install
|
||||
|
||||
%find_lang %{name}
|
||||
|
||||
@ -69,11 +70,21 @@ rm -f %{buildroot}%{_libdir}/*.la
|
||||
%{_datadir}/gir-1.0/GCab-1.0.gir
|
||||
%{_datadir}/gtk-doc/html/gcab/*
|
||||
%{_datadir}/vala/vapi/libgcab-1.0.vapi
|
||||
%{_datadir}/vala/vapi/libgcab-1.0.deps
|
||||
%{_includedir}/libgcab-1.0/*
|
||||
%{_libdir}/libgcab-1.0.so
|
||||
%{_libdir}/pkgconfig/libgcab-1.0.pc
|
||||
|
||||
%changelog
|
||||
* Tue Jan 23 2018 Richard Hughes <richard@hughsie.com> - 1.0-1
|
||||
- New upstream release
|
||||
- This fixes the security bug known as CVE-2018-5345
|
||||
- Add new API for fwupd
|
||||
- Do not encode timezone in generated files
|
||||
- Fix countless memory leaks when parsing corrupt files
|
||||
- Fix the calculation of the checksum on big endian machines
|
||||
- Switch to the Meson buildsystem
|
||||
|
||||
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.7-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user