File perl-Unix-Syslog.spec of Package perl-Unix-Syslog
#
# spec file for package perl-Unix-Syslog (Version 0.100)
#
# Copyright (c) 2008 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 License
Group: Development/Libraries/Perl
Obsoletes: perl_log
Provides: perl_log
Requires: perl = %{perl_version}
AutoReqProv: on
Summary: Perl syslog interface
Version: 0.100
Release: 153
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
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
* Wed Jan 25 2006 mls@suse.de
- converted neededforbuild to BuildRequires
* Thu Sep 29 2005 dmueller@suse.de
- add norootforbuild
* Fri Feb 27 2004 ug@suse.de
- version update from 0.98 to 0.100
- Added functions priorityname() and facilityname()
- Updated docs
* Fri Aug 22 2003 mjancar@suse.cz
- require the perl version we build with
* Tue Jul 22 2003 mls@suse.de
- adapt to perl-5.8.1
* Tue Jun 17 2003 ug@suse.de
- added missing directory to files-section
* Mon Aug 05 2002 link@suse.de
- renamed from perl-Syslog to perl-Unix-Syslog
- updated to 0.98
- overhauled spec file
* Mon Jul 29 2002 mls@suse.de
- Fixed neededforbuild for perl-5.8.0
* Sun Jan 13 2002 link@suse.de
- update to v0.97
* Thu Nov 16 2000 ro@suse.de
- use BuildRoot
- fix neededforbuild
* Thu Nov 16 2000 ro@suse.de
- renamed package perl_log to perl-Syslog
* Wed May 24 2000 ug@suse.de
- added to distribution