Compare commits
2 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
89853c1fa4 | ||
|
|
9acb73c8c1 |
4 changed files with 10 additions and 19 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1,3 +1,2 @@
|
|||
/yelp-*.tar.bz2
|
||||
/yelp-*.tar.xz
|
||||
/yelp-*-build
|
||||
|
|
|
|||
3
README.packit
Normal file
3
README.packit
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
This repository is maintained by packit.
|
||||
https://packit.dev/
|
||||
The file was generated using packit 1.16.2.post1.dev6+g30936cda7.
|
||||
|
|
@ -1,13 +0,0 @@
|
|||
# Enable/disable monitoring
|
||||
monitoring = true
|
||||
# Enable/disable filling bugzilla ticket for new release
|
||||
# When disabled it will also disable scratch builds
|
||||
bugzilla = false
|
||||
# Enable/disable reporting only stable versions
|
||||
# Stable versions are recognized based on release-monitoring.org project settings
|
||||
stable_only = true
|
||||
# Enable/disable reporting all new versions instead of the latest one
|
||||
# Enabling this will disable scratch builds
|
||||
all_versions = true
|
||||
# Enable/disable scratch build for newly opened version
|
||||
scratch_build = false
|
||||
12
yelp.spec
12
yelp.spec
|
|
@ -1,15 +1,17 @@
|
|||
%global libhandy_version 1.5.0
|
||||
|
||||
%global tarball_version %%(echo %{version} | tr '~' '.')
|
||||
|
||||
Name: yelp
|
||||
Epoch: 2
|
||||
Version: 49.2
|
||||
Release: %autorelease
|
||||
Summary: Help browser for the GNOME desktop
|
||||
License: GPL-2.0-or-later AND LGPL-2.0-or-later AND Apache-2.0 AND CC0-1.0
|
||||
URL: https://wiki.gnome.org/Apps/Yelp
|
||||
Source: https://download.gnome.org/sources/%{name}/%{gnome_major_version}/%{name}-%{gnome_tarball_version}.tar.xz
|
||||
|
||||
%gnome_check_version
|
||||
# Automatically converted from old format: LGPLv2+ and ASL 2.0 and GPLv2+ - review is highly recommended.
|
||||
License: LicenseRef-Callaway-LGPLv2+ AND Apache-2.0 AND GPL-2.0-or-later
|
||||
URL: https://wiki.gnome.org/Apps/Yelp
|
||||
Source: https://download.gnome.org/sources/%{name}/49/%{name}-%{tarball_version}.tar.xz
|
||||
|
||||
BuildRequires: pkgconfig(gtk4)
|
||||
BuildRequires: pkgconfig(libadwaita-1)
|
||||
|
|
@ -49,7 +51,7 @@ Requires: %{name}-libs%{?_isa} = %{epoch}:%{version}-%{release}
|
|||
This package contains header files for the libraries in the yelp-libs package.
|
||||
|
||||
%prep
|
||||
%autosetup -p1 -n %{name}-%{gnome_tarball_version}
|
||||
%autosetup -p1 -n %{name}-%{tarball_version}
|
||||
|
||||
%build
|
||||
%meson
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue