automatic version update by autodist [release 1.17-1mamba;Fri Dec 09 2022]
This commit is contained in:
parent
b3e810a6b2
commit
e65125d313
@ -1,6 +1,6 @@
|
|||||||
%define PERL_VERSION %(eval `perl -V:version`; echo $version)
|
%define PERL_VERSION %(eval `perl -V:version`; echo $version)
|
||||||
Name: perl-IO-Tty
|
Name: perl-IO-Tty
|
||||||
Version: 1.16
|
Version: 1.17
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: IO::Tty and IO::Pty provide an interface to pseudo tty's
|
Summary: IO::Tty and IO::Pty provide an interface to pseudo tty's
|
||||||
Group: Development/Libraries/Perl
|
Group: Development/Libraries/Perl
|
||||||
@ -17,7 +17,6 @@ BuildRequires: perl-devel
|
|||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: perl-devel >= %PERL_VERSION
|
BuildRequires: perl-devel >= %PERL_VERSION
|
||||||
Requires: perl >= %PERL_VERSION
|
Requires: perl >= %PERL_VERSION
|
||||||
BuildRoot: %{_tmppath}/perl-root
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
IO::Tty and IO::Pty provide an interface to pseudo tty's.
|
IO::Tty and IO::Pty provide an interface to pseudo tty's.
|
||||||
@ -46,6 +45,8 @@ for dir in `find %{buildroot} -type d | grep $strid`; do
|
|||||||
echo "%dir ${dir#%buildroot}" >> .packlist
|
echo "%dir ${dir#%buildroot}" >> .packlist
|
||||||
done
|
done
|
||||||
|
|
||||||
|
find %{buildroot} -name *.so -exec chmod u+w {} \;
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
|
||||||
@ -53,6 +54,9 @@ done
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Dec 09 2022 Automatic Build System <autodist@mambasoft.it> 1.17-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Sun Feb 21 2021 Automatic Build System <autodist@mambasoft.it> 1.16-1mamba
|
* Sun Feb 21 2021 Automatic Build System <autodist@mambasoft.it> 1.16-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user