Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 598740 Details for
Bug 813842
Review Request: glfw , A cross-platform multimedia library
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
updated spec file
glfw.spec (text/plain), 3.84 KB, created by
Paul Wouters
on 2012-07-17 20:27:05 UTC
(
hide
)
Description:
updated spec file
Filename:
MIME Type:
Creator:
Paul Wouters
Created:
2012-07-17 20:27:05 UTC
Size:
3.84 KB
patch
obsolete
>Name: glfw >Version: 2.7.6 >Release: 2%{?dist} >Summary: A cross-platform multimedia library >License: zlib >URL: http://www.glfw.org/index.html ># https://sourceforge.net/tracker/?func=detail&aid=3519129&group_id=72569&atid=534940 >Source0: http://sourceforge.net/projects/%{name}/files/%{name}/%{version}/%{name}-%{version}.tar.bz2 >Patch0: glfw-2.7.6-soname-cflags.patch >BuildRequires: gcc, make, libX11, mesa-libGL, mesa-libGLU, procps-devel > >%description >GLFW is a free, Open Source, multi-platform library for OpenGL application >development that provides a powerful API for handling operating system specific >tasks such as opening an OpenGL window, reading keyboard, mouse, joystick and >time input, creating threads, and more. > >%description -l fr_FR >GLFW est gratuit, source ouvere, bibliothèque multi-plateforme pour le >dévelopement d'application OpenGL offrant une API puissantes pour le traitement >des tâches du système d'exploitation spécifiques telles que l'ouverture d'une >fenêtre OpenGL, la lecture de l'entrée au clavier, souris, joystick et le temps, >la création de threads, et plus encore. > >%package static >Summary: Support for developing D application >Requires: %{name} = %{version}-%{release} ># Paul:huh? Requires: GLFW3-devel > >%description static >The glfw-static package contains static library > >%description static -l fr_FR >Le paquet glfw-static contient la bibliothèque statique. > >%package devel >Summary: Support for developing D application >Requires: %{name} = %{version}-%{release} >BuildRequires: libX11-devel, mesa-libGL-devel, mesa-libGLU-devel > >%description devel >The glfw-devel package contains header files for developing glfw >applications. > >%description devel -l fr_FR >Le paquet glfw-devel contient les fichiers d'entêtes pour développer >des applications utilisant glfw. > >%package geany-tags >Summary: Support for enable autocompletion in geany >BuildArch: noarch >BuildRequires: geany >Requires: %{name} = %{version}-%{release} >Requires: geany > >%description geany-tags >Enable autocompletion for glfw library in geany (IDE) > >%description -l fr geany-tags >Active l'autocompletion pour pour la bibliothèque glfw dans geany (IDE) > >%prep >%setup -q -n %{name}-%{version} >%patch0 -p1 -b .fix >#for fix in examples/Makefile.x11.in tests/Makefile.x11.in >#do ># sed -i 's/-lm/-lm -lrt/g' $fix >#done > >sh compile.sh > >find . -type f | xargs sed -i 's/\r//' > ># temp geany config directory for allow geany to generate tags >mkdir -p geany_config > >%build >#%{optflags} >make %{?_smp_mflags} x11 ># generate geany tags >geany -c geany_config -g glfw.c.tags $(find lib/x11 \( -name "*.c" -or -name "*.h" \) ) enable.c fullscreen.c glext.c image.c init.c input.c internal.h joystick.c stream.c tga.c thread.c time.c window.c include/GL/glfw.h > >%install >make %{?_smp_mflags} x11-dist-install PREFIX=/usr LIBDIR=%{_lib} DESTDIR=%{buildroot} CFLAGS="$RPM_OPT_FLAGS" ># install geany tags >install -d %{buildroot}/%{_datadir}/geany/tags/ >install -m0644 glfw.c.tags %{buildroot}/%{_datadir}/geany/tags/ > >%post -p /sbin/ldconfig >%postun -p /sbin/ldconfig > >%files >%doc COPYING.txt readme.html docs/Reference.pdf docs/UsersGuide.pdf >%{_libdir}/libglfw.so.2 > >%files devel >%{_includedir}/GL/glfw.h >%{_libdir}/pkgconfig/libglfw.pc >%{_libdir}/libglfw.so >%{_libdir}/libglfw.so.2.7 >%{_libdir}/libglfw.so.%{version} > >%files static >%{_libdir}/libglfw.a > >%files geany-tags >%{_datadir}/geany/tags/glfw.c.tags > >%changelog >* Tue Jul 17 2012 Paul Wouters <pwouters@redhat.com> - 2.7.6-1 >- Updated to 2.7.6 >- Link explicitely against -lrt >- Renamed patch, use version macro to create softlink >- hardcode compiler optargs in updated patch for configure/make > (this fixes the debuginfo package) > > >* Wed Apr 18 2012 Jonathan MERCIER <bioinfornatics at gmail.com> - 2.7.5-1 >- Initial release
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 813842
: 598740 |
598741