forked from pool/gnome-autoar
Accepting request 460953 from GNOME:Next
Scripted push of GNOME:Next OBS-URL: https://build.opensuse.org/request/show/460953 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-autoar?expand=0&rev=5
This commit is contained in:
parent
ad63c4272f
commit
698c6a4321
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f65cb810b562dc038ced739fbf59739fd5df1a8e848636e21f363ded9f349ac9
|
||||
size 292536
|
3
gnome-autoar-0.2.0.tar.xz
Normal file
3
gnome-autoar-0.2.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:08afa3a3b86f16bfd23e7343feab854610de67af7675dac37be4e5507a20bc6c
|
||||
size 295068
|
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 23 11:42:44 UTC 2017 - zaitor@opensuse.org
|
||||
|
||||
- Update to version 0.2.0:
|
||||
+ Generate vala bindings.
|
||||
+ Check encrypted entry after header is read.
|
||||
+ Fix extraction name case, e.j.'sample.odt' in 'sample.odt.zip'.
|
||||
+ Remove GSettings schema files.
|
||||
- Add pkgconfig(vapigen) BuildRequires: New dependency for vala
|
||||
bindings.
|
||||
- Pass --enable-gtk to configure, ensure we build gtk3 widgets.
|
||||
- Drop gnome-autoar-schema subpackage and add gnome-autoar-schema
|
||||
Obsoletes replacing previous Requires, following upstream
|
||||
changes.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 2 20:11:48 UTC 2016 - zaitor@opensuse.org
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package gnome-autoar
|
||||
#
|
||||
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,13 +17,13 @@
|
||||
|
||||
|
||||
Name: gnome-autoar
|
||||
Version: 0.1.1
|
||||
Version: 0.2.0
|
||||
Release: 0
|
||||
Summary: Automatic archives creating and extracting library
|
||||
License: LGPL-2.0+
|
||||
Group: System/GUI/GNOME
|
||||
Url: https://git.gnome.org/browse/gnome-autoar
|
||||
Source: https://download.gnome.org/sources/gnome-autoar/0.1/%{name}-%{version}.tar.xz
|
||||
Source: https://download.gnome.org/sources/gnome-autoar/0.2/%{name}-%{version}.tar.xz
|
||||
BuildRequires: gobject-introspection-devel
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: pkgconfig(gio-2.0) >= 2.35.6
|
||||
@ -31,26 +31,17 @@ BuildRequires: pkgconfig(glib-2.0) >= 2.35.6
|
||||
BuildRequires: pkgconfig(gobject-2.0) >= 2.35.6
|
||||
BuildRequires: pkgconfig(gtk+-3.0) >= 3.2
|
||||
BuildRequires: pkgconfig(libarchive) >= 3.2.0
|
||||
BuildRequires: pkgconfig(vapigen)
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%description
|
||||
gnome-autoar provides functions, widgets, and gschemas for GNOME applications which want
|
||||
to use archives as a method to transfer directories over the Internet.
|
||||
|
||||
%package schema
|
||||
Summary: Automatic archives creating and extracting library -- GSettings schema
|
||||
Group: System/Libraries
|
||||
|
||||
%description schema
|
||||
gnome-autoar provides functions, widgets, and gschemas for GNOME applications which want
|
||||
to use archives as a method to transfer directories over the Internet.
|
||||
|
||||
This package provides mandatory schema extenstions for the library
|
||||
|
||||
%package -n libgnome-autoar-0-0
|
||||
Summary: Automatic archives creating and extracting library
|
||||
Group: System/Libraries
|
||||
Requires: %{name}-schema >= %{version}
|
||||
Obsoletes: gnome-autoar-schema
|
||||
|
||||
%description -n libgnome-autoar-0-0
|
||||
gnome-autoar provides functions, widgets, and gschemas for GNOME applications which want
|
||||
@ -99,29 +90,19 @@ This package brings files required to develop against gnome-autoar
|
||||
|
||||
%build
|
||||
%configure \
|
||||
--disable-static
|
||||
--disable-static \
|
||||
--enable-gtk
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
make %{?_smp_mflags} DESTDIR=%{buildroot} install
|
||||
find %{buildroot} -type f -name "*.la" -delete -print
|
||||
|
||||
%post schema
|
||||
%glib2_gsettings_schema_post
|
||||
|
||||
%postun schema
|
||||
%glib2_gsettings_schema_postun
|
||||
|
||||
%post -n libgnome-autoar-0-0 -p /sbin/ldconfig
|
||||
%postun -n libgnome-autoar-0-0 -p /sbin/ldconfig
|
||||
%post -n libgnome-autoar-gtk-0-0 -p /sbin/ldconfig
|
||||
%postun -n libgnome-autoar-gtk-0-0 -p /sbin/ldconfig
|
||||
|
||||
%files schema
|
||||
%defattr(-,root,root)
|
||||
%{_datadir}/glib-2.0/schemas/org.gnome.desktop.archives.enums.xml
|
||||
%{_datadir}/glib-2.0/schemas/org.gnome.desktop.archives.gschema.xml
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%{_includedir}/gnome-autoar-0/
|
||||
@ -132,6 +113,9 @@ find %{buildroot} -type f -name "*.la" -delete -print
|
||||
%{_datadir}/gir-1.0/GnomeAutoar-0.1.gir
|
||||
%{_datadir}/gir-1.0/GnomeAutoarGtk-0.1.gir
|
||||
%{_datadir}/gtk-doc/html/%{name}/
|
||||
%dir %{_datadir}/vala/vapi
|
||||
%{_datadir}/vala/vapi/gnome-autoar-0.vapi
|
||||
%{_datadir}/vala/vapi/gnome-autoar-gtk-0.vapi
|
||||
|
||||
%files -n typelib-1_0-GnomeAutoar-0_1
|
||||
%defattr(-,root,root)
|
||||
|
Loading…
Reference in New Issue
Block a user