Update to 1.0. Update License. Reformat a little to match cpanspec output.

This commit is contained in:
Steven Pritchard 2007-10-16 00:49:55 +00:00
parent 2adfab2a62
commit 7a323ebf8d
3 changed files with 17 additions and 12 deletions

View File

@ -1 +1 @@
Unix-Syslog-0.100.tar.gz Unix-Syslog-1.0.tar.gz

View File

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

View File

@ -1 +1 @@
655d2e04a043b3e92d1bb47caf8e8a3b Unix-Syslog-0.100.tar.gz a9a30a08a575d210090230df446578e9 Unix-Syslog-1.0.tar.gz