Accepting request 424528 from GNOME:Next

1

OBS-URL: https://build.opensuse.org/request/show/424528
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-autoar?expand=0&rev=3
This commit is contained in:
Bjørn Lie 2016-09-04 18:51:53 +00:00 committed by Git OBS Bridge
parent 2c5b2ba6e1
commit ad63c4272f
6 changed files with 28 additions and 29 deletions

View File

@ -1,13 +0,0 @@
<services>
<service mode="disabled" name="tar_scm">
<param name="url">git://git.gnome.org/gnome-autoar</param>
<param name="scm">git</param>
<param name="versionformat">0+%cd.%h</param>
<param name="changesgenerate">enable</param>
</service>
<service mode="disabled" name="recompress">
<param name="file">*.tar</param>
<param name="compression">xz</param>
</service>
<service mode="disabled" name="set_version" />
</services>

View File

@ -1,4 +0,0 @@
<servicedata>
<service name="tar_scm">
<param name="url">git://git.gnome.org/gnome-autoar</param>
<param name="changesrevision">0fec26dc6335e660d528058e7c9ebedcd7f80d5e</param></service></servicedata>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:83e5d745761f23d0821f3a6a1b384172b3d764dac966cf0ec31c6c738eb88583
size 37632

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f65cb810b562dc038ced739fbf59739fd5df1a8e848636e21f363ded9f349ac9
size 292536

View File

@ -1,3 +1,23 @@
-------------------------------------------------------------------
Fri Sep 2 20:11:48 UTC 2016 - zaitor@opensuse.org
- Updated to version 0.1.1:
+ Fix library link issues for Evolution.
+ Make decide destination signal synchronous for Evolution.
+ Fix licence to LGPLv2.1+.
-------------------------------------------------------------------
Thu Sep 1 21:25:12 UTC 2016 - zaitor@opensuse.org
- Update to version 0.1.0:
+ Bump required libarchive version.
+ AutoarExtractor: signal error on encrypted archives.
+ Add COPYING file.
+ tests: Add missing linker flags.
- Stop using sourceservice, tarball release now available.
- Following the above: gnome-common BuildRequires and autogen.sh
call: We no longer need to bootstrap.
-------------------------------------------------------------------
Wed Aug 31 13:23:34 UTC 2016 - dimstar@opensuse.org

View File

@ -17,23 +17,20 @@
Name: gnome-autoar
Version: 0+20160825.0fec26d
Version: 0.1.1
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
# Service generated tarball, no releases yet
Source: %{name}-%{version}.tar.xz
# Needed, as we provide a git snapshot
BuildRequires: gnome-common
Source: https://download.gnome.org/sources/gnome-autoar/0.1/%{name}-%{version}.tar.xz
BuildRequires: gobject-introspection-devel
BuildRequires: pkgconfig
BuildRequires: pkgconfig(gio-2.0) >= 2.35.6
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.1.0
BuildRequires: pkgconfig(libarchive) >= 3.2.0
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
@ -101,7 +98,6 @@ This package brings files required to develop against gnome-autoar
%setup -q
%build
./autogen.sh
%configure \
--disable-static
make %{?_smp_mflags}
@ -129,17 +125,16 @@ find %{buildroot} -type f -name "*.la" -delete -print
%files devel
%defattr(-,root,root)
%{_includedir}/gnome-autoar-0/
%{_includedir}/gnome-autoar-gtk-0/
%{_libdir}/libgnome-autoar-0.so
%{_libdir}/libgnome-autoar-gtk-0.so
%{_libdir}/pkgconfig/gnome-autoar-0.pc
%{_libdir}/pkgconfig/gnome-autoar-gtk-0.pc
%{_datadir}/gir-1.0/GnomeAutoar-0.1.gir
%{_datadir}/gir-1.0/GnomeAutoarGtk-0.1.gir
%{_datadir}/gtk-doc/html/%{name}/
%files -n typelib-1_0-GnomeAutoar-0_1
%defattr(-,root,root)
#doc COPYING
%{_libdir}/girepository-1.0/GnomeAutoar-0.1.typelib
%files -n typelib-1_0-GnomeAutoarGtk-0_1
@ -148,6 +143,7 @@ find %{buildroot} -type f -name "*.la" -delete -print
%files -n libgnome-autoar-0-0
%defattr(-,root,root)
%doc COPYING
%{_libdir}/libgnome-autoar-0.so.0
%{_libdir}/libgnome-autoar-0.so.0.0.0