Compare commits

...

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
67645f37d4
!14 [sync] PR-13: sync release from 22.03 to 22.09
From: @openeuler-sync-bot 
Reviewed-by: @zengwefeng 
Signed-off-by: @zengwefeng
2022-08-03 02:44:54 +00:00
wk333
78f49d9d99 sync release from 22.03 to 22.09
(cherry picked from commit b8ea4aae2c0fc308dbfbd822c5bec117daf18fa6)
2022-08-02 20:00:27 +08:00
openeuler-ci-bot
362f3735a4 !8 Completing build dependencies to fix gcc-c++ compiler missing error
From: @hht8
Reviewed-by: @small_leek
Signed-off-by: @small_leek
2021-06-07 20:25:02 +08:00
hht8
20866bf32c Completing build dependencies to fix gcc-c++ compiler missing error 2021-06-07 10:53:17 +08:00
openeuler-ci-bot
45f9333fc2 !4 Disable designated LIBTOOL directory in %make_build
Merge pull request !4 from 成子晗/master
2020-06-08 16:32:32 +08:00
chengzihan2
c9e6bfee06 Disable designated LIBTOOL directory in %make_build 2020-06-08 11:40:56 +08:00
openeuler-ci-bot
6bfa3ef7a8 !3 add yaml file
Merge pull request !3 from sigui/master
2020-05-14 09:14:04 +08:00
si-gui
4ee7afa926 add yaml file 2020-05-12 18:08:56 +08:00
openeuler-ci-bot
754ddf2f14 !1 modify
Merge pull request !1 from jinjin/yang
2020-01-10 11:20:36 +08:00
jinjin
c39bf937e0 modify spec 2020-01-09 22:17:39 -05:00
2 changed files with 21 additions and 4 deletions

View File

@ -1,10 +1,10 @@
Name: uuid
Version: 1.6.2
Release: 42
Release: 47
Summary: Universally Unique Identifier library
License: MIT
URL: http://www.ossp.org/pkg/lib/uuid/
Source0: ftp://ftp.ossp.org/pkg/lib/uuid/uuid-%{version}.tar.gz
Source0: http://www.mirrorservice.org/sites/ftp.ossp.org/pkg/lib/uuid/uuid-1.6.2.tar.gz
Patch0001: uuid-1.6.1-ossp.patch
Patch0002: uuid-1.6.1-mkdir.patch
Patch0003: uuid-1.6.2-php54.patch
@ -12,7 +12,7 @@ Patch0004: uuid-1.6.2-hwaddr.patch
Patch0005: uuid-1.6.2-nostrip.patch
Patch0006: uuid-1.6.2-manfix.patch
Patch0007: uuid-aarch64.patch
BuildRequires: libtool
BuildRequires: libtool gcc-c++ chrpath
Obsoletes: %{name}-pgsql < 1.6.2-24
%description
@ -87,7 +87,7 @@ export CFLAGS="$RPM_OPT_FLAGS" CXXFLAGS="$RPM_OPT_FLAGS"
%configure --disable-static --without-perl --without-php \
--with-dce --with-cxx --without-pgsql
%make_build LIBTOOL=/usr/bin/libtool CFLAGS="$CFLAGS" CXXFLAGS="$CXXFLAGS"
%make_build CFLAGS="$CFLAGS" CXXFLAGS="$CXXFLAGS"
pushd perl
%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS" COMPAT=0
@ -111,6 +111,8 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
%{_fixperms} $RPM_BUILD_ROOT/*
popd
chrpath -d %{buildroot}/%{_bindir}/%{name}
%check
make check
@ -174,5 +176,20 @@ popd
%{_mandir}/man3/*
%changelog
* Fri Oct 29 2021 Chenxi Mao <chenxi.mao@suse.com> - 1.6.2-47
- Add chrpath to BuildRequires
* Wed Sep 9 2021 caodongxia <caodongxia@huawei.com> - 1.6.2-46
- Remove rpath
* Mon May 31 2021 huanghaitao <huanghaitao8@huawei.com> - 1.6.2-45
- Completing build dependencies to fix gcc-c++ compiler missing error
* Mon Jun 8 2020 chengzihan <chengzihan2@huawei.com> - 1.6.2-44
- Disable designated LIBTOOL directory in %make_build
* Fri Jan 10 2020 Lijin Yang <yanglijin@huawei.com> - 1.6.2-43
- Change url to valid address
* Tue Nov 19 2019 yanzhihua <yanzhihua4@huawei.com> - 1.6.2-42
- Package init

0
uuid.yaml Normal file
View File