Files
HyprlandRPM/hyprlang.spec
T
eriq12 396c02a696
Build hyprgraphics / Build and push image (push) Successful in 3m4s
Build hyprlang / Build and push image (push) Successful in 2m49s
Build hyprpolkitagent / Build and push image (push) Successful in 3m59s
Build hyprwire / Build and push image (push) Successful in 3m52s
[hyprgraphics, hyprlang, hyprpolkitagent, hyprwire] Bump
2026-07-19 10:53:37 -04:00

53 lines
1.0 KiB
RPMSpec

Name: hyprlang
Version: 0.6.8
Release: %autorelease -b 5
Summary: The official implementation library for the hypr config language
License: LGPL-3.0-only
URL: https://github.com/hyprwm/hyprlang
Source: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz
# https://fedoraproject.org/wiki/Changes/EncourageI686LeafRemoval
ExcludeArch: %{ix86}
BuildRequires: cmake
BuildRequires: gcc-c++
BuildRequires: pkgconfig(hyprutils)
%description
%{summary}.
%package devel
Summary: Development files for %{name}
Requires: %{name}%{?_isa} = %{version}-%{release}
%description devel
Development files for %{name}.
%prep
%autosetup -p1
sed 's/.*/%{version}/' -i VERSION
%build
%cmake
%cmake_build
%install
%cmake_install
%check
%ctest
%files
%license LICENSE
%doc README.md
%{_libdir}/libhyprlang.so.2
%{_libdir}/libhyprlang.so.%{version}
%files devel
%{_includedir}/hyprlang.hpp
%{_libdir}/libhyprlang.so
%{_libdir}/pkgconfig/hyprlang.pc
%changelog
%autochangelog