Compare commits
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
96dcdbb424 |
4 changed files with 13 additions and 12 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -34,3 +34,4 @@ gnome-commander-1.2.8.7.tar.bz2
|
|||
/gnome-commander-1.10.3.tar.xz
|
||||
/gnome-commander-20210319T1025.tar.gz
|
||||
/gnome-commander-1.12.0.tar.xz
|
||||
/gnome-commander-20210408T1140.tar.gz
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ set -e
|
|||
|
||||
REPONAME=gnome-commander
|
||||
GITURL=https://gitlab.gnome.org/GNOME/${REPONAME}.git
|
||||
BRANCH=gcmd-1-12
|
||||
BRANCH=master
|
||||
|
||||
DATE=$(date '+%Y%m%d')
|
||||
TIME=$(date '+%H%M')
|
||||
|
|
|
|||
|
|
@ -13,10 +13,10 @@
|
|||
%global update_po 0
|
||||
%global if_pre 0
|
||||
|
||||
%global use_gcc_strict_sanitize 0
|
||||
%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
|
||||
|
|
@ -29,19 +29,19 @@
|
|||
%endif
|
||||
|
||||
%if 0%{?use_gitbare}
|
||||
%global gittardate 20210319
|
||||
%global gittartime 1025
|
||||
%global gitbaredate 20210318
|
||||
%global git_rev 3ebb680e6a181d1dc6f7c3a188f3d5d90ff26d32
|
||||
%global gittardate 20210408
|
||||
%global gittartime 1140
|
||||
%global gitbaredate 20210328
|
||||
%global git_rev 8f02c9bf0a3d549116704ec96d3a51fa3fdde2f8
|
||||
%global git_short %(echo %{git_rev} | cut -c-8)
|
||||
%global git_version D%{gitbaredate}git%{git_short}
|
||||
|
||||
%global if_pre 1
|
||||
%endif
|
||||
|
||||
%global shortver 1.12
|
||||
%global shortver 1.13
|
||||
%global fullver %{shortver}.0
|
||||
%global mainrel 1
|
||||
%global mainrel 0.0.100
|
||||
|
||||
%if 0%{?use_release} >= 1
|
||||
%global fedorarel %{?prever:0.}%{mainrel}%{?prever:.%{prerpmver}}
|
||||
|
|
@ -255,7 +255,7 @@ ln -sf ../configure
|
|||
%configure \
|
||||
--srcdir=$(pwd)/.. \
|
||||
--bindir=%{_libexecdir}/%{name} \
|
||||
--disable-werror \
|
||||
--disable-Werror \
|
||||
--disable-scrollkeeper \
|
||||
%{nil}
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (gnome-commander-1.12.0.tar.xz) = aab5c03c2a4e8d75e7cd0014153a4d107286f413c87bc31d6cdc4e2fdaaeac95ad20a41bd8125565f903176cc7a5c4788f227631095d634943bdf378790c43aa
|
||||
SHA512 (gnome-commander-20210408T1140.tar.gz) = e9074867d1679bcb5dd49b92e5cbd264ccda3d530273612f793b8f72d6bd0b2d1ff986a43873fe004f6ee91834166659bf64410eb69dc76e932e4bad738fe778
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue