remove redundant dependencies

This commit is contained in:
shine_ 2021-06-09 12:24:51 +08:00
parent 4eb2130d36
commit e4f66812bd

View File

@ -1,6 +1,6 @@
Name: perl-Mozilla-LDAP Name: perl-Mozilla-LDAP
Version: 1.5.3 Version: 1.5.3
Release: 28 Release: 29
Summary: Wraps OpenLDAP C SDK as LDAP Perl module Summary: Wraps OpenLDAP C SDK as LDAP Perl module
License: GPLv2+ and LGPLv2+ and MPLv1.1 License: GPLv2+ and LGPLv2+ and MPLv1.1
URL: https://www-archive.mozilla.org/directory/faq/perldap-faq URL: https://www-archive.mozilla.org/directory/faq/perldap-faq
@ -14,7 +14,7 @@ BuildRequires: perl(ExtUtils::MakeMaker) nspr-devel nss-devel openldap-devel >=
Wraps OpenLDAP C SDK as LDAP Perl module. Wraps OpenLDAP C SDK as LDAP Perl module.
%prep %prep
%autosetup -n perl-mozldap-%{version} -p1 -S git %autosetup -n perl-mozldap-%{version} -p1
cat << \EOF > perl-Mozilla-LDAP-prov cat << \EOF > perl-Mozilla-LDAP-prov
#!/bin/sh #!/bin/sh
%{__perl_provides} $* |\ %{__perl_provides} $* |\
@ -60,5 +60,8 @@ fi
%exclude %{_libdir}/perl5/vendor_perl/auto/Mozilla/LDAP/API/API.bs %exclude %{_libdir}/perl5/vendor_perl/auto/Mozilla/LDAP/API/API.bs
%changelog %changelog
* Fri 18 Jun 2021 zhaoyao<zhaoyao32@huawei.com> - 1.5.3-29
- Remove redundant dependencies, Git is only for patching, user patches instead.
* Sat Apr 18 2020 Jeffery.Gao <gaojianxing@huawei.com> - 1.5.3-28 * Sat Apr 18 2020 Jeffery.Gao <gaojianxing@huawei.com> - 1.5.3-28
- Package init - Package init