2007-01-15 23:32:08 +00:00
|
|
|
#
|
|
|
|
# spec file for package perl-Unix-Syslog (Version 0.100)
|
|
|
|
#
|
2008-08-18 10:08:23 +00:00
|
|
|
# Copyright (c) 2008 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
|
|
|
|
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
|
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
|
|
|
|
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
|
|
|
|
|
2008-08-18 10:08:23 +00:00
|
|
|
%changelog
|
|
|
|
* Wed Jan 25 2006 mls@suse.de
|
2007-01-15 23:32:08 +00:00
|
|
|
- converted neededforbuild to BuildRequires
|
2008-08-18 10:08:23 +00:00
|
|
|
* Thu Sep 29 2005 dmueller@suse.de
|
2007-01-15 23:32:08 +00:00
|
|
|
- add norootforbuild
|
2008-08-18 10:08:23 +00:00
|
|
|
* Fri Feb 27 2004 ug@suse.de
|
2007-01-15 23:32:08 +00:00
|
|
|
- version update from 0.98 to 0.100
|
|
|
|
- Added functions priorityname() and facilityname()
|
|
|
|
- Updated docs
|
2008-08-18 10:08:23 +00:00
|
|
|
* Fri Aug 22 2003 mjancar@suse.cz
|
2007-01-15 23:32:08 +00:00
|
|
|
- require the perl version we build with
|
2008-08-18 10:08:23 +00:00
|
|
|
* Tue Jul 22 2003 mls@suse.de
|
2007-01-15 23:32:08 +00:00
|
|
|
- adapt to perl-5.8.1
|
2008-08-18 10:08:23 +00:00
|
|
|
* Tue Jun 17 2003 ug@suse.de
|
2007-01-15 23:32:08 +00:00
|
|
|
- added missing directory to files-section
|
2008-08-18 10:08:23 +00:00
|
|
|
* Mon Aug 05 2002 link@suse.de
|
2007-01-15 23:32:08 +00:00
|
|
|
- renamed from perl-Syslog to perl-Unix-Syslog
|
|
|
|
- updated to 0.98
|
|
|
|
- overhauled spec file
|
2008-08-18 10:08:23 +00:00
|
|
|
* Mon Jul 29 2002 mls@suse.de
|
2007-01-15 23:32:08 +00:00
|
|
|
- Fixed neededforbuild for perl-5.8.0
|
2008-08-18 10:08:23 +00:00
|
|
|
* Sun Jan 13 2002 link@suse.de
|
2007-01-15 23:32:08 +00:00
|
|
|
- update to v0.97
|
2008-08-18 10:08:23 +00:00
|
|
|
* Thu Nov 16 2000 ro@suse.de
|
2007-01-15 23:32:08 +00:00
|
|
|
- use BuildRoot
|
|
|
|
- fix neededforbuild
|
2008-08-18 10:08:23 +00:00
|
|
|
* Thu Nov 16 2000 ro@suse.de
|
2007-01-15 23:32:08 +00:00
|
|
|
- renamed package perl_log to perl-Syslog
|
2008-08-18 10:08:23 +00:00
|
|
|
* Wed May 24 2000 ug@suse.de
|
2007-01-15 23:32:08 +00:00
|
|
|
- added to distribution
|