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 895501 Details for
Bug 1097584
Review Request: shiny - Shader and material management library for OGRE
[?]
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, soversion is set from spec file.
shiny.spec (text/x-matlab), 1.95 KB, created by
Richard Shaw
on 2014-05-14 13:50:30 UTC
(
hide
)
Description:
Updated spec file, soversion is set from spec file.
Filename:
MIME Type:
Creator:
Richard Shaw
Created:
2014-05-14 13:50:30 UTC
Size:
1.95 KB
patch
obsolete
>%global commit f41178f82765828ac09f9f1da5bd28038c94311d >%global shortcommit %(c=%{commit}; echo ${c:0:7}) > ># Manually set soversion. Each new release needs to be tested for ABI breakage ># and the soversion incremented if breakage occurs. >%global soversion 0 > >Name: shiny >Version: 0.2 >Release: 1.git%{shortcommit}%{?dist} >Summary: Shader and material management library for OGRE > >License: MIT >URL: https://github.com/scrawl/shiny/ >Source0: https://github.com/scrawl/shiny/archive/%{commit}/%{name}-%{version}-%{shortcommit}.zip >Patch0: 0001-build-shared-libraries.patch >Patch1: shiny-cmake_fixes.patch > >BuildRequires: cmake >BuildRequires: boost-devel >BuildRequires: ogre-devel >Requires: ogre > >%description >Shader and material management library for OGRE. > >%package devel >Summary: Development Files for %{name} >Requires: %{name}%{?_isa} = %{version}-%{release} >Requires: ogre-devel > >%description devel >Development files for shader and material management library for OGRE. > >%prep >%setup -q -n %{name}-%{commit} >%patch0 -p1 -b .shared >%patch1 -p1 -b .cmake >mkdir build > ># Make soversion substitution in cmake config. >sed -i "s/@SOVERSION@/%{soversion}/" CMakeLists.txt > > >%build >pushd build > %cmake ../ > make %{?_smp_mflags} >popd > >%install >pushd build > %make_install > mkdir -p %{buildroot}%{_includedir}/shiny/ > for i in $(find ../ -type f -name *\.hpp -or -name *\.h); do > dir=$(echo $(dirname $i) | cut -c4-) > install -D -p -m 0755 -d %{buildroot}%{_includedir}/shiny/$dir/ > install -D -p -m 0644 $i %{buildroot}%{_includedir}/shiny/$dir/ > done >popd > >%post -p /sbin/ldconfig > >%postun -p /sbin/ldconfig > >%files >%doc License.txt Readme.txt >%{_libdir}/lib%{name}.so.* >%{_libdir}/OGRE/lib%{name}.OgrePlatform.so > >%files devel >%{_includedir}/shiny/ >%{_libdir}/lib%{name}.so > > >%changelog >* Wed May 14 2014 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 0.2-1.gitf41178f >- Initial package
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 1097584
:
895500
| 895501