Accepting request 714375 from devel:openSUSE:Factory:Apps
OBS-URL: https://build.opensuse.org/request/show/714375 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gparted?expand=0&rev=47
This commit is contained in:
commit
129898ac34
@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jul 9 18:54:28 UTC 2019 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
- Drop scrollkeeper BuildRequires and stop passing
|
||||||
|
--disable-scrollkeeper to configure: No longer needed nor used or
|
||||||
|
recognized.
|
||||||
|
- Update macros to current standard.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Jul 7 21:50:56 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Trim marketing filler wording from description.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jul 2 06:51:26 UTC 2019 - Dominique Leuenberger <dimstar@opensuse.org>
|
Tue Jul 2 06:51:26 UTC 2019 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
16
gparted.spec
16
gparted.spec
@ -34,7 +34,6 @@ BuildRequires: intltool
|
|||||||
BuildRequires: perl-XML-Parser
|
BuildRequires: perl-XML-Parser
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: polkit
|
BuildRequires: polkit
|
||||||
BuildRequires: scrollkeeper
|
|
||||||
BuildRequires: update-desktop-files
|
BuildRequires: update-desktop-files
|
||||||
BuildRequires: xfsprogs-devel
|
BuildRequires: xfsprogs-devel
|
||||||
BuildRequires: yelp-tools
|
BuildRequires: yelp-tools
|
||||||
@ -65,16 +64,16 @@ BuildRequires: translation-update-upstream
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%description
|
%description
|
||||||
GParted is an industrial-strength package for creating, destroying, resizing,
|
GParted is a utility for creating, destroying, resizing, moving,
|
||||||
moving, checking and copying partitions, and the filesystems on them. This is
|
checking and copying partitions, and the filesystems on them. This is
|
||||||
useful for creating space for new operating systems, reorganizing disk usage,
|
useful for creating space for new operating systems, reorganizing
|
||||||
copying data residing on hard disks and mirroring one partition with another
|
disk usage, copying data residing on hard disks and mirroring one
|
||||||
(disk imaging).
|
partition with another (disk imaging).
|
||||||
|
|
||||||
%lang_package
|
%lang_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%autosetup -p1
|
||||||
%if !0%{?is_opensuse}
|
%if !0%{?is_opensuse}
|
||||||
translation-update-upstream
|
translation-update-upstream
|
||||||
%endif
|
%endif
|
||||||
@ -82,9 +81,8 @@ translation-update-upstream
|
|||||||
%build
|
%build
|
||||||
export GKSUPROG="pkexec"
|
export GKSUPROG="pkexec"
|
||||||
%configure \
|
%configure \
|
||||||
--disable-scrollkeeper \
|
|
||||||
--enable-xhost-root
|
--enable-xhost-root
|
||||||
make %{?_smp_mflags}
|
%make_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%make_install
|
%make_install
|
||||||
|
Loading…
Reference in New Issue
Block a user