Bump release for build.

This commit is contained in:
Chris Weyl 2006-06-14 22:35:17 +00:00
parent 16e1bd332c
commit a8969e00a2

View File

@ -1,12 +1,12 @@
# $Id: perl-POE.spec,v 1.1 2006/06/14 22:32:12 cweyl Exp $
# $Id: perl-POE.spec,v 1.2 2006/06/14 22:35:17 cweyl Exp $
Name: perl-POE
Version: 0.3501
Release: 0%{?dist}
Release: 1%{?dist}
Summary: POE - portable multitasking and networking framework for Perl
Group: Development/Libraries
License: Artistic & GPL
License: GPL or Artistic
URL: http://search.cpan.org/dist/POE/
Source0: http://search.cpan.org/CPAN/authors/id/R/RC/RCAPUTO/POE-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@ -95,14 +95,13 @@ rm -rf %{buildroot}
%files
%defattr(-,root,root,-)
%doc CHANGES HISTORY README samples TODO
# For noarch packages: vendorlib
%{perl_vendorlib}/*
# For arch-specific packages: vendorarch
#% {perl_vendorarch}/auto/*
#% {perl_vendorarch}/everything-except-"auto"
%{_mandir}/man3/*.3*
%changelog
* Wed Jun 14 2006 Chris Weyl <cweyl@alumni.drew.edu> 0.3501-1
- bump release, minor cleanups per review.
* Fri Jun 09 2006 Chris Weyl <cweyl@alumni.drew.edu> 0.3501-0
- Initial spec file for F-E