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
|
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.
|
||||||
|
Loading…
Reference in New Issue
Block a user