Accepting request 27536 from X11:common:Factory

Copy from X11:common:Factory/fltk based on submit request 27536 from user Beineri

OBS-URL: https://build.opensuse.org/request/show/27536
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fltk?expand=0&rev=11
This commit is contained in:
OBS User autobuild
2009-12-26 10:53:46 +00:00
committed by Git OBS Bridge
parent 0822224501
commit e4c207264d
2 changed files with 8 additions and 2 deletions
+5
View File
@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Dec 18 17:48:09 CET 2009 - jengelh@medozas.de
- enable parallel building
-------------------------------------------------------------------
Tue Dec 1 13:32:31 CET 2009 - pgajdos@suse.cz
+3 -2
View File
@@ -24,7 +24,7 @@ License: LGPLv2.1+
Group: Development/Libraries/X11
AutoReqProv: on
Version: 1.1.9.9
Release: 1
Release: 2
Summary: Free C++ GUI Toolkit for the X Window System, OpenGL, and WIN32
Url: http://www.fltk.org/
# some of files were updated from CinePaint CVS:
@@ -105,7 +105,8 @@ mv lib lib64
--includedir=%{_includedir} \
--enable-shared --enable-threads
make glflags="-L%{_libdir} -lGL" \
fltkflags="-L%{_libdir} -lfltk"
fltkflags="-L%{_libdir} -lfltk" \
%{?jobs:-j%jobs};
%install
make install libdir=${RPM_BUILD_ROOT}%{_libdir}/ \