Accepting request 1192478 from X11:COSMIC:Apps
- 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 OBS-URL: https://build.opensuse.org/request/show/1192478 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/oboete?expand=0&rev=2
This commit is contained in:
commit
7dc2fde807
1
_service
1
_service
@ -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>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:25f327ba8fe37953d895d4a78c5b3bbb1ce7bafec5b8bb904e7da06a72110ca7
|
||||
size 860004
|
3
oboete-0.1.5+git20240730.6acd325.tar.zst
Normal file
3
oboete-0.1.5+git20240730.6acd325.tar.zst
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fdfb884656adc0e627b8eb7970c9474214bc420fb016d5cb5693a8fc68a754f0
|
||||
size 861878
|
@ -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>
|
||||
|
||||
|
12
oboete.spec
12
oboete.spec
@ -18,7 +18,7 @@
|
||||
|
||||
%define appname dev.mariinkys.Oboete
|
||||
Name: oboete
|
||||
Version: 0.1.4+git20240709.0e05eb4
|
||||
Version: 0.1.5+git20240730.6acd325
|
||||
Release: 0
|
||||
Summary: A simple flashcards application for the COSMIC desktop
|
||||
License: GPL-3.0-only
|
||||
@ -26,10 +26,10 @@ URL: https://github.com/mariinkys/oboete
|
||||
Source0: %{name}-%{version}.tar.zst
|
||||
Source1: vendor.tar.zst
|
||||
BuildRequires: cargo-packaging
|
||||
BuildRequires: just
|
||||
BuildRequires: update-desktop-files
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: hicolor-icon-theme
|
||||
BuildRequires: just
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: update-desktop-files
|
||||
BuildRequires: pkgconfig(xkbcommon)
|
||||
|
||||
%description
|
||||
@ -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
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0b42919ec0e247214c207bc576b1bebf713768c2149ebb9ccb44817ff05ff578
|
||||
size 80858214
|
||||
oid sha256:0a5e5dc19131d8fe69f7e7f32fd412129fbd18eac97b6adf8db5a7e59e2e5d4f
|
||||
size 80917052
|
||||
|
Loading…
Reference in New Issue
Block a user