Search
j0ke.net Open Build Service
>
Projects
>
virtualization
>
perl-IO-Stty
> perl-IO-Stty.spec
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File perl-IO-Stty.spec of Package perl-IO-Stty
# # spec file for package perl-IO-Stty (Version .02) # # Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine # package are under the same license as the package itself. # # Please submit bugfixes or comments via http://bugs.opensuse.org/ # # norootforbuild # usedforbuild aaa_base acl attr audit-libs autoconf automake bash binutils bzip2 coreutils cpio cpp cpp42 cracklib cvs diffutils file filesystem fillup findutils gawk gcc gcc42 gdbm gettext gettext-devel glibc glibc-devel glibc-locale grep groff gzip info insserv less libacl libattr libbz2-1 libbz2-devel libdb-4_5 libgcc42 libgomp42 libltdl-3 libmudflap42 libreadline5 libstdc++42 libtool libuuid1 libvolume_id libxcrypt libzio linux-kernel-headers m4 make man mktemp ncurses net-tools netcfg pam pam-modules patch perl perl-base permissions popt rpm sed sysvinit tar texinfo timezone util-linux zlib Name: perl-IO-Stty Url: http://search.cpan.org/search?module=IO::Stty License: Artistic License, GPL v2 or later Group: Development/Libraries/Perl Requires: perl = %{perl_version} AutoReqProv: on Summary: A Perl Module for Setting Terminal Parameters Version: .02 Release: 591 Source: IO-Stty-%{version}.tar.gz Patch: IO-Stty-.02-correct_perl.dif BuildRoot: %{_tmppath}/%{name}-%{version}-build %description IO::Stty is a Perl module for setting terminal parameters. Authors: -------- Austin Schutz <tex@habit.com> %debug_package %prep %setup -n IO-Stty-%{version} %patch %build perl Makefile.PL make make test %install #%define perl_sitelib %(eval "`perl -V:installsitelib`"; echo $installsitelib) [ "$RPM_BUILD_ROOT" != "/" ] && [ -d $RPM_BUILD_ROOT ] && rm -rf $RPM_BUILD_ROOT; #install -d $RPM_BUILD_ROOT/%{perl_archlib} #make PREFIX=$RPM_BUILD_ROOT/usr \ # INSTALLMAN1DIR=$RPM_BUILD_ROOT/%{_mandir}/man1 \ # INSTALLMAN3DIR=$RPM_BUILD_ROOT/%{_mandir}/man3 \ # install #install -d $RPM_BUILD_ROOT/var/adm/perl-modules #cat $RPM_BUILD_ROOT/%{perl_archlib}/perllocal.pod | sed "s@$RPM_BUILD_ROOT@@g" > $RPM_BUILD_ROOT/var/adm/perl-modules/perl-IO-Stty #cd $RPM_BUILD_ROOT/%{perl_sitearch}/auto/IO/Stty #sed "s@$RPM_BUILD_ROOT@@g" < .packlist | sort -u > .packlist.tmp #mv .packlist.tmp .packlist #rm -f $RPM_BUILD_ROOT/%{perl_archlib}/perllocal.pod #rm -f $RPM_BUILD_ROOT/%{perl_sitelib}/IO/stty.pl make DESTDIR=$RPM_BUILD_ROOT install_vendor %perl_process_packlist %files %defattr(-,root,root) %doc README stty.txt %dir %{perl_vendorarch}/auto/IO %{perl_vendorarch}/auto/IO/Stty /%{perl_vendorlib}/IO /var/adm/perl-modules/perl-IO-Stty %changelog * Wed Jan 25 2006 - mls@suse.de - converted neededforbuild to BuildRequires * Sun Jan 11 2004 - adrian@suse.de - build as user * Fri Aug 22 2003 - mjancar@suse.cz - require the perl version we build with * Fri Jul 18 2003 - mc@suse.de - add vendorarch changes - fix for correct perl interpreter * Sun Jun 22 2003 - coolo@suse.de - package directories * Mon May 19 2003 - mc@suse.de - removed unpackaged Files from RPM_BUILD_ROOT * Tue Sep 17 2002 - ro@suse.de - removed bogus self-provides * Tue Jul 02 2002 - mls@suse.de - remove race in .packlist generation * Thu Jun 21 2001 - mc@suse.de - fixed the specfile. Used more RPM macros * Thu Feb 08 2001 - mc@suse.de - first package, v.02