rpms/perl-IO-stringy/devel perl-IO-stringy.spec,1.21,1.22

Marcela Mašláňová mmaslano at fedoraproject.org
Fri Jan 15 12:39:36 UTC 2010


Author: mmaslano

Update of /cvs/pkgs/rpms/perl-IO-stringy/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv15857

Modified Files:
	perl-IO-stringy.spec 
Log Message:
Remove strange macros.



Index: perl-IO-stringy.spec
===================================================================
RCS file: /cvs/pkgs/rpms/perl-IO-stringy/devel/perl-IO-stringy.spec,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -p -r1.21 -r1.22
--- perl-IO-stringy.spec	20 Dec 2009 21:30:11 -0000	1.21
+++ perl-IO-stringy.spec	15 Jan 2010 12:39:36 -0000	1.22
@@ -17,23 +17,24 @@ filehandles; in particular, IO::Scalar, 
 
 %prep
 %setup -q -n IO-stringy-%{version}
+chmod 644 examples/IO_Scalar_synopsis
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
-%{__make} %{?_smp_mflags}
+perl Makefile.PL INSTALLDIRS=vendor
+make %{?_smp_mflags}
 
 %install
-%{__rm} -rf %{buildroot}
-%{__make} pure_install PERL_INSTALL_ROOT=%{buildroot}
-/usr/bin/find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
-/usr/bin/find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';'
-%{__chmod} -R u+w %{buildroot}/*
+rm -rf %{buildroot}
+make pure_install PERL_INSTALL_ROOT=%{buildroot}
+find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
+find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';'
+%{_fixperms} -R u+w %{buildroot}/*
 
 %check
-%{__make} test
+make test
 
 %clean
-%{__rm} -rf %{buildroot}
+rm -rf %{buildroot}
 
 %files
 %defattr(-,root,root,-)



More information about the scm-commits mailing list