Minor tweaks
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/flatpak?expand=0&rev=60
This commit is contained in:
parent
98f4ef08f6
commit
47500c9e7c
@ -48,8 +48,7 @@ Thu Oct 11 16:30:24 UTC 2018 - alarrosa@suse.com
|
||||
maintain.
|
||||
+ Documentation updates
|
||||
+ Translation updates
|
||||
|
||||
- Update to version 1.0.2:
|
||||
- Changges from version 1.0.2:
|
||||
+ The dbus proxy is now available in a separate git module,
|
||||
xdg-dbus-portal, which is imported into flatpak as a submodule.
|
||||
It is possible to build flatpak against the system
|
||||
@ -73,8 +72,7 @@ Thu Oct 11 16:30:24 UTC 2018 - alarrosa@suse.com
|
||||
+ Cleaned up some error messages.
|
||||
+ Various documentation fixes and cleanups.
|
||||
+ Updated translations.
|
||||
|
||||
- Update to version 1.0.1:
|
||||
- Changes from version 1.0.1:
|
||||
+ This fixes various build and test failures that were detected
|
||||
when packaging 1.0, as well as translations and doc udpates.
|
||||
It also has some minor features, including a new subcommand
|
||||
|
@ -25,7 +25,7 @@ License: LGPL-2.1-or-later
|
||||
Group: System/Packages
|
||||
URL: https://flatpak.github.io/
|
||||
Source: %{name}-%{version}.tar.xz
|
||||
Source99: rpmlintrc
|
||||
Source99: %{name}-rpmlintrc
|
||||
Patch0: polkit_rules_usability.patch
|
||||
BuildRequires: bison
|
||||
BuildRequires: bubblewrap >= 0.2.1
|
||||
@ -115,7 +115,7 @@ more information.
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1
|
||||
sed -i -e '1s,#!/usr/bin/env python3,#!/usr/bin/python3,' scripts/flatpak-*
|
||||
sed -i -e '1s,#!%{_bindir}/env python3,#!%{_bindir}/python3,' scripts/flatpak-*
|
||||
|
||||
%build
|
||||
NOCONFIGURE=1 ./autogen.sh
|
||||
|
Loading…
Reference in New Issue
Block a user