Accepting request 940284 from GNOME:Next
- Switch back to released tarballs: Stop passing maintainer-mode=true to meson and remove m4, mm-common and perl(XML::Parser) BuildRequires, as this was all only needed to build a git-checkout. OBS-URL: https://build.opensuse.org/request/show/940284 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/pangomm1_4?expand=0&rev=18
This commit is contained in:
parent
af429c65b7
commit
3acc0ba112
18
_service
18
_service
@ -1,18 +0,0 @@
|
||||
<?xml version="1.0"?>
|
||||
<services>
|
||||
<service name="obs_scm" mode="disabled">
|
||||
<param name="scm">git</param>
|
||||
<param name="url">https://gitlab.gnome.org/GNOME/pangomm.git</param>
|
||||
<param name="revision">2.46.2</param>
|
||||
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
||||
<param name="versionrewrite-pattern">(.*)\+0</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
</service>
|
||||
<service name="tar" mode="buildtime"/>
|
||||
<service name="recompress" mode="buildtime">
|
||||
<param name="file">*.tar</param>
|
||||
<param name="compression">xz</param>
|
||||
</service>
|
||||
<service name="set_version" mode="disabled" />
|
||||
</services>
|
@ -1,4 +0,0 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://gitlab.gnome.org/GNOME/pangomm.git</param>
|
||||
<param name="changesrevision">c531ef7cf5351ec14014da2480b2fd3e474eac00</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d9e89ef6f8ae044e2708f4c1b9cd11e09dd31af7aa47a89e1ab9a7524b15b0e0
|
||||
size 996876
|
3
pangomm-2.46.2.tar.xz
Normal file
3
pangomm-2.46.2.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:57442ab4dc043877bfe3839915731ab2d693fc6634a71614422fb530c9eaa6f4
|
||||
size 674892
|
@ -1,5 +0,0 @@
|
||||
name: pangomm
|
||||
version: 2.46.2
|
||||
mtime: 1638718986
|
||||
commit: c531ef7cf5351ec14014da2480b2fd3e474eac00
|
||||
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 13 15:43:10 UTC 2021 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Switch back to released tarballs: Stop passing
|
||||
maintainer-mode=true to meson and remove m4, mm-common and
|
||||
perl(XML::Parser) BuildRequires, as this was all only needed to
|
||||
build a git-checkout.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Dec 05 17:38:13 UTC 2021 - bjorn.lie@gmail.com
|
||||
|
||||
|
@ -27,9 +27,7 @@ Summary: C++ interface for pango
|
||||
License: GPL-2.0-or-later AND LGPL-2.0-or-later
|
||||
Group: Development/Libraries/C and C++
|
||||
URL: http://www.gtkmm.org
|
||||
# Source0 disabled, we are using source service
|
||||
#Source0: https://download.gnome.org/sources/pangomm/2.46/%%{_name}-%%{version}.tar.xz
|
||||
Source0: %{_name}-%{version}.tar.xz
|
||||
Source0: https://download.gnome.org/sources/pangomm/2.46/%{_name}-%{version}.tar.xz
|
||||
Source99: baselibs.conf
|
||||
# PATCH-FIX-OPENSUSE pangomm1_4-docs-without-timestamp.patch dimstar@opensuse.org -- Do not add timestamps to generated doc files
|
||||
Patch0: pangomm1_4-docs-without-timestamp.patch
|
||||
@ -38,12 +36,8 @@ BuildRequires: doxygen
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: graphviz
|
||||
BuildRequires: meson
|
||||
# m4, mm-common and perl(XML::Parser) only needed due to git-checkout
|
||||
BuildRequires: m4
|
||||
BuildRequires: mm-common
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: xsltproc
|
||||
BuildRequires: perl(XML::Parser)
|
||||
BuildRequires: pkgconfig(cairomm-1.0) >= 1.2.2
|
||||
BuildRequires: pkgconfig(glibmm-2.4) >= 2.48.0
|
||||
BuildRequires: pkgconfig(pangocairo) >= 1.45.1
|
||||
@ -72,7 +66,6 @@ chmod -x NEWS
|
||||
|
||||
%build
|
||||
%meson \
|
||||
-Dmaintainer-mode=true \
|
||||
-Dbuild-documentation=false \
|
||||
%{nil}
|
||||
%meson_build
|
||||
|
Loading…
Reference in New Issue
Block a user