Compare commits

..
Author SHA1 Message Date
openeuler-ci-bot a8d4e9d1cf !6 bugfix testcase fail for gfortan
Merge pull request !6 from tianwei/master
2020-08-20 16:53:21 +08:00
zzm_567 ee10b66a9d bugfix testcase for gfortan 2020-08-20 15:39:49 +08:00
zzm_567 235a521808 bugfix testcase for gfortan 2020-08-20 15:39:43 +08:00
openeuler-ci-bot 99ef4d2f97 !5 add yaml file in package
Merge pull request !5 from 吴超超/master
2020-07-21 11:58:01 +08:00
19909236985 c47b585d29 add yaml file in package 2020-06-12 15:37:55 +08:00
2 changed files with 12 additions and 1 deletions
+8 -1
View File
@@ -3,7 +3,7 @@
Name: libtool
Version: 2.4.6
Release: 32
Release: 33
License: GPLv2+ and LGPLv2+ and GFDL
Summary: The GNU Portable Library Tool
URL: http://www.gnu.org/software/libtool/
@@ -57,6 +57,10 @@ export F77=gfortran
export CFLAGS="$RPM_OPT_FLAGS -fPIC"
export FFLAGS=$(echo "$RPM_OPT_FLAGS -I/usr/lib64/gfortran/modules"| sed 's/-fstack-protector-strong/ /g')
export FCFLAGS=$(echo "$RPM_OPT_FLAGS -I/usr/lib64/gfortran/modules"| sed 's/-fstack-protector-strong/ /g')
%ifarch x86_64
export FFLAGS="$RPM_OPT_FLAGS -fPIE"
export FCFLAGS="$RPM_OPT_FLAGS -fPIE"
%endif
%configure
@@ -100,6 +104,9 @@ rm -f %{buildroot}%{_libdir}/libltdl.{a,la}
%changelog
* Thu Aug 20 2020 tianwei <tianwei12@huawei.com> - 2.4.6-33
- fixbug testcase fail for gfortan
* Thu Mar 19 2020 openEuler Buildteam <buildteam@openeuler.org> - 2.4.6-32
- add necessary BuildRequires
+4
View File
@@ -0,0 +1,4 @@
version_control: git
src_repo: https://git.savannah.gnu.org/git/libtool.git
tag_prefix: ^v
seperator: .