Files
hyprlang/hyprlang.spec

86 lines
2.7 KiB
RPMSpec

Name: hyprlang
Version: 0.6.8
Release: 2mamba
Summary: The official implementation library for the hypr config language
Group: System/Libraries
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan@openmamba.org>
URL: https://wiki.hypr.land/Hypr-Ecosystem/hyprlang/
Source: https://github.com/hyprwm/hyprlang.git/v%{version}/hyprlang-%{version}.tar.bz2
License: BSD-3-Clause
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: libgcc
BuildRequires: libhyprutils-devel
BuildRequires: libstdc++6-devel
## AUTOBUILDREQ-END
BuildRequires: libhyprutils-devel >= 0:0.12.0-1mamba
BuildRequires: cmake
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
%description
The hypr configuration language is an extremely efficient, yet easy to work with, configuration language for linux applications.
It's user-friendly, easy to grasp, and easy to implement.
%package -n lib%{name}
Group: System/Libraries
Summary: The official implementation library for the hypr config language
%description -n lib%{name}
The hypr configuration language is an extremely efficient, yet easy to work with, configuration language for linux applications.
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}
%description -n lib%{name}-devel
This package contains libraries and header files for developing applications that use %{name}.
%prep
%setup -q
%build
%cmake
%cmake_build
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%cmake_install
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%files -n lib%{name}
%defattr(-,root,root)
%{_libdir}/libhyprlang.so.*
%doc LICENSE
%files -n lib%{name}-devel
%defattr(-,root,root)
%{_includedir}/hyprlang.hpp
%{_libdir}/libhyprlang.so
%{_libdir}/pkgconfig/hyprlang.pc
%doc README.md
%changelog
* Mon Apr 06 2026 Automatic Build System <autodist@openmamba.org> 0.6.8-2mamba
- rebuilt by autoport with build requirements: libhyprutils-devel>=0:0.12.0-1mamba
* Tue Jan 06 2026 Automatic Build System <autodist@openmamba.org> 0.6.8-1mamba
- automatic version update by autodist
* Tue Dec 02 2025 Automatic Build System <autodist@openmamba.org> 0.6.7-1mamba
- automatic version update by autodist
* Tue Nov 18 2025 Automatic Build System <autodist@openmamba.org> 0.6.6-1mamba
- automatic version update by autodist
* Sat Nov 15 2025 Automatic Build System <autodist@openmamba.org> 0.6.5-1mamba
- automatic version update by autodist
* Thu Nov 13 2025 Silvan Calarco <silvan.calarco@mambasoft.it> 0.6.4-1mamba
- package created using the webbuild interface