]> git.pld-linux.org Git - packages/cg.git/blame - cg.spec
noarch -doc, -examples
[packages/cg.git] / cg.spec
CommitLineData
35833028 1# TODO:
2# - link libCg.so with -lm and -lpthread
3
af199a7b 4Summary: NVIDIA Cg Compiler
52f3b024 5Summary(pl.UTF-8): Kompilator Cg NVIDII
af199a7b 6Name: cg
d65bfc5b 7Version: 2.1.0017
1bea86c7 8Release: 2
af199a7b 9License: nVidia
10Group: Development
d65bfc5b 11Source0: http://developer.download.nvidia.com/cg/Cg_2.1/%{version}/Cg-2.1_February2009_x86.tgz
12# Source0-md5: 8752286743ddd9d5997e698714fcc556
13Source1: http://developer.download.nvidia.com/cg/Cg_2.1/%{version}/Cg-2.1_February2009_x86_64.tgz
14# Source1-md5: 01a3d1e0936c3f221ede5b6bfd8d2e0c
acb7710b 15URL: http://developer.nvidia.com/object/cg_toolkit.html
35833028 16ExclusiveArch: %{ix86} %{x8664}
af199a7b 17BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19%description
20The NVIDIA Cg Toolkit is the best way to take advantage of today's
21GPUs across multiple platforms and APIs. Now supporting OpenGL's
22ARB_vertex_program and ARB_fragment_program extensions, the compiler
23allows developers to create advanced visual effects for today's
82e4d27e 24programmable GPUs from NVIDIA and other vendors.
af199a7b 25
d3dbf8be
JR
26%description -l pl.UTF-8
27Zestaw narzędzi Cg NVIDII jest najlepszym sposobem wykorzystywania
28dzisiejszych procesorów graficznych na wielu różnych platformach.
29Dzięki wsparciu rozszerzeń OpenGL-a ARB_vertex_program i
30ARB_fragment_program, kompilator pozwala developerom tworzyć
31zaawansowane efekty wizualne na programowalne układy graficzne NVIDII
32i innych producentów.
af199a7b 33
acb7710b 34%package devel
a1d53ab5 35Summary: Header files for Cg library
cf553452 36Summary(pl.UTF-8): Pliki nagłówkowe biblioteki Cg
a1d53ab5 37Group: Development/Libraries
38Requires: %{name} = %{version}-%{release}
fe529ddd
JB
39# for cgGL
40#Requires: OpenGL-devel
acb7710b 41
42%description devel
43This is the package containing the header files for Cg library.
44
cf553452
JB
45%description devel -l pl.UTF-8
46Ten pakiet zawiera pliki nagłówkowe biblioteki Cg.
47
bc15f178 48%package doc
49Summary: NVIDIA Cg Compiler documentation
50Summary(pl.UTF-8): Dokumentacja kompilatora Cg NVIDII
1bea86c7
ER
51Group: Documentation
52%if "%{_rpmversion}" >= "5"
53BuildArch: noarch
54%endif
bc15f178 55
56%description doc
57NVIDIA Cg Compiler documentation.
58
59%description doc -l pl.UTF-8
60Dokumentacja kompilatora Cg NVIDII.
61
acb7710b 62%package examples
a1d53ab5 63Summary: Cg examples
cf553452 64Summary(pl.UTF-8): Przykłady dla Cg
a1d53ab5 65Group: Applications
1bea86c7
ER
66%if "%{_rpmversion}" >= "5"
67BuildArch: noarch
68%endif
af199a7b 69
acb7710b 70%description examples
71Cg examples.
72
cf553452
JB
73%description examples -l pl.UTF-8
74Przykłady dla Cg.
75
acb7710b 76%prep
acb7710b 77%ifarch %{ix86}
cf553452 78%setup -q -c
acb7710b 79%endif
80%ifarch %{x8664}
cf553452 81%setup -q -c -T -a 1
acb7710b 82%endif
af199a7b 83
af199a7b 84%install
85rm -rf $RPM_BUILD_ROOT
acb7710b 86install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man3,%{_includedir}/Cg,%{_libdir},%{_examplesdir}/%{name}-%{version}}
af199a7b 87
1bea86c7
ER
88install -p usr/bin/* $RPM_BUILD_ROOT%{_bindir}
89cp -p usr/include/Cg/* $RPM_BUILD_ROOT%{_includedir}/Cg
90cp -p usr/%{_lib}/* $RPM_BUILD_ROOT%{_libdir}
91cp -p usr/share/man/man3/* $RPM_BUILD_ROOT%{_mandir}/man3
92cp -a usr/local/Cg/examples/* $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
af199a7b 93
94%clean
95rm -rf $RPM_BUILD_ROOT
96
97%post -p /sbin/ldconfig
98%postun -p /sbin/ldconfig
99
100%files
101%defattr(644,root,root,755)
bc15f178 102%doc usr/local/Cg/README
fe529ddd
JB
103%attr(755,root,root) %{_bindir}/cgc
104%attr(755,root,root) %{_libdir}/libCg.so
105%attr(755,root,root) %{_libdir}/libCgGL.so
106%{_mandir}/man3/cg*.3*
acb7710b 107
108%files devel
109%defattr(644,root,root,755)
fe529ddd 110%{_includedir}/Cg
acb7710b 111
bc15f178 112%files doc
113%defattr(644,root,root,755)
114%doc usr/local/Cg/docs/{*.pdf,html/*.html}
115
acb7710b 116%files examples
117%defattr(644,root,root,755)
118%{_examplesdir}/%{name}-%{version}
This page took 0.045962 seconds and 4 git commands to generate.