Richard Rahl
2024-08-08 02:46:35 +00:00
committed by Git OBS Bridge
parent 63ad351313
commit be54458323
5 changed files with 15 additions and 6 deletions

View File

@@ -6,6 +6,7 @@
<param name="revision">main</param>
<param name="versionformat">@PARENT_TAG@+git%cd.%h</param>
<param name="package-meta">yes</param>
<param name="filename">oboete</param>
</service>
<service name="recompress" mode="manual">
<param name="file">*.tar</param>

View File

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

View File

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

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Thu Aug 8 01:00:50 UTC 2024 - Richard Rahl <rrahl0@opensuse.org>
- standardize packaging with also fixes for miscellaneous hardcoding
filenames, using @PARENT_TAG where applicable, and be more specific
with files in the %files section (so no non-wanted files are getting
added
-------------------------------------------------------------------
Thu Jul 11 09:41:06 UTC 2024 - Richard Rahl <rrahl0@opensuse.org>

View File

@@ -18,7 +18,7 @@
%define appname dev.mariinkys.Oboete
Name: oboete
Version: 0.1.5+git20240713.f70bc52
Version: 0.1.5+git20240730.6acd325
Release: 0
Summary: A simple flashcards application for the COSMIC desktop
License: GPL-3.0-only
@@ -53,8 +53,8 @@ just rootdir=%{buildroot} prefix=%{_prefix} install
%doc README.md
%{_bindir}/%{name}
%{_datadir}/applications/%{appname}.desktop
%{_iconsdir}/hicolor/??x??/apps/%{appname}.svg
%{_iconsdir}/hicolor/???x???/apps/%{appname}.svg
%{_datadir}/icons/hicolor/??x??/apps/%{appname}.svg
%{_datadir}/icons/hicolor/???x???/apps/%{appname}.svg
%{_datadir}/metainfo/%{appname}.metainfo.xml
%changelog