97 lines
2.8 KiB
RPMSpec
97 lines
2.8 KiB
RPMSpec
Name: libdex
|
|
Version: 0.8.1
|
|
Release: 1mamba
|
|
Summary: Future-based programming for GLib-based applications
|
|
Group: System/Libraries
|
|
Vendor: openmamba
|
|
Distribution: openmamba
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
URL: https://gitlab.gnome.org/GNOME/libdex
|
|
Source: https://gitlab.gnome.org/GNOME/libdex.git/%{version}/libdex-%{version}.tar.bz2
|
|
License: LGPL
|
|
## AUTOBUILDREQ-BEGIN
|
|
BuildRequires: glibc-devel
|
|
BuildRequires: libatomic-devel
|
|
BuildRequires: libglib-devel
|
|
## AUTOBUILDREQ-END
|
|
BuildRequires: meson
|
|
|
|
%description
|
|
Dex provides Future-based programming for GLib-based applications.
|
|
|
|
%package devel
|
|
Group: Development/Libraries
|
|
Summary: Development files for %{name}
|
|
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|
Requires: pkg-config
|
|
|
|
%description devel
|
|
This package contains libraries and header files for developing applications that use %{name}.
|
|
%debug_package
|
|
|
|
%prep
|
|
%setup -q
|
|
|
|
%build
|
|
%meson
|
|
%meson_build
|
|
|
|
%install
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
%meson_install
|
|
|
|
%clean
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
|
%files
|
|
%defattr(-,root,root)
|
|
%{_libdir}/libdex-1.so.*
|
|
%{_libdir}/girepository-1.0/Dex-1.typelib
|
|
%doc COPYING
|
|
|
|
%files devel
|
|
%defattr(-,root,root)
|
|
%dir %{_includedir}/libdex-1
|
|
%{_includedir}/libdex-1/*.h
|
|
%{_libdir}/libdex-1.so
|
|
%{_datadir}/gir-1.0/Dex-1.gir
|
|
%{_datadir}/vala/vapi/libdex-1.deps
|
|
%{_datadir}/vala/vapi/libdex-1.vapi
|
|
%{_libdir}/pkgconfig/libdex-1.pc
|
|
%doc NEWS README.md
|
|
|
|
%changelog
|
|
* Sat Oct 19 2024 Automatic Build System <autodist@openmamba.org> 0.8.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Sep 18 2024 Automatic Build System <autodist@openmamba.org> 0.8.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Aug 07 2024 Automatic Build System <autodist@openmamba.org> 0.7.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Tue Jul 02 2024 Automatic Build System <autodist@openmamba.org> 0.7.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Fri May 31 2024 Automatic Build System <autodist@openmamba.org> 0.6.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sun Mar 17 2024 Automatic Build System <autodist@openmamba.org> 0.6.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Tue Mar 05 2024 Automatic Build System <autodist@openmamba.org> 0.5.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Tue Feb 13 2024 Automatic Build System <autodist@openmamba.org> 0.5.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Fri Jan 12 2024 Automatic Build System <autodist@openmamba.org> 0.4.3-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Tue Jan 09 2024 Automatic Build System <autodist@openmamba.org> 0.4.2-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Dec 06 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 0.4.1-1mamba
|
|
- package created using the webbuild interface
|