Richard Rahl 2024-08-08 02:46:41 +00:00 committed by Git OBS Bridge
parent c6828e1d43
commit 0c8e0be8a0
4 changed files with 13 additions and 4 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">starrydex</param>
</service>
<service name="recompress" mode="manual">
<param name="file">*.tar</param>

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a99eb80f60c9268a925110c1cd9cdf5fb182b42d65dad57d0f437a01d09ffd93
size 670277
oid sha256:97caefbfd4f07eaf9b61e6e7d7fce66028e21350af7ea05750ed596f9066136e
size 670345

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Thu Aug 8 01:01:22 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
-------------------------------------------------------------------
Sat Jul 13 06:50:07 UTC 2024 - Richard Rahl <rrahl0@opensuse.org>

View File

@ -54,8 +54,8 @@ just rootdir=%{buildroot} prefix=%{_prefix} install
%doc README.md
%{_bindir}/starry-dex
%{_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