Author: hobbes1069
Update of /cvs/free/rpms/mythtv/F-15
In directory se02.es.rpmfusion.net:/tmp/cvs-serv32059
Modified Files:
mythtv.spec
Log Message:
Add test for perl module.
Index: mythtv.spec
===================================================================
RCS file: /cvs/free/rpms/mythtv/F-15/mythtv.spec,v
retrieving revision 1.87
retrieving revision 1.88
diff -u -r1.87 -r1.88
--- mythtv.spec 5 Mar 2012 14:05:40 -0000 1.87
+++ mythtv.spec 10 Apr 2012 18:34:55 -0000 1.88
@@ -1013,7 +1013,10 @@
echo 'SOURCE_VERSION="%{version}-%{release} (%_gitrev)"' >
VERSION
# Make
- make %{?_smp_mflags}
+ #make %{?_smp_mflags}
+# Let's test for the DateTime module
+ perl -e 'use DateTime::Format::ISO8601;'
+ echo "DateTime found: $?"
# Prepare to build the plugins
popd
Show replies by date