orbit-perl 0.4.4 spec file



Here's a spec file that builds successfully on mandrake 8.2.

NOTE: You'll also need to get the Error module to be able to use
CORBA::ORBit...

%define version 0.4.4
%define release 1
%define name    perl-CORBA-ORBit
%define realname        CORBA-ORBit

Summary:        CORBA::ORBit (module for perl) by Owen Taylor maintained by Huw Rogers
Name:           %{name}
version:        %{version}
Release:        %{release}
License:        GPL
Group:          Development/Perl
Source: http://www.cpan.org/authors/id/H/HR/HROGERS/CORBA-ORBit-%{version}.tar.gz
URL:            http://orbit-resource.sourceforge.net/
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root/
Prefix:         %{_prefix}
Requires:       ORBit >= 0.5.13, perl

%description
    CORBA::ORBit let's you do CORBA ORBit things from perl.

%prep
rm -rf $RPM_BUILD_ROOT

%setup -q -n %{realname}-%{version}

%build
rm -rf $RPM_BUILD_ROOT
perl Makefile.PL CCFLAGS="-I/usr/include/libIDL-1.0" PREFIX=%{prefix}
make
make test

%install
eval `perl '-V:installarchlib'`
mkdir -p $RPM_BUILD_ROOT/$installarchlib
%makeinstall PREFIX=$RPM_BUILD_ROOT/%{prefix}

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_libdir}/perl5/site_perl/*
%{_libdir}/perl5/man/*/*
%doc MANIFEST README ChangeLog

On Tue, May 07, 2002 at 10:48:36PM +0900, Huw Rogers wrote:
> I just uploaded CORBA-ORBit-0.4.4 to PAUSE / CPAN.
> 
> CVS tag in Gnome is ORBIT_PERL_0_4_4.
> 
> Also, I will start an ORBit2 branch of orbit-perl.
> 
> 	-Huw
> -- 
> Huw Rogers <rogers building2 co jp>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]