sfml/sfml.spec

105 lines
3.0 KiB
RPMSpec

Name: sfml
Version: 2.6.1
Release: 1mamba
Summary: Simple and Fast Multimedia Library
Group: System/Multimedia
Vendor: openmamba
Distribution: openmamba
Packager: Ercole 'ercolinux' Carpanetto <ercole69@gmail.com>
URL: https://www.sfml-dev.org/index.php
Source: https://www.sfml-dev.org/files/SFML-%{version}-sources.zip
License: zlib/png license
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: libX11-devel
BuildRequires: libXcursor-devel
BuildRequires: libXrandr-devel
BuildRequires: libflac-devel
BuildRequires: libfreetype-devel
BuildRequires: libgcc
BuildRequires: libglvnd-devel
BuildRequires: libogg-devel
BuildRequires: libopenal-devel
BuildRequires: libstdc++6-devel
BuildRequires: libudev-devel
BuildRequires: libvorbis-devel
## AUTOBUILDREQ-END
BuildRequires: cmake
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
%description
SFML provides a simple interface to the various components of your PC, to ease the development of games and multimedia applications. It is composed of five modules: system, window, graphics, audio and network.
%package -n lib%{name}
Group: System/Libraries
Summary: Shared libraries for %{name}
%description -n lib%{name}
This package contains shared libraries for %{name}.
%package -n lib%{name}-devel
Group: Development/Libraries
Summary: Development files for %{name}
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
Requires: pkg-config
%description -n lib%{name}-devel
This package contains libraries and header files for developing applications that use %{name}.
%debug_package
%prep
%setup -q -n SFML-%{version}
%build
%cmake -d build \
-DSFML_PKGCONFIG_INSTALL_PREFIX:PATH=%{_libdir}/pkgconfig
%make
%install
[ "%{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.*
%dir %{_libdir}/cmake/SFML
%{_libdir}/cmake/SFML/SFML*.cmake
#%{_datadir}/SFML/cmake/Modules/FindSFML.cmake
%{_docdir}/SFML/license.md
%files -n lib%{name}-devel
%defattr(-,root,root)
%dir %{_includedir}/SFML
%{_includedir}/SFML/*
%{_libdir}/pkgconfig/sfml-*.pc
%{_docdir}/SFML/readme.md
%changelog
* Sun Nov 05 2023 Automatic Build System <autodist@mambasoft.it> 2.6.1-1mamba
- automatic version update by autodist
* Sun Jul 02 2023 Automatic Build System <autodist@mambasoft.it> 2.6.0-1mamba
- automatic version update by autodist
* Thu Oct 25 2018 Automatic Build System <autodist@mambasoft.it> 2.5.1-1mamba
- automatic version update by autodist
* 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