automatic version update by autodist [release 2.5.0-1mamba;Sat Jun 23 2018]
This commit is contained in:
parent
08df1eadc3
commit
165452bcae
39
sfml.spec
39
sfml.spec
@ -1,5 +1,5 @@
|
|||||||
Name: sfml
|
Name: sfml
|
||||||
Version: 2.4.2
|
Version: 2.5.0
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: Simple and Fast Multimedia Library
|
Summary: Simple and Fast Multimedia Library
|
||||||
Group: System/Multimedia
|
Group: System/Multimedia
|
||||||
@ -50,42 +50,35 @@ This package contains libraries and header files for developing applications tha
|
|||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
%makeinstall -C build
|
%makeinstall -C build
|
||||||
|
|
||||||
|
%ifarch x86_64
|
||||||
|
mv %{buildroot}%{_prefix}/lib/cmake %{buildroot}%{_libdir}/
|
||||||
|
%endif
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
|
||||||
%post -n lib%{name} -p /sbin/ldconfig
|
%post -n lib%{name} -p /sbin/ldconfig
|
||||||
%postun -n lib%{name} -p /sbin/ldconfig
|
%postun -n lib%{name} -p /sbin/ldconfig
|
||||||
|
|
||||||
|
|
||||||
%files -n lib%{name}
|
%files -n lib%{name}
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/libsfml-*.so
|
%{_libdir}/libsfml-*.so
|
||||||
%{_libdir}/libsfml-*.so.*
|
%{_libdir}/libsfml-*.so.*
|
||||||
%{_datadir}/SFML/cmake/Modules/FindSFML.cmake
|
%dir %{_libdir}/cmake/SFML
|
||||||
%{_datadir}/SFML/license.txt
|
%{_libdir}/cmake/SFML/SFML*.cmake
|
||||||
%{_datadir}/SFML/readme.txt
|
#%{_datadir}/SFML/cmake/Modules/FindSFML.cmake
|
||||||
|
%{_datadir}/SFML/license.md
|
||||||
|
|
||||||
%files -n lib%{name}-devel
|
%files -n lib%{name}-devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_includedir}/SFML/*.hpp
|
%dir %{_includedir}/SFML
|
||||||
%{_includedir}/SFML/Audio/*.hpp
|
%{_includedir}/SFML/*
|
||||||
%{_includedir}/SFML/Graphics/*.hpp
|
%{_libdir}/pkgconfig/sfml-*.pc
|
||||||
%{_includedir}/SFML/Network/*.hpp
|
%{_datadir}/SFML/readme.md
|
||||||
%{_includedir}/SFML/System/*.hpp
|
|
||||||
%{_includedir}/SFML/Window/*.hpp
|
|
||||||
%{_includedir}/SFML/Audio/SoundFileFactory.inl
|
|
||||||
%{_includedir}/SFML/Graphics/Glsl.inl
|
|
||||||
%{_includedir}/SFML/Graphics/Rect.inl
|
|
||||||
%{_includedir}/SFML/System/String.inl
|
|
||||||
%{_includedir}/SFML/System/Thread.inl
|
|
||||||
%{_includedir}/SFML/System/ThreadLocalPtr.inl
|
|
||||||
%{_includedir}/SFML/System/Utf.inl
|
|
||||||
%{_includedir}/SFML/System/Vector2.inl
|
|
||||||
%{_includedir}/SFML/System/Vector3.inl
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Jun 23 2018 Automatic Build System <autodist@mambasoft.it> 2.5.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Sat Apr 15 2017 Ercole 'ercolinux' Carpanetto <ercole69@gmail.com> 2.4.2-1mamba
|
* Sat Apr 15 2017 Ercole 'ercolinux' Carpanetto <ercole69@gmail.com> 2.4.2-1mamba
|
||||||
- package created using the webbuild interface
|
- package created using the webbuild interface
|
||||||
|
Loading…
Reference in New Issue
Block a user