rpms/ytnef/F-12 import.log,1.1,1.2 ytnef.spec,1.1,1.2

Itamar Reis Peixoto itamarjp at fedoraproject.org
Thu Nov 19 06:45:54 UTC 2009


Author: itamarjp

Update of /cvs/pkgs/rpms/ytnef/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv28181/F-12

Modified Files:
	import.log ytnef.spec 
Log Message:
fix hardcoded location in ytnefprocess.pl



Index: import.log
===================================================================
RCS file: /cvs/pkgs/rpms/ytnef/F-12/import.log,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- import.log	20 Aug 2009 22:45:04 -0000	1.1
+++ import.log	19 Nov 2009 06:45:53 -0000	1.2
@@ -1 +1,2 @@
 ytnef-2_6-4_fc12:HEAD:ytnef-2.6-4.fc12.src.rpm:1250807623
+ytnef-2_6-5_fc12:F-12:ytnef-2.6-5.fc12.src.rpm:1258613102


Index: ytnef.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ytnef/F-12/ytnef.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- ytnef.spec	20 Aug 2009 22:45:04 -0000	1.1
+++ ytnef.spec	19 Nov 2009 06:45:54 -0000	1.2
@@ -1,7 +1,7 @@
 Summary: Yerase's TNEF Stream Reader
 Name: ytnef
 Version: 2.6
-Release: 4%{?dist}
+Release: 5%{?dist}
 License: GPL+
 Group: Applications/Productivity
 URL: http://sourceforge.net/projects/ytnef/
@@ -20,6 +20,11 @@ construction of Contact Cards & Calendar
 %setup -q
 %patch0 -p2
 
+
+#fix location
+%{__sed} -i 's|my $reader = "/usr/local/bin/ytnef";|my $reader = "%{_bindir}/ytnef";|g' src/ytnef/ytnefprocess.pl
+
+
 %build
 %configure
 %{__make} %{?_smp_mflags} CFLAGS="$RPM_OPT_FLAGS -I%{_includedir}/libytnef"
@@ -39,6 +44,9 @@ construction of Contact Cards & Calendar
 %{_bindir}/ytnefprocess.pl
 
 %changelog
+* Thu Nov 19 2009 Itamar Reis Peixoto <itamar at ispbrasil.com.br> - 2.6-5
+- fix location in ytnefprocess.pl
+
 * Thu May 28 2009 Itamar Reis Peixoto <itamar at ispbrasil.com.br> - 2.6-4
 - fix perl requires
 




More information about the fedora-extras-commits mailing list