2007-01-15 23:32:08 +00:00
|
|
|
#
|
|
|
|
# spec file for package perl-Unix-Syslog (Version 0.100)
|
|
|
|
#
|
2010-01-12 11:59:04 +00:00
|
|
|
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
2007-01-15 23:32:08 +00:00
|
|
|
#
|
2008-08-18 10:08:23 +00:00
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
# upon. The license for this file, and modifications and additions to the
|
|
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
|
|
# license for the pristine package is not an Open Source License, in which
|
|
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
|
|
# published by the Open Source Initiative.
|
|
|
|
|
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
2007-01-15 23:32:08 +00:00
|
|
|
#
|
|
|
|
|
|
|
|
# norootforbuild
|
|
|
|
|
2008-08-18 10:08:23 +00:00
|
|
|
|
|
|
|
Name: perl-Unix-Syslog
|
|
|
|
BuildRequires: perl-Convert-BER perl-URI
|
2010-01-12 11:59:04 +00:00
|
|
|
License: Artistic
|
2008-08-18 10:08:23 +00:00
|
|
|
Group: Development/Libraries/Perl
|
|
|
|
Obsoletes: perl_log
|
|
|
|
Provides: perl_log
|
|
|
|
Requires: perl = %{perl_version}
|
|
|
|
AutoReqProv: on
|
|
|
|
Summary: Perl syslog interface
|
|
|
|
Version: 0.100
|
2010-01-12 11:59:04 +00:00
|
|
|
Release: 165
|
2008-08-18 10:08:23 +00:00
|
|
|
Source: Unix-Syslog-%{version}.tar.gz
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
2007-01-15 23:32:08 +00:00
|
|
|
|
|
|
|
%description
|
|
|
|
Perl interface to syslog
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Authors:
|
|
|
|
--------
|
|
|
|
Marcus Harnisch <marcus.harnisch@gmx.net>
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -n Unix-Syslog-%{version}
|
|
|
|
# ---------------------------------------------------------------------------
|
|
|
|
|
|
|
|
%build
|
|
|
|
perl Makefile.PL
|
2010-01-12 11:59:04 +00:00
|
|
|
make %{?_smp_mflags}
|
2007-01-15 23:32:08 +00:00
|
|
|
make test
|
|
|
|
# ---------------------------------------------------------------------------
|
|
|
|
|
|
|
|
%install
|
|
|
|
[ "$RPM_BUILD_ROOT" != "/" ] && [ -d $RPM_BUILD_ROOT ] && rm -rf $RPM_BUILD_ROOT;
|
|
|
|
make CFLAGS="$RPM_OPT_FLAGS" DESTDIR=$RPM_BUILD_ROOT install_vendor
|
|
|
|
%perl_process_packlist
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{perl_vendorarch}/Unix
|
|
|
|
%{perl_vendorarch}/auto/Unix
|
|
|
|
%doc %{_mandir}/man3/*
|
|
|
|
/var/adm/perl-modules/%{name}
|
|
|
|
%doc Changes Artistic README MANIFEST
|
|
|
|
|
2008-08-18 10:08:23 +00:00
|
|
|
%changelog
|