This commit is contained in:
parent
c6828e1d43
commit
0c8e0be8a0
1
_service
1
_service
@ -6,6 +6,7 @@
|
|||||||
<param name="revision">main</param>
|
<param name="revision">main</param>
|
||||||
<param name="versionformat">@PARENT_TAG@+git%cd.%h</param>
|
<param name="versionformat">@PARENT_TAG@+git%cd.%h</param>
|
||||||
<param name="package-meta">yes</param>
|
<param name="package-meta">yes</param>
|
||||||
|
<param name="filename">starrydex</param>
|
||||||
</service>
|
</service>
|
||||||
<service name="recompress" mode="manual">
|
<service name="recompress" mode="manual">
|
||||||
<param name="file">*.tar</param>
|
<param name="file">*.tar</param>
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:a99eb80f60c9268a925110c1cd9cdf5fb182b42d65dad57d0f437a01d09ffd93
|
oid sha256:97caefbfd4f07eaf9b61e6e7d7fce66028e21350af7ea05750ed596f9066136e
|
||||||
size 670277
|
size 670345
|
||||||
|
@ -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>
|
Sat Jul 13 06:50:07 UTC 2024 - Richard Rahl <rrahl0@opensuse.org>
|
||||||
|
|
||||||
|
@ -54,8 +54,8 @@ just rootdir=%{buildroot} prefix=%{_prefix} install
|
|||||||
%doc README.md
|
%doc README.md
|
||||||
%{_bindir}/starry-dex
|
%{_bindir}/starry-dex
|
||||||
%{_datadir}/applications/%{appname}.desktop
|
%{_datadir}/applications/%{appname}.desktop
|
||||||
%{_iconsdir}/hicolor/??x??/apps/%{appname}.svg
|
%{_datadir}/icons/hicolor/??x??/apps/%{appname}.svg
|
||||||
%{_iconsdir}/hicolor/???x???/apps/%{appname}.svg
|
%{_datadir}/icons/hicolor/???x???/apps/%{appname}.svg
|
||||||
%{_datadir}/metainfo/%{appname}.metainfo.xml
|
%{_datadir}/metainfo/%{appname}.metainfo.xml
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user