Compare commits
3 commits
rawhide
...
git-develo
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5096f43918 | ||
|
|
3466c1a990 | ||
|
|
5db872d853 |
2 changed files with 8 additions and 9 deletions
|
|
@ -12,8 +12,8 @@
|
|||
|
||||
%global use_gcc_strict_sanitize 1
|
||||
|
||||
%global use_release 1
|
||||
%global use_gitbare 0
|
||||
%global use_release 0
|
||||
%global use_gitbare 1
|
||||
|
||||
%if 0%{?use_gitbare} < 1
|
||||
# force
|
||||
|
|
@ -26,10 +26,10 @@
|
|||
%endif
|
||||
|
||||
%if 0%{?use_gitbare}
|
||||
%global gittardate 20240721
|
||||
%global gittartime 1636
|
||||
%global gitbaredate 20240719
|
||||
%global git_rev 95c732e0bda821f4b1eb437d2bc175acd268c9c6
|
||||
%global gittardate 20240722
|
||||
%global gittartime 1701
|
||||
%global gitbaredate 20240721
|
||||
%global git_rev e241767a2011d15b3f0129f23233fee074540a86
|
||||
%global git_short %(echo %{git_rev} | cut -c-8)
|
||||
%global git_version %{gitbaredate}git%{git_short}
|
||||
|
||||
|
|
@ -195,7 +195,7 @@ sed -i meson.build \
|
|||
-e 's|^\(samba = dependency\)|# \1|' \
|
||||
-e 's|^\(have_samba = .*\)$|have_samba = true|' \
|
||||
%{nil}
|
||||
git commit -m "Tweak samba detection" -a
|
||||
git commit -m "Tweak samba detection" -a || true
|
||||
|
||||
# Don't install unneeded files
|
||||
sed -i doc/meson.build \
|
||||
|
|
@ -289,7 +289,6 @@ popd
|
|||
|
||||
%{_datadir}/glib-2.0/schemas/org.gnome.*xml
|
||||
%dir %{_datadir}/%{name}
|
||||
#%%{_datadir}/%{name}/*.txt
|
||||
%{_datadir}/%{name}/icons/
|
||||
|
||||
%{_datadir}/applications/org.gnome.%{name}.desktop
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (gnome-commander-1.18.0.tar.xz) = 327c2046da4b27360b8fd85e58e5315abc10bf2a19ccb0cb8b4d3150d8de479a94adeeafcf812a61c98c96e3eb0343a8979c1077c2a585881746d66f3884e4cb
|
||||
SHA512 (gnome-commander-20240722T1701.tar.gz) = 0e6788b155d0bee511dec46d1f1059d9197bd7f78b23296d392f94579737a89c4444c5ebf25462f0129c6965926c595639d1e0fb48bba9dd6f15bf0183ffa498
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue