forked from pool/perl-Unix-Syslog
Copy from devel:languages:perl/perl-Unix-Syslog based on submit request 28936 from user coolo OBS-URL: https://build.opensuse.org/request/show/28936 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Unix-Syslog?expand=0&rev=4
68 lines
1.9 KiB
RPMSpec
68 lines
1.9 KiB
RPMSpec
#
|
|
# spec file for package perl-Unix-Syslog (Version 0.100)
|
|
#
|
|
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
|
#
|
|
# 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/
|
|
#
|
|
|
|
# norootforbuild
|
|
|
|
|
|
Name: perl-Unix-Syslog
|
|
BuildRequires: perl-Convert-BER perl-URI
|
|
License: Artistic
|
|
Group: Development/Libraries/Perl
|
|
Obsoletes: perl_log
|
|
Provides: perl_log
|
|
Requires: perl = %{perl_version}
|
|
AutoReqProv: on
|
|
Summary: Perl syslog interface
|
|
Version: 0.100
|
|
Release: 165
|
|
Source: Unix-Syslog-%{version}.tar.gz
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
|
|
%description
|
|
Perl interface to syslog
|
|
|
|
|
|
|
|
Authors:
|
|
--------
|
|
Marcus Harnisch <marcus.harnisch@gmx.net>
|
|
|
|
%prep
|
|
%setup -n Unix-Syslog-%{version}
|
|
# ---------------------------------------------------------------------------
|
|
|
|
%build
|
|
perl Makefile.PL
|
|
make %{?_smp_mflags}
|
|
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
|
|
|
|
%changelog
|