forked from pool/perl-Expect
This commit is contained in:
parent
dfc093e247
commit
e204395dae
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jun 13 12:40:15 CEST 2007 - mc@suse.de
|
||||||
|
|
||||||
|
- remove execute permissions from tutorial files
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Sep 19 15:47:35 CEST 2006 - mc@suse.de
|
Tue Sep 19 15:47:35 CEST 2006 - mc@suse.de
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Expect (Version 1.20)
|
# spec file for package perl-Expect (Version 1.20)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
# This file and all modifications and additions to the pristine
|
# This file and all modifications and additions to the pristine
|
||||||
# package are under the same license as the package itself.
|
# package are under the same license as the package itself.
|
||||||
#
|
#
|
||||||
@ -20,7 +20,7 @@ Requires: perl = %{perl_version}
|
|||||||
Autoreqprov: on
|
Autoreqprov: on
|
||||||
Summary: Expect for perl
|
Summary: Expect for perl
|
||||||
Version: 1.20
|
Version: 1.20
|
||||||
Release: 1
|
Release: 41
|
||||||
Source: Expect-%{version}.tar.gz
|
Source: Expect-%{version}.tar.gz
|
||||||
Patch: Expect.diff
|
Patch: Expect.diff
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
@ -49,6 +49,7 @@ make test
|
|||||||
[ "$RPM_BUILD_ROOT" != "/" ] && [ -d $RPM_BUILD_ROOT ] && rm -rf $RPM_BUILD_ROOT;
|
[ "$RPM_BUILD_ROOT" != "/" ] && [ -d $RPM_BUILD_ROOT ] && rm -rf $RPM_BUILD_ROOT;
|
||||||
make DESTDIR=$RPM_BUILD_ROOT install_vendor
|
make DESTDIR=$RPM_BUILD_ROOT install_vendor
|
||||||
%perl_process_packlist
|
%perl_process_packlist
|
||||||
|
chmod 644 %{_builddir}/Expect-%{version}/tutorial/*
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
@ -61,7 +62,9 @@ make DESTDIR=$RPM_BUILD_ROOT install_vendor
|
|||||||
%doc %{_mandir}/man3/*
|
%doc %{_mandir}/man3/*
|
||||||
/var/adm/perl-modules/perl-Expect
|
/var/adm/perl-modules/perl-Expect
|
||||||
|
|
||||||
%changelog -n perl-Expect
|
%changelog
|
||||||
|
* Wed Jun 13 2007 - mc@suse.de
|
||||||
|
- remove execute permissions from tutorial files
|
||||||
* Tue Sep 19 2006 - mc@suse.de
|
* Tue Sep 19 2006 - mc@suse.de
|
||||||
- Version 1.20
|
- Version 1.20
|
||||||
* fixed non-localized usage of $_
|
* fixed non-localized usage of $_
|
||||||
@ -71,11 +74,11 @@ make DESTDIR=$RPM_BUILD_ROOT install_vendor
|
|||||||
* fixed bug in _make_readable()
|
* fixed bug in _make_readable()
|
||||||
* Fri Jul 14 2006 - mc@suse.de
|
* Fri Jul 14 2006 - mc@suse.de
|
||||||
- Version 1.18
|
- Version 1.18
|
||||||
- added param check for expect()
|
- added param check for expect()
|
||||||
- added another pipe to synchronize spawning. Closing the slave in
|
- added another pipe to synchronize spawning. Closing the slave in
|
||||||
the parent can lead to a hang if the child already wrote
|
the parent can lead to a hang if the child already wrote
|
||||||
something into it...
|
something into it...
|
||||||
- some bugfixes
|
- some bugfixes
|
||||||
* Wed Jan 25 2006 - mls@suse.de
|
* Wed Jan 25 2006 - mls@suse.de
|
||||||
- converted neededforbuild to BuildRequires
|
- converted neededforbuild to BuildRequires
|
||||||
* Thu Sep 29 2005 - dmueller@suse.de
|
* Thu Sep 29 2005 - dmueller@suse.de
|
||||||
|
Loading…
x
Reference in New Issue
Block a user