Update to 1.0. Update License. Reformat a little to match cpanspec output.
This commit is contained in:
parent
2adfab2a62
commit
7a323ebf8d
@ -1 +1 @@
|
||||
Unix-Syslog-0.100.tar.gz
|
||||
Unix-Syslog-1.0.tar.gz
|
||||
|
@ -1,9 +1,9 @@
|
||||
Name: perl-Unix-Syslog
|
||||
Version: 0.100
|
||||
Release: 9%{?dist}
|
||||
Version: 1.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Perl interface to the UNIX syslog(3) calls
|
||||
License: Artistic
|
||||
Group: System Environment/Libraries
|
||||
License: Artistic 2.0
|
||||
Group: Development/Libraries
|
||||
URL: http://search.cpan.org/dist/Unix-Syslog/
|
||||
Source0: http://www.cpan.org/authors/id/M/MH/MHARNISCH/Unix-Syslog-%{version}.tar.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
@ -12,9 +12,9 @@ Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $versi
|
||||
|
||||
%description
|
||||
This module provides an interface to the system logger syslogd(8) via
|
||||
Perl's XSUBs. The implementation attempts to resemble the native
|
||||
libc-functions of your system, so that anyone being familiar with
|
||||
syslog.h should be able to use this module right away.
|
||||
Perl's XSUBs. The implementation attempts to resemble the native libc-
|
||||
functions of your system, so that anyone being familiar with syslog.h
|
||||
should be able to use this module right away.
|
||||
|
||||
%prep
|
||||
%setup -q -n Unix-Syslog-%{version}
|
||||
@ -43,11 +43,16 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc Artistic Changes README
|
||||
%{perl_vendorarch}/auto/Unix
|
||||
%{perl_vendorarch}/Unix
|
||||
%{_mandir}/man3/Unix::Syslog.3pm*
|
||||
%{perl_vendorarch}/auto/*
|
||||
%{perl_vendorarch}/Unix*
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* Mon Oct 15 2007 Steven Pritchard <steve@kspei.com> 1.0-1
|
||||
- Update to 1.0.
|
||||
- Update License.
|
||||
- Reformat a little to match cpanspec output.
|
||||
|
||||
* Mon Apr 16 2007 Steven Pritchard <steve@kspei.com> 0.100-9
|
||||
- Use fixperms macro instead of our own chmod incantation.
|
||||
- BR ExtUtils::MakeMaker.
|
||||
|
Loading…
Reference in New Issue
Block a user