--yNb1oOkm5a9FJOVX
Content-Type: multipart/mixed; boundary="8t9RHnE3ZwKMSgU+"
Content-Disposition: inline


--8t9RHnE3ZwKMSgU+
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

On Sat, Jun 21, 2003 at 03:46:19PM -0500, Brian Elliott Finley wrote:
> I'm thinking it is. =20
>=20
> Seems like I've had problems installing it on SuSE 8/8.1.  Is that
> something you can look at? =20
>=20
> tg-master:~ # rpm -qa|grep XML
> perl-XML-Writer-0.4-254
> perl-XML-Parser-2.31-40
> perl-XML-DOM-1.39-35
> perl-XML-Generator-0.91-54
> tg-master:~ # rpm -Uvh /tmp/perl-XML-Simple-1.08-1.noarch.rpm=20
> error: failed dependencies:
>     perl(Carp)   is needed by perl-XML-Simple-1.08-1
>     perl(Exporter)   is needed by perl-XML-Simple-1.08-1
>     perl(strict)   is needed by perl-XML-Simple-1.08-1
>     perl(vars)   is needed by perl-XML-Simple-1.08-1
> tg-master:~ #=20

Looks like it was built on Red Hat, and I didn't have AutoReqProv: no in
the spec file to get rid of their aweful autodetection of packages. =20
(btw, SuSE ships their own perl-XML-Simple, which should be used if
available)

Better spec file attached.

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

--8t9RHnE3ZwKMSgU+
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
AutoReqProv: no

%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



--8t9RHnE3ZwKMSgU+--

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

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

iD8DBQE+9OtdSamXem9TdyYRAv2OAKCGRyZXT04WjdbaySoO/Eb/bwvd/wCgpQnN
RSp7ZOOG6kL3xlaN6kcS61M=
=rMbr
-----END PGP SIGNATURE-----

--yNb1oOkm5a9FJOVX--


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