Blame SPECS/gcab.spec

5af51c
Name:           gcab
5af51c
Version:        1.1
5af51c
Release:        1%{?dist}
5af51c
Summary:        Cabinet file library and tool
5af51c
5af51c
License:        LGPLv2+
5af51c
#VCS:           git:git://git.gnome.org/gcab
5af51c
URL:            http://ftp.gnome.org/pub/GNOME/sources/gcab
5af51c
Source0:        http://ftp.gnome.org/pub/GNOME/sources/gcab/%{version}/%{name}-%{version}.tar.xz
5af51c
5af51c
BuildRequires:  gettext
5af51c
BuildRequires:  gtk-doc
5af51c
BuildRequires:  vala-tools
5af51c
BuildRequires:  glib2-devel
5af51c
BuildRequires:  gobject-introspection-devel
5af51c
BuildRequires:  zlib-devel
5af51c
BuildRequires:  meson
5af51c
BuildRequires:  git
5af51c
5af51c
Requires:       libgcab1%{?_isa} = %{version}-%{release}
5af51c
5af51c
%description
5af51c
gcab is a tool to manipulate Cabinet archive.
5af51c
5af51c
%package -n libgcab1
5af51c
Summary:        Library to create Cabinet archives
5af51c
5af51c
%description -n libgcab1
5af51c
libgcab is a library to manipulate Cabinet archive using GIO/GObject.
5af51c
5af51c
%package -n libgcab1-devel
5af51c
Summary:        Development files to create Cabinet archives
5af51c
Requires:       libgcab1%{?_isa} = %{version}-%{release}
5af51c
Requires:       glib2-devel
5af51c
Requires:       pkgconfig
5af51c
5af51c
%description -n libgcab1-devel
5af51c
libgcab is a library to manipulate Cabinet archive.
5af51c
5af51c
Libraries, includes, etc. to compile with the gcab library.
5af51c
5af51c
%prep
5af51c
%setup -q
5af51c
5af51c
%build
5af51c
%meson
5af51c
%meson_build
5af51c
5af51c
%check
5af51c
%meson_test
5af51c
5af51c
%install
5af51c
%meson_install
5af51c
5af51c
%find_lang %{name}
5af51c
5af51c
%ldconfig_scriptlets -n libgcab1
5af51c
5af51c
%files
5af51c
%doc COPYING NEWS
5af51c
%{_bindir}/gcab
5af51c
%{_mandir}/man1/gcab.1*
5af51c
5af51c
%files -n libgcab1 -f %{name}.lang
5af51c
%doc COPYING NEWS
5af51c
%{_libdir}/girepository-1.0/GCab-1.0.typelib
5af51c
%{_libdir}/libgcab-1.0.so.*
5af51c
5af51c
%files -n libgcab1-devel
5af51c
%{_datadir}/gir-1.0/GCab-1.0.gir
5af51c
%{_datadir}/gtk-doc/html/gcab/*
5af51c
%{_datadir}/vala/vapi/libgcab-1.0.vapi
5af51c
%{_datadir}/vala/vapi/libgcab-1.0.deps
5af51c
%{_includedir}/libgcab-1.0/*
5af51c
%{_libdir}/libgcab-1.0.so
5af51c
%{_libdir}/pkgconfig/libgcab-1.0.pc
5af51c
5af51c
%changelog
5af51c
* Fri Feb 09 2018 Richard Hughes <richard@hughsie.com> - 1.1-1
5af51c
- New upstream release
5af51c
- Add git version in --version
5af51c
- Fix list of new symbols in index page
5af51c
5af51c
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.0-3
5af51c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
5af51c
5af51c
* Sat Feb 03 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.0-2
5af51c
- Switch to %%ldconfig_scriptlets
5af51c
5af51c
* Tue Jan 23 2018 Richard Hughes <richard@hughsie.com> - 1.0-1
5af51c
- New upstream release
5af51c
- This fixes the security bug known as CVE-2018-5345
5af51c
- Add new API for fwupd
5af51c
- Do not encode timezone in generated files
5af51c
- Fix countless memory leaks when parsing corrupt files
5af51c
- Fix the calculation of the checksum on big endian machines
5af51c
- Switch to the Meson buildsystem
5af51c
5af51c
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.7-4
5af51c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
5af51c
5af51c
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.7-3
5af51c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
5af51c
5af51c
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.7-2
5af51c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
5af51c
5af51c
* Wed Mar 09 2016 Marc-André Lureau <marcandre.lureau@redhat.com> - 0.7-1
5af51c
- 0.7 release update.
5af51c
5af51c
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.6-6
5af51c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
5af51c
5af51c
* Tue Dec 01 2015 Fabiano Fidêncio <fidencio@redhat.com> - 0.6-5
5af51c
- Bump NVR and rebuild due to a mistakenly deleted build
5af51c
5af51c
* Thu Jul 30 2015 Marc-André Lureau <marcandre.lureau@redhat.com> - 0.6-4
5af51c
- Fix wrong file modification date when creating cab.
5af51c
5af51c
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6-3
5af51c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
5af51c
5af51c
* Mon Mar 23 2015 Kalev Lember <kalevlember@gmail.com> - 0.6-2
5af51c
- Pull in the base library package when installing -devel
5af51c
5af51c
* Tue Mar 17 2015 Marc-André Lureau <marcandre.lureau@redhat.com> - 0.6-1
5af51c
- Update to upstream release v0.6
5af51c
5af51c
* Tue Jan 06 2015 Marc-André Lureau <marcandre.lureau@redhat.com> - 0.4-7
5af51c
- Avoid directory traversal CVE-2015-0552. rhbz#1179126
5af51c
5af51c
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4-6
5af51c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
5af51c
5af51c
* Tue Jul 22 2014 Kalev Lember <kalevlember@gmail.com> - 0.4-5
5af51c
- Rebuilt for gobject-introspection 1.41.4
5af51c
5af51c
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4-4
5af51c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
5af51c
5af51c
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4-3
5af51c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
5af51c
5af51c
* Tue Feb 12 2013 Simone Caronni <negativo17@gmail.com> - 0.4-2
5af51c
- Removed rpm 4.5 macros/tags, it cannot be built with the vala in el5/el6.
5af51c
- Removed redundant requirement on libgcab1%%{_isa}, added automatically by rpm.
5af51c
5af51c
* Fri Feb  8 2013 Marc-André Lureau <marcandre.lureau@redhat.com> - 0.4-1
5af51c
- Update to upstream v0.4.
5af51c
5af51c
* Fri Feb  8 2013 Marc-André Lureau <marcandre.lureau@redhat.com> - 0.3-3
5af51c
- Align more fields.
5af51c
- Use double percentage in comment.
5af51c
- Include COPYING file in gcab package too.
5af51c
5af51c
* Fri Feb  8 2013 Marc-André Lureau <marcandre.lureau@redhat.com> - 0.3-2
5af51c
- Untabify.
5af51c
- Use %%{buildroot} consitantly.
5af51c
- Do not use -1.0 in package names.
5af51c
- Add more tags based on the el5 spec template.
5af51c
- Re-add --enable-fast-install trick, to make gcab relink.
5af51c
5af51c
* Sun Jan 26 2013 Marc-André Lureau <marcandre.lureau@redhat.com> - 0.3-1
5af51c
- Initial package (rhbz#895757)