diff --git a/pakchois.spec b/pakchois.spec index 645a7bf..eddcc3d 100644 --- a/pakchois.spec +++ b/pakchois.spec @@ -1,7 +1,7 @@ Summary: The library wraped for PKCS#11 Name: pakchois Version: 0.4 -Release: 19 +Release: 20 License: LGPLv2+ URL: http://www.manyfish.co.uk/pakchois/ Source0: http://www.manyfish.co.uk/pakchois/pakchois-%{version}.tar.gz @@ -20,7 +20,7 @@ Requires: pkgconfig, pakchois = %{version}-%{release} The pakchois PKCS#11 wrapped development library. %prep -%autosetup -n pakchois-%{version} -p1 -S git +%autosetup -n pakchois-%{version} -p1 %build %configure --enable-module-path=%{_libdir}/pkcs11:%{_libdir}/gnome-keyring:%{_libdir} @@ -48,5 +48,8 @@ The pakchois PKCS#11 wrapped development library. %{_libdir}/*.a %changelog +* Web 09 Jun 2021 zhaoyao - 0.4-20 +- %prep no longer patched with git + * Thu Apr 30 2020 Jeffery.Gao - 0.4-19 - Package init