Touch the auto-generated files in order to stop them from being regenerated.
This commit is contained in:
parent
31b6780b2a
commit
c393d68a90
1
.gitignore
vendored
1
.gitignore
vendored
@ -5,3 +5,4 @@
|
||||
/annobin-2.3.tar.xz
|
||||
/annobin-2.4.tar.xz
|
||||
/annobin-2.5.tar.xz
|
||||
/annobin-2.5.1.tar.xz
|
||||
|
BIN
annobin-2.5.1.tar.xz
Normal file
BIN
annobin-2.5.1.tar.xz
Normal file
Binary file not shown.
12
annobin.spec
12
annobin.spec
@ -1,7 +1,7 @@
|
||||
Name: annobin
|
||||
Summary: Binary annotation plugin for GCC
|
||||
Version: 2.5
|
||||
Release: 2%{?dist}
|
||||
Version: 2.5.1
|
||||
Release: 1%{?dist}
|
||||
|
||||
License: GPLv3, MIT/X11 (config/libcutl.m4, install-sh)
|
||||
Group: Development/Tools
|
||||
@ -42,6 +42,9 @@ of the resulting files.
|
||||
%prep
|
||||
%autosetup -p1
|
||||
|
||||
# Touch the configure files so that they are not regenerated.
|
||||
touch configure */configure Makefile.in */Makefile.in
|
||||
|
||||
%build
|
||||
%configure --quiet
|
||||
make %{?_smp_mflags}
|
||||
@ -67,7 +70,10 @@ make install DESTDIR=$RPM_BUILD_ROOT
|
||||
#---------------------------------------------------------------------------------
|
||||
|
||||
%changelog
|
||||
* Tue Sep 26 2017 Nick Clifton <nickc@redhat.com> - annobin-2.5-1
|
||||
* Tue Sep 26 2017 Nick Clifton <nickc@redhat.com> - annobin-2.5.1-1
|
||||
- Touch the auto-generated files in order to stop them from being regenerated.
|
||||
|
||||
* Tue Sep 26 2017 Nick Clifton <nickc@redhat.com> - annobin-2.5-2
|
||||
- Stop the plugin complaining about compiler datestamp mismatches.
|
||||
|
||||
* Thu Sep 21 2017 Nick Clifton <nickc@redhat.com> - annobin-2.4-1
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (annobin-2.5.tar.xz) = 10d220d7c5f725480c36fc2e6ed02ae31412cf1fc95aa535289aca983bcffd7e152c243a40667011a9bcab03020bbbe3e6785fb45bdab07356939d06140dfa88
|
||||
SHA512 (annobin-2.5.1.tar.xz) = 6a276d1adacd699816bd1646a42ced8a73869ee11e91b83672448955a16140ed31e1de05b4075b6493b13f17faf04bd0f0e3196e40a787042639f5047a98336c
|
||||
|
Loading…
Reference in New Issue
Block a user