Author: kwizart
Update of /cvs/nonfree/rpms/Cg/F-17
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv27018/F-17
Modified Files:
Cg.spec
Log Message:
Fix rfbz#1708
Index: Cg.spec
===================================================================
RCS file: /cvs/nonfree/rpms/Cg/F-17/Cg.spec,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- Cg.spec 7 Jun 2012 21:35:20 -0000 1.17
+++ Cg.spec 13 Jun 2012 09:48:57 -0000 1.18
@@ -16,7 +16,7 @@
Summary: NVIDIA Cg Toolkit
Name: Cg
Version: %{maj_version}.%{min_version}
-Release: 1%{?dist}
+Release: 2%{?dist}
URL:
http://developer.nvidia.com/object/cg_toolkit.html
Group: Development/Languages
Source0:
http://developer.download.nvidia.com/cg/Cg_%{maj_version}/Cg-%{maj_versio...
@@ -85,6 +85,9 @@
pushd ${d} ; make clean ; popd
done
+# Clean Trace
+make -C usr/local/Cg/examples/Trace clean
+
%build
# Nothing to build
@@ -151,6 +154,9 @@
%changelog
+* Wed Jun 13 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 3.1.0013-2
+- Clean the Trace directory - rfbz#1708#c3
+
* Thu Jun 07 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 3.1.0013-1
- Update to 3.1.0013 (April2012)