|
Lines 39-45
Requires: jpackage-utils
Link Here
|
| 39 |
Requires: gluegen2 = %{version} |
39 |
Requires: gluegen2 = %{version} |
| 40 |
Source44: import.info |
40 |
Source44: import.info |
| 41 |
Patch33: jogl2-disable-build-native-broadcom.patch |
41 |
Patch33: jogl2-disable-build-native-broadcom.patch |
| 42 |
BuildArch: noarch |
|
|
| 43 |
|
42 |
|
| 44 |
%description |
43 |
%description |
| 45 |
The JOGL project hosts the development version of the Java Binding for |
44 |
The JOGL project hosts the development version of the Java Binding for |
|
Lines 122-127
mkdir -p %{buildroot}%{_javadir}/%{name} \
Link Here
|
| 122 |
|
121 |
|
| 123 |
install build/jar/jogl-all.jar %{buildroot}%{_javadir}/%{name}.jar |
122 |
install build/jar/jogl-all.jar %{buildroot}%{_javadir}/%{name}.jar |
| 124 |
ln -s ../../..%{_javadir}/%{name}.jar %{buildroot}%{_libdir}/%{name}/ |
123 |
ln -s ../../..%{_javadir}/%{name}.jar %{buildroot}%{_libdir}/%{name}/ |
|
|
124 |
install -pm 644 build/lib/lib*.so %{buildroot}%{_libdir}/%{name} |
| 125 |
|
125 |
|
| 126 |
# Provide JPP pom |
126 |
# Provide JPP pom |
| 127 |
mkdir -p %{buildroot}%{_mavenpomdir} |
127 |
mkdir -p %{buildroot}%{_mavenpomdir} |
|
Lines 137-142
cp -t %{buildroot}%{_docdir}/%{name}/ README.txt LICENSE.txt CHANGELOG.txt
Link Here
|
| 137 |
%{_docdir}/%{name}/README.txt |
137 |
%{_docdir}/%{name}/README.txt |
| 138 |
%{_docdir}/%{name}/LICENSE.txt |
138 |
%{_docdir}/%{name}/LICENSE.txt |
| 139 |
%{_docdir}/%{name}/CHANGELOG.txt |
139 |
%{_docdir}/%{name}/CHANGELOG.txt |
|
|
140 |
%{_libdir}/%{name}/*.so |
| 140 |
|
141 |
|
| 141 |
%files doc |
142 |
%files doc |
| 142 |
%{_docdir}/%{name}/LICENSE.txt |
143 |
%{_docdir}/%{name}/LICENSE.txt |