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
|
||||
Version: 2.4.2
|
||||
Version: 2.5.0
|
||||
Release: 1mamba
|
||||
Summary: Simple and Fast Multimedia Library
|
||||
Group: System/Multimedia
|
||||
@ -50,42 +50,35 @@ This package contains libraries and header files for developing applications tha
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
%makeinstall -C build
|
||||
|
||||
%ifarch x86_64
|
||||
mv %{buildroot}%{_prefix}/lib/cmake %{buildroot}%{_libdir}/
|
||||
%endif
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
%post -n lib%{name} -p /sbin/ldconfig
|
||||
%postun -n lib%{name} -p /sbin/ldconfig
|
||||
|
||||
|
||||
%files -n lib%{name}
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/libsfml-*.so
|
||||
%{_libdir}/libsfml-*.so.*
|
||||
%{_datadir}/SFML/cmake/Modules/FindSFML.cmake
|
||||
%{_datadir}/SFML/license.txt
|
||||
%{_datadir}/SFML/readme.txt
|
||||
|
||||
%dir %{_libdir}/cmake/SFML
|
||||
%{_libdir}/cmake/SFML/SFML*.cmake
|
||||
#%{_datadir}/SFML/cmake/Modules/FindSFML.cmake
|
||||
%{_datadir}/SFML/license.md
|
||||
|
||||
%files -n lib%{name}-devel
|
||||
%defattr(-,root,root)
|
||||
%{_includedir}/SFML/*.hpp
|
||||
%{_includedir}/SFML/Audio/*.hpp
|
||||
%{_includedir}/SFML/Graphics/*.hpp
|
||||
%{_includedir}/SFML/Network/*.hpp
|
||||
%{_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
|
||||
|
||||
|
||||
%dir %{_includedir}/SFML
|
||||
%{_includedir}/SFML/*
|
||||
%{_libdir}/pkgconfig/sfml-*.pc
|
||||
%{_datadir}/SFML/readme.md
|
||||
|
||||
%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
|
||||
- package created using the webbuild interface
|
||||
|
Loading…
Reference in New Issue
Block a user