diff --git a/.cvsignore b/.cvsignore index 62469e6..de3218e 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -Unix-Syslog-0.100.tar.gz +Unix-Syslog-1.0.tar.gz diff --git a/perl-Unix-Syslog.spec b/perl-Unix-Syslog.spec index d9e377b..ac90c1a 100644 --- a/perl-Unix-Syslog.spec +++ b/perl-Unix-Syslog.spec @@ -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 1.0-1 +- Update to 1.0. +- Update License. +- Reformat a little to match cpanspec output. + * Mon Apr 16 2007 Steven Pritchard 0.100-9 - Use fixperms macro instead of our own chmod incantation. - BR ExtUtils::MakeMaker. diff --git a/sources b/sources index 19653df..9f31354 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -655d2e04a043b3e92d1bb47caf8e8a3b Unix-Syslog-0.100.tar.gz +a9a30a08a575d210090230df446578e9 Unix-Syslog-1.0.tar.gz