rpms/perl-Font-TTF/devel perl-Font-TTF.spec,1.5,1.6

Nicolas Mailhot (nim) fedora-extras-commits at redhat.com
Tue Mar 20 21:34:10 UTC 2007


Author: nim

Update of /cvs/extras/rpms/perl-Font-TTF/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12821/devel

Modified Files:
	perl-Font-TTF.spec 
Log Message:
auto-import perl-Font-TTF-0.40.0-3.fc7 on branch devel from perl-Font-TTF-0.40.0-3.fc7.src.rpm
small spec fixes


Index: perl-Font-TTF.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-Font-TTF/devel/perl-Font-TTF.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- perl-Font-TTF.spec	2 Sep 2006 15:15:17 -0000	1.5
+++ perl-Font-TTF.spec	20 Mar 2007 21:33:37 -0000	1.6
@@ -3,7 +3,7 @@
 
 Name:           perl-%{cpanname}
 Version:        0.40.0
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Perl library for modifying TTF font files
 
 Group:          Development/Libraries
@@ -13,6 +13,7 @@
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
+BuildRequires:  perl-devel, dos2unix
 
 # The current FE perl template proposes this BuildRequires
 # The current FE packaging guidelines say it's forbidden
@@ -33,7 +34,7 @@
 
 %prep
 %setup -q -n %{cpanname}-%{cpanver}
-
+dos2unix README.TXT COPYING lib/Font/TTF/Changes
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS="vendor"
@@ -53,7 +54,7 @@
 
 
 %files
-%defattr(-,root,root,-)
+%defattr(0644,root,root,0755)
 %doc README.TXT COPYING lib/Font/TTF/Changes
 %dir %{perl_vendorlib}/Font
 %dir %{perl_vendorlib}/Font/TTF
@@ -73,6 +74,10 @@
 
 
 %changelog
+* Tue Mar 20 2007 Nicolas Mailhot <nicolas.mailhot at laposte.net>
+- 0.40.0-3
+- small packaging fixes
+
 * Sat Sep 02 2006  Nicolas Mailhot <nicolas.mailhot at laposte.net>
 - 0.40.0-2
 - FE6 Rebuild




More information about the fedora-extras-commits mailing list