- more 64bit hackage to workaround broken Makefile logic (#219348)
This commit is contained in:
parent
222547698d
commit
2f63c1d94e
19
fltk.spec
19
fltk.spec
@ -5,7 +5,7 @@
|
|||||||
Summary: C++ user interface toolkit
|
Summary: C++ user interface toolkit
|
||||||
Name: fltk
|
Name: fltk
|
||||||
Version: 1.1.7
|
Version: 1.1.7
|
||||||
Release: 7.%{snap}%{?dist}
|
Release: 8.%{snap}%{?dist}
|
||||||
|
|
||||||
License: LGPL with exceptions
|
License: LGPL with exceptions
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
@ -94,8 +94,22 @@ make %{?_smp_mflags}
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
|
# Makefile hack for 64bitness
|
||||||
|
%if "%{_lib}" != "lib"
|
||||||
|
mkdir -p $RPM_BUILD_ROOT%{_libdir}
|
||||||
|
pushd $RPM_BUILD_ROOT%{_libdir}/..
|
||||||
|
ln -s %{_lib} lib
|
||||||
|
popd
|
||||||
|
%endif
|
||||||
|
|
||||||
make install install-desktop DESTDIR=$RPM_BUILD_ROOT
|
make install install-desktop DESTDIR=$RPM_BUILD_ROOT
|
||||||
|
|
||||||
|
# Makefile hack for 64bitness
|
||||||
|
%if "%{_lib}" != "lib"
|
||||||
|
rm -f $RPM_BUILD_ROOT%{_libdir}/../lib
|
||||||
|
%endif
|
||||||
|
|
||||||
desktop-file-install --vendor=%{name} \
|
desktop-file-install --vendor=%{name} \
|
||||||
--dir $RPM_BUILD_ROOT%{_datadir}/applications \
|
--dir $RPM_BUILD_ROOT%{_datadir}/applications \
|
||||||
--add-category="Development" \
|
--add-category="Development" \
|
||||||
@ -180,6 +194,9 @@ update-desktop-database >& /dev/null ||:
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Dec 13 2006 Rex Dieter <rexdieter[AT]users.sf.net> 1.1.7-8.r5555
|
||||||
|
- more 64bit hackage to workaround broken Makefile logic (#219348)
|
||||||
|
|
||||||
* Wed Dec 13 2006 Rex Dieter <rexdieter[AT]users.sf.net> 1.1.7-7.r5555
|
* Wed Dec 13 2006 Rex Dieter <rexdieter[AT]users.sf.net> 1.1.7-7.r5555
|
||||||
- fltk-1.1.x-r5555 snapshot, for 64bit issues (#219348)
|
- fltk-1.1.x-r5555 snapshot, for 64bit issues (#219348)
|
||||||
- restore static libs (they're tightly coupled with fltk-config)
|
- restore static libs (they're tightly coupled with fltk-config)
|
||||||
|
Loading…
Reference in New Issue
Block a user