diff --git a/uuid.spec b/uuid.spec index 19a830d..666a621 100644 --- a/uuid.spec +++ b/uuid.spec @@ -1,6 +1,6 @@ Name: uuid Version: 1.6.2 -Release: 43 +Release: 44 Summary: Universally Unique Identifier library License: MIT URL: http://www.ossp.org/pkg/lib/uuid/ @@ -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 @@ -174,6 +174,9 @@ popd %{_mandir}/man3/* %changelog +* Mon Jun 8 2020 chengzihan - 1.6.2-44 +- Disable designated LIBTOOL directory in %make_build + * Fri Jan 10 2020 Lijin Yang - 1.6.2-43 - Change url to valid address