Accepting request 1130538 from home:rrahl0

I want to maintain eatag in Factory, and want to use GNOME:Apps as the develproject for maintance

OBS-URL: https://build.opensuse.org/request/show/1130538
OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/eartag?expand=0&rev=1
This commit is contained in:
Dominique Leuenberger 2023-12-04 12:27:48 +00:00 committed by Git OBS Bridge
commit 17020f4a2d
7 changed files with 118 additions and 0 deletions

23
.gitattributes vendored Normal file
View File

@ -0,0 +1,23 @@
## Default LFS
*.7z filter=lfs diff=lfs merge=lfs -text
*.bsp filter=lfs diff=lfs merge=lfs -text
*.bz2 filter=lfs diff=lfs merge=lfs -text
*.gem filter=lfs diff=lfs merge=lfs -text
*.gz filter=lfs diff=lfs merge=lfs -text
*.jar filter=lfs diff=lfs merge=lfs -text
*.lz filter=lfs diff=lfs merge=lfs -text
*.lzma filter=lfs diff=lfs merge=lfs -text
*.obscpio filter=lfs diff=lfs merge=lfs -text
*.oxt filter=lfs diff=lfs merge=lfs -text
*.pdf filter=lfs diff=lfs merge=lfs -text
*.png filter=lfs diff=lfs merge=lfs -text
*.rpm filter=lfs diff=lfs merge=lfs -text
*.tbz filter=lfs diff=lfs merge=lfs -text
*.tbz2 filter=lfs diff=lfs merge=lfs -text
*.tgz filter=lfs diff=lfs merge=lfs -text
*.ttf filter=lfs diff=lfs merge=lfs -text
*.txz filter=lfs diff=lfs merge=lfs -text
*.whl filter=lfs diff=lfs merge=lfs -text
*.xz filter=lfs diff=lfs merge=lfs -text
*.zip filter=lfs diff=lfs merge=lfs -text
*.zst filter=lfs diff=lfs merge=lfs -text

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
.osc

11
_service Normal file
View File

@ -0,0 +1,11 @@
<?xml version="1.0"?>
<services>
<service name="obs_scm" mode="manual">
<param name="scm">git</param>
<param name="url">https://gitlab.gnome.org/World/eartag.git</param>
<param name="revision">refs/tags/0.5.1</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="changesgenerate">disable</param>
</service>
<service name="tar" mode="buildtime" />
</services>

3
eartag-0.5.1.obscpio Normal file
View File

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

4
eartag.changes Normal file
View File

@ -0,0 +1,4 @@
-------------------------------------------------------------------
Thu Nov 30 12:50:41 UTC 2023 - Richard Rahl <rrahl0@proton.me>
- initial packaging of version 0.5.1 for openSUSE Tumbleweed

4
eartag.obsinfo Normal file
View File

@ -0,0 +1,4 @@
name: eartag
version: 0.5.1
mtime: 1698499213
commit: d939a201faab668bd65e4dcf49aa203312595329

72
eartag.spec Normal file
View File

@ -0,0 +1,72 @@
#
# spec file for package eartag
#
# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: eartag
Version: 0.5.1
Release: 0
Summary: Edit audio file tags
License: X11-distribute-modifications-variant
URL: https://gitlab.gnome.org/World/eartag
Source: %{name}-%{version}.tar
BuildArch: noarch
BuildRequires: meson
BuildRequires: pkgconfig(libadwaita-1)
BuildRequires: gtk4-devel
BuildRequires: python3-gobject
BuildRequires: python3-Pillow
BuildRequires: python3-mutagen
BuildRequires: python3-python-magic
BuildRequires: python3-pyacoustid
Requires: python3-python-magic
Requires: python3-pyacoustid
Requires: python3-mutagen
Requires: python3-gobject
Requires: python3-Pillow
%description
Ear Tag is a simple audio file tag editor. It is primarily geared towards making quick edits or bulk-editing tracks in albums/EPs.
Unlike other tagging programs, Ear Tag does not require the user to set up a music library folder.
%lang_package
%prep
%autosetup
%build
%meson
%meson_build
%install
%meson_install
%find_lang app.drey.EarTag
%files
%license COPYING
%doc README.md
%{_bindir}/eartag
%{_datarootdir}/applications/app.drey.EarTag.desktop
%dir %{_datarootdir}/eartag
%{_datarootdir}/eartag/*
%{_datarootdir}/icons/*
%{_datarootdir}/metainfo/app.drey.EarTag.metainfo.xml
%{_datarootdir}/glib-2.0/schemas/app.drey.EarTag.gschema.xml
%files lang -f app.drey.EarTag.lang
%changelog