--V4b9U9vrdWczvw78
Content-Type: multipart/mixed; boundary="xA/XKXTdy9G3iaIz"
Content-Disposition: inline


--xA/XKXTdy9G3iaIz
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

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=20
> changes, Lorn?
>=20
> 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. =20

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

--=20
__________________________________________________________________

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.
__________________________________________________________________

--xA/XKXTdy9G3iaIz
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename="perl-xml-simple.spec"

%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



--xA/XKXTdy9G3iaIz--

--V4b9U9vrdWczvw78
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.2 (GNU/Linux)

iD8DBQE+9L93SamXem9TdyYRAqg+AKCTMtEys13LhXC8EsP++r4A/JdGzwCffI3b
7oYQiaE8J4uWuR6LWTVm86w=
=fXL1
-----END PGP SIGNATURE-----

--V4b9U9vrdWczvw78--


-------------------------------------------------------
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