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 672205 Details for
Bug 848144
Review Request: SDL2 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.
[patch]
spec cleanup
SDL2.spec.diff (text/plain), 2.16 KB, created by
Michael Schwendt
on 2013-01-03 20:28:22 UTC
(
hide
)
Description:
spec cleanup
Filename:
MIME Type:
Creator:
Michael Schwendt
Created:
2013-01-03 20:28:22 UTC
Size:
2.16 KB
patch
obsolete
>--- SDL2.spec.orig 2012-08-15 01:00:05.000000000 +0200 >+++ SDL2.spec 2013-01-03 20:57:27.899479449 +0100 >@@ -2,22 +2,23 @@ > %global revision 9612bcd79130 > %global alphatag %{snapdate}hg%{revision} > >-# hg clone http://hg.libsdl.org/SDL SDl2 >+# hg clone http://hg.libsdl.org/SDL SDL2 > # cd SDL2 > # hg checkout %%{revision} > # hg archive ../SDL2-%%{alphatag} >-# tar cJvf ../SDL2-%%{alphatag}.tar.xz SDL2-%%{alphatag} >+# cd .. >+# tar cJvf SDL2-%%{alphatag}.tar.xz SDL2-%%{alphatag} > > Name: SDL2 > Version: 2 >-Release: 2.%{alphatag}%{?dist} >-Summary: A cross-platform multimedia library >-Summary(fr): Une bibliothèque multimédia multi-plateforme >+Release: 0.2.%{alphatag}%{?dist} >+Summary: Cross-platform multimedia library >+Summary(fr): Bibliothèque multimédia multi-plateforme > > License: zlib > URL: http://www.libsdl.org/ > Source0: %{name}-%{alphatag}.tar.xz >-BuildRequires: gcc, autoconf, glibc-common >+BuildRequires: autoconf > > %description > Simple DirectMedia Layer (SDL) is a cross-platform multimedia library designed >@@ -32,7 +33,8 @@ > Summary: Header files and libraries to develop SDL2 applications > Summary(fr): Fichier d'entête et bibliothèque pour développer des applications SDL2 > Requires: %{name}%{?_isa} = %{version}-%{release} >-BuildRequires: geany >+# What is this needed for? >+#BuildRequires: geany > > %description devel > This package provides the libraries, include files, and other resources needed >@@ -48,16 +50,17 @@ > iconv -f iso-8859-15 -t utf-8 CREDITS > CREDITS_new > mv CREDITS_new CREDITS > # DebugInfo will take too these sources files, they have a wrong permissions 755 >-# Sources files should be set to mods 755 >-chmod 644 $(find src \( -name "*.c" -or -name "*.h" \) ) >+# Sources files should be set to mods 644 >+find src \( -name "*.c" -or -name "*.h" \) | xargs chmod 0644 > ./autogen.sh > > %build >+# --disable-static lets build fail > %configure > make %{?_smp_mflags} > > %install >-make %{?_smp_mflags} install DESTDIR=%{buildroot} >+%make_install > > rm %{buildroot}%{_libdir}/libSDL2.a %{buildroot}%{_libdir}/libSDL2.la %{buildroot}%{_libdir}/libSDL2main.a >
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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 848144
: 672205 |
681954