Compare commits

...

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
c4a4e95a20
!12 【轻量级PR】修正changelog中的错误日期
From: @konglidong 
Reviewed-by: @zengwefeng 
Signed-off-by: @zengwefeng
2022-06-30 07:38:16 +00:00
konglidong
6581f7a0b9 modify bad date in changelog 2022-06-15 17:47:09 +08:00
openeuler-ci-bot
d04c16746c !11 uuid.spec: Add chrpath to BuildRequires
From: @chenxi-mao
Reviewed-by: @small_leek
Signed-off-by: @small_leek
2021-10-29 08:13:37 +00:00
Chenxi Mao
c23f549368 uuid.spec: Add chrpath to BuildRequires
Previous commit 4dd7564 add chrpath command in install section.
To avoid build issue which means someone didn't buid with OBS
can buid this pack successfully, add chrpath to BuildRequires
like other spec did.

Signed-off-by: Chenxi Mao <chenxi.mao@suse.com>
2021-10-29 09:31:58 +08:00
openeuler-ci-bot
883da940da !9 remove rpath
From: @caodongxia
Reviewed-by: @small_leek
Signed-off-by: @small_leek
2021-09-09 12:54:57 +00:00
caodongxia
4dd756403e remove rpath 2021-09-09 17:27:19 +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

View File

@ -1,6 +1,6 @@
Name: uuid
Version: 1.6.2
Release: 43
Release: 47
Summary: Universally Unique Identifier library
License: MIT
URL: http://www.ossp.org/pkg/lib/uuid/
@ -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,6 +176,18 @@ popd
%{_mandir}/man3/*
%changelog
* Fri Oct 29 2021 Chenxi Mao <chenxi.mao@suse.com> - 1.6.2-47
- Add chrpath to BuildRequires
* Thu 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