mirror of
https://github.com/fspc/gbootroot.git
synced 2025-02-24 17:33:24 -05:00
Added documentation.
This commit is contained in:
parent
e6573bad75
commit
5ab4c598af
@ -41,6 +41,9 @@ make
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
make install
|
make install
|
||||||
|
install -d /usr/share/doc/perl-IO-Stty/examples
|
||||||
|
cp -fa README /usr/share/doc/perl-IO-Stty/README
|
||||||
|
cp stty.pl /usr/share/doc/perl-IO-Stty/examples/stty.pl
|
||||||
|
|
||||||
|
|
||||||
# nothing to clean
|
# nothing to clean
|
||||||
@ -49,8 +52,14 @@ make install
|
|||||||
|
|
||||||
# will read this all from a files list %files -f filelist
|
# will read this all from a files list %files -f filelist
|
||||||
%files
|
%files
|
||||||
|
%docdir /usr/share/doc/perl-IO-Stty
|
||||||
/usr/lib/perl5/site_perl/IO/Stty.pm
|
/usr/lib/perl5/site_perl/IO/Stty.pm
|
||||||
/usr/lib/perl5/site_perl/IO/stty.pl
|
/usr/lib/perl5/site_perl/IO/stty.pl
|
||||||
|
/usr/share/doc/perl-IO-Stty/examples/stty.pl
|
||||||
|
/usr/share/doc/perl-IO-Stty/README
|
||||||
|
|
||||||
|
|
||||||
|
%changelog
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
|
@ -49,7 +49,10 @@ cp -fa Tty.pm /usr/lib/perl5/site_perl/IO/Tty.pm
|
|||||||
cp -fa Pty.pm /usr/lib/perl5/site_perl/IO/Pty.pm
|
cp -fa Pty.pm /usr/lib/perl5/site_perl/IO/Pty.pm
|
||||||
install -d /usr/share/man/man3
|
install -d /usr/share/man/man3
|
||||||
cp -fa blib/man3/IO::Pty.3pm /usr/share/man/man3/IO::Pty.3pm
|
cp -fa blib/man3/IO::Pty.3pm /usr/share/man/man3/IO::Pty.3pm
|
||||||
|
install -d /usr/share/doc/perl-IO-Tty/examples
|
||||||
|
cp -fa try /usr/share/doc/perl-IO-Tty/examples
|
||||||
|
cp -fa COPYING /usr/share/doc/perl-IO-Tty
|
||||||
|
gzip -9c ChangeLog > /usr/share/doc/perl-IO-Tty/changelog.gz
|
||||||
|
|
||||||
# nothing to clean
|
# nothing to clean
|
||||||
%clean
|
%clean
|
||||||
@ -61,6 +64,10 @@ cp -fa blib/man3/IO::Pty.3pm /usr/share/man/man3/IO::Pty.3pm
|
|||||||
%attr(0644, root, root) /usr/lib/perl5/site_perl/auto/IO/Tty/Tty.bs
|
%attr(0644, root, root) /usr/lib/perl5/site_perl/auto/IO/Tty/Tty.bs
|
||||||
%attr(0755, root, root) /usr/lib/perl5/site_perl/auto/IO/Tty/Tty.so
|
%attr(0755, root, root) /usr/lib/perl5/site_perl/auto/IO/Tty/Tty.so
|
||||||
/usr/share/man/man3/IO::Pty.3pm
|
/usr/share/man/man3/IO::Pty.3pm
|
||||||
|
%docdir /usr/share/doc/perl-IO-Tty/examples
|
||||||
|
/usr/share/doc/perl-IO-Tty/examples/try
|
||||||
|
/usr/share/doc/perl-IO-Tty/COPYING
|
||||||
|
/usr/share/doc/perl-IO-Tty/changelog.gz
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
x
Reference in New Issue
Block a user