rpms/Cg/F-10 Cg.spec,1.2,1.3
NicolasChauvet
kwizart at rpmfusion.org
Fri May 15 19:18:04 CEST 2009
- Previous message: rpms/Cg/devel Cg.spec,1.6,1.7
- Next message: rpms/rpmfusion-free-release/F-10
RPM-GPG-KEY-rpmfusion-free-fedora-10-primary, NONE,
1.1 RPM-GPG-KEY-rpmfusion-free-fedora-11-primary, NONE,
1.1 RPM-GPG-KEY-rpmfusion-free-fedora-12-primary, NONE,
1.1 rpmfusion-free-rawhide.repo, 1.4,
1.5 rpmfusion-free-release.spec, 1.7,
1.8 rpmfusion-free-updates-testing.repo, 1.3,
1.4 rpmfusion-free-updates.repo, 1.5, 1.6 rpmfusion-free.repo,
1.4, 1.5 RPM-GPG-KEY-rpmfusion-free-fedora, 1.1, NONE
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Author: kwizart
Update of /cvs/nonfree/rpms/Cg/F-10
In directory se02.es.rpmfusion.net:/tmp/cvs-serv22142
Modified Files:
Cg.spec
Log Message:
Fix Clean
Index: Cg.spec
===================================================================
RCS file: /cvs/nonfree/rpms/Cg/F-10/Cg.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- Cg.spec 12 May 2009 15:06:31 -0000 1.2
+++ Cg.spec 15 May 2009 17:18:04 -0000 1.3
@@ -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_version}_%{date}_x86.tgz
@@ -74,6 +74,11 @@
#Remove binary bundled tools
rm usr/bin/{cginfo,cgfxcat}
+#Clean exemples.
+for d in $(find usr/local/Cg/examples/OpenGL/{basic,advanced} -type d); do
+ pushd ${d} ; make clean ; popd
+done
+
%build
# Nothing to build
@@ -144,6 +149,9 @@
%changelog
+* Fri May 15 2009 kwizart < kwizart at gmail.com > - 2.2-2
+- Clean exemples.
+
* Wed Apr 22 2009 kwizart < kwizart at gmail.com > - 2.2-1
- Update to 2.2.0006 (April2009)
- Previous message: rpms/Cg/devel Cg.spec,1.6,1.7
- Next message: rpms/rpmfusion-free-release/F-10
RPM-GPG-KEY-rpmfusion-free-fedora-10-primary, NONE,
1.1 RPM-GPG-KEY-rpmfusion-free-fedora-11-primary, NONE,
1.1 RPM-GPG-KEY-rpmfusion-free-fedora-12-primary, NONE,
1.1 rpmfusion-free-rawhide.repo, 1.4,
1.5 rpmfusion-free-release.spec, 1.7,
1.8 rpmfusion-free-updates-testing.repo, 1.3,
1.4 rpmfusion-free-updates.repo, 1.5, 1.6 rpmfusion-free.repo,
1.4, 1.5 RPM-GPG-KEY-rpmfusion-free-fedora, 1.1, NONE
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the rpmfusion-commits
mailing list