rpms/perl-Convert-TNEF/devel perl-Convert-TNEF.spec,1.7,1.8

Steven Pritchard (steve) fedora-extras-commits at redhat.com
Tue Sep 6 00:27:39 UTC 2005


Author: steve

Update of /cvs/extras/rpms/perl-Convert-TNEF/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19052

Modified Files:
	perl-Convert-TNEF.spec 
Log Message:
- Spec cleanup (closer to FE perl spec template).
- Include COPYING and Artistic.



Index: perl-Convert-TNEF.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-Convert-TNEF/devel/perl-Convert-TNEF.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- perl-Convert-TNEF.spec	6 Apr 2005 22:12:44 -0000	1.7
+++ perl-Convert-TNEF.spec	6 Sep 2005 00:27:37 -0000	1.8
@@ -1,14 +1,12 @@
-%{!?perl_vendorlib: %define perl_vendorlib %(eval "`%{__perl} -V:installvendorlib`"; echo $installvendorlib)}
-
 Summary:        Perl module to read TNEF files
 Name:           perl-Convert-TNEF
 Version:        0.17
-Release:        4
+Release:        5%{?dist}
 
 License:        GPL or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/Convert-TNEF/
-Source0:     http://www.cpan.org/authors/id/D/DO/DOUGW/Convert-TNEF-0.17.tar.gz
+Source0:        http://www.cpan.org/authors/id/D/DO/DOUGW/Convert-TNEF-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-buildroot
 
 BuildArch:      noarch
@@ -39,8 +37,11 @@
 find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';'
 chmod -R u+w $RPM_BUILD_ROOT/*
 
+perldoc -t perlgpl > COPYING
+perldoc -t perlartistic > Artistic
+
 
-%check || :
+%check
 make test
 
 
@@ -50,12 +51,16 @@
 
 %files
 %defattr(-,root,root,-)
-%doc README
+%doc README COPYING Artistic
 %{perl_vendorlib}/Convert
 %{_mandir}/man3/Convert::TNEF.3pm*
 
 
 %changelog
+* Mon Sep 05 2005 Steven Pritchard <steve at kspei.com> 0.17-5
+- Spec cleanup (closer to FE perl spec template).
+- Include COPYING and Artistic.
+
 * Fri Apr  7 2005 Michael Schwendt <mschwendt[AT]users.sf.net>
 - rebuilt
 




More information about the fedora-extras-commits mailing list