File perl-Inline.spec of Package perl-Inline
#
# spec file for package perl-Inline (Version 0.44)
#
# Copyright (c) 2003 SuSE Linux AG, 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://www.suse.de/feedback/
#
# norootforbuild
# usedforbuild aaa_base acl attr bash bind-utils bison bzip2 coreutils cpio cpp cvs cyrus-sasl db devs diffutils e2fsprogs file filesystem fillup findutils flex gawk gdbm-devel glibc glibc-devel glibc-locale gpm grep groff gzip info insserv kbd less libacl libattr libgcc libstdc++ libxcrypt m4 make man mktemp modutils ncurses ncurses-devel net-tools netcfg openldap2-client openssl pam pam-devel pam-modules patch permissions popt ps rcs readline sed sendmail shadow strace syslogd sysvinit tar texinfo timezone unzip util-linux vim zlib zlib-devel autoconf automake binutils cracklib gcc gdbm gettext libtool perl perl-Parse-RecDescent rpm
Name: perl-Inline
BuildRequires: perl-Parse-RecDescent
Version: 0.44
Release: 115
Provides: Inline
Requires: perl = %perl_version
Requires: perl-Parse-RecDescent
Autoreqprov: on
Group: Development/Libraries/Perl
License: Artistic License
URL: http://www.cpan.org/modules/by-module/Inline/
Summary: Write Perl subroutines in other programming languages
Source: Inline-%version.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
Inline lets you write Perl subroutines in other programming languages,
like C, C++, Java, Python, Tcl and even Assembly. You don't need to
compile anything. All the details are handled transparently, so you can
just run your Perl script like normal.
Authors:
--------
Brian Ingerson <INGY@cpan.org>
%prep
%setup -n Inline-%version
%build
perl Makefile.PL
make
make test
%install
rm -rf $RPM_BUILD_ROOT
%perl_make_install
%perl_process_packlist
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-, root, root)
%doc Changes README
%{_mandir}/man?/*
%perl_vendorlib/Inline*
%perl_vendorlib/auto/Inline
%perl_vendorarch/auto/Inline
/var/adm/perl-modules/%name
%changelog -n perl-Inline
* Wed Jan 25 2006 - mls@suse.de
- converted neededforbuild to BuildRequires
* Thu Oct 16 2003 - mmj@suse.de
- Don't build as root
- Use %%perl_make_install
* Fri Aug 22 2003 - mjancar@suse.cz
- require the perl version we build with
* Mon Jul 14 2003 - mmj@suse.de
- Use vendor_install target and friends
* Tue Jul 01 2003 - mmj@suse.de
- Use %%perl_process_packlist
* Wed Jun 18 2003 - coolo@suse.de
- package directories
* Tue May 13 2003 - mmj@suse.de
- Package all files
* Mon Dec 02 2002 - mmj@suse.de
- Update to 0.44
* Mon Jul 29 2002 - mls@suse.de
- Fixed neededforbuild for perl-5.8.0
* Tue Jul 02 2002 - mls@suse.de
- remove race in .packlist generation
* Wed Aug 01 2001 - grimmer@suse.de
- update to 0.43
* Fri Jun 22 2001 - grimmer@suse.de
- added missing Requires:
* Fri Jun 22 2001 - grimmer@suse.de
- initial build (version 0.42), required for latest
version of grepmail (probably other packages will need it, too)