Compare commits
10 Commits
6bfa3ef7a8
...
c4a4e95a20
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c4a4e95a20 | ||
|
|
6581f7a0b9 | ||
|
|
d04c16746c | ||
|
|
c23f549368 | ||
|
|
883da940da | ||
|
|
4dd756403e | ||
|
|
362f3735a4 | ||
|
|
20866bf32c | ||
|
|
45f9333fc2 | ||
|
|
c9e6bfee06 |
20
uuid.spec
20
uuid.spec
@ -1,6 +1,6 @@
|
|||||||
Name: uuid
|
Name: uuid
|
||||||
Version: 1.6.2
|
Version: 1.6.2
|
||||||
Release: 43
|
Release: 47
|
||||||
Summary: Universally Unique Identifier library
|
Summary: Universally Unique Identifier library
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: http://www.ossp.org/pkg/lib/uuid/
|
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
|
Patch0005: uuid-1.6.2-nostrip.patch
|
||||||
Patch0006: uuid-1.6.2-manfix.patch
|
Patch0006: uuid-1.6.2-manfix.patch
|
||||||
Patch0007: uuid-aarch64.patch
|
Patch0007: uuid-aarch64.patch
|
||||||
BuildRequires: libtool
|
BuildRequires: libtool gcc-c++ chrpath
|
||||||
Obsoletes: %{name}-pgsql < 1.6.2-24
|
Obsoletes: %{name}-pgsql < 1.6.2-24
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -87,7 +87,7 @@ export CFLAGS="$RPM_OPT_FLAGS" CXXFLAGS="$RPM_OPT_FLAGS"
|
|||||||
%configure --disable-static --without-perl --without-php \
|
%configure --disable-static --without-perl --without-php \
|
||||||
--with-dce --with-cxx --without-pgsql
|
--with-dce --with-cxx --without-pgsql
|
||||||
|
|
||||||
%make_build LIBTOOL=/usr/bin/libtool CFLAGS="$CFLAGS" CXXFLAGS="$CXXFLAGS"
|
%make_build CFLAGS="$CFLAGS" CXXFLAGS="$CXXFLAGS"
|
||||||
|
|
||||||
pushd perl
|
pushd perl
|
||||||
%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS" COMPAT=0
|
%{__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/*
|
%{_fixperms} $RPM_BUILD_ROOT/*
|
||||||
popd
|
popd
|
||||||
|
|
||||||
|
chrpath -d %{buildroot}/%{_bindir}/%{name}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
make check
|
make check
|
||||||
|
|
||||||
@ -174,6 +176,18 @@ popd
|
|||||||
%{_mandir}/man3/*
|
%{_mandir}/man3/*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri Jan 10 2020 Lijin Yang <yanglijin@huawei.com> - 1.6.2-43
|
||||||
- Change url to valid address
|
- Change url to valid address
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user