Does this RPM use your spec file:

http://download.systemimager.org/pub/perl-XML-Simple/perl-XML-Simple-1.08-1.noarch.rpm

-Brian



Thus spake Sean Dague ([EMAIL PROTECTED]):
> On Sat, Jun 21, 2003 at 12:40:10PM -0500, Brian Elliott Finley wrote:
> > I also think that would be a good thing to do.  Can you make those 
> > changes, Lorn?
> > 
> > Also, with regard to the perl-XML-simple issue, I seem to recall that
> > the last time I worked on that, I determined that making a single RPM
> > that would work across distributions would be difficult, perhaps not
> > possible.  
> 
> I built a spec file that should build just such an rpm last year.  It may
> need updating to the lastest version of XML::Simple, but it should work for
> all versions of Red Hat > 7.0.  Mandrake and SuSE already ship their own
> version of the rpm.
> 
>       -Sean
> 
> -- 
> __________________________________________________________________
> 
> Sean Dague                                       Mid-Hudson Valley
> sean at dague dot net                            Linux Users Group
> http://dague.net                                 http://mhvlug.org
> 
> There is no silver bullet.  Plus, werewolves make better neighbors
> than zombies, and they tend to keep the vampire population down.
> __________________________________________________________________

> %define name            perl-XML-Simple
> %define version         1.08
> %define release         1
> %define prefix          /usr/lib/perl5/site_perl
> 
> Summary: AppConfig
> Name: %name
> Version: %version
> Release: %release
> Copyright: GPL & Artistic License
> URL: http://search.cpan.org/search?dist=XML::Simple
> Group: Development/Perl
> Source: XML-Simple-%{version}.tar.gz
> Requires: perl, perl-XML-Parser
> Vendor: http://sisuite.org
> Packager: SIS Devel Team <[EMAIL PROTECTED]>
> Prefix: %prefix
> Buildroot: /var/tmp/%{name}-%{version}-root
> BuildArchitectures: noarch
> 
> %description
> XML::Simple - Easy API to read/write XML (esp config files)
> 
> The XML::Simple module provides a simple API layer on top of the XML::Parser
> module.  Two functions are exported: XMLin() and XMLout().
> 
> %prep
> %setup -c -n %{name}-%{version}
> 
> # No configure, no make, just copy files to the output dir.
> %build
> cd XML-Simple-%{version}
> perl Makefile.PL INSTALLSITELIB=/var/tmp/%{name}-%{version}-root%{prefix} 
> INSTALLMAN1DIR=/var/tmp/%{name}-%{version}-root/usr/share/man/man1 
> INSTALLMAN3DIR=/var/tmp/%{name}-%{version}-root/usr/share/man/man3
> make
> make test
> make install
> rm -rf /var/tmp/%{name}-%{version}-root%{prefix}/auto
> 
> %clean
> rm -fr $RPM_BUILD_DIR/*
> rm -rf /var/tmp/%{name}-%{version}-root
> 
> %files
> %defattr(-,root,root)
> %doc XML-Simple-%{version}/README
> /usr/share/man
> %{prefix}/XML
> 
> %changelog
> * Tue Nov 19 2002 Sean Dague <[EMAIL PROTECTED]> 1.08-1
> - Initial creation of this spec file
> 
> 




-- 
---------------------------------------------------------
 Brian Elliott Finley                Phone: 630.803.8183
 GPG: 3FF8 D096 0E0C D3F3 29B7  6518 D20B 1931 10F8 EE52
---------------------------------------------------------


-------------------------------------------------------
This SF.Net email is sponsored by: INetU
Attention Web Developers & Consultants: Become An INetU Hosting Partner.
Refer Dedicated Servers. We Manage Them. You Get 10% Monthly Commission!
INetU Dedicated Managed Hosting http://www.inetu.net/partner/index.php
_______________________________________________
Sisuite-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/sisuite-devel

Reply via email to