Compare commits

..

3 Commits

View File

@ -1,5 +1,5 @@
Name: libgedit-gfls
Version: 0.1.0
Version: 0.3.0
Release: 1mamba
Summary: A module dedicated to file loading and saving for the needs of gedit and other similar text editors
Group: System/Libraries
@ -27,7 +27,6 @@ Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
%description devel
This package contains libraries and header files for developing applications that use %{name}.
%debug_package
%prep
%setup -q
@ -40,13 +39,13 @@ This package contains libraries and header files for developing applications tha
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%meson_install
%find_lang %{name} --all-name
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%files
%files -f %{name}.lang
%defattr(-,root,root)
%{_libdir}/libgedit-gfls-1.so.*
%{_libdir}/girepository-1.0/Gfls-1.typelib
@ -65,5 +64,14 @@ This package contains libraries and header files for developing applications tha
%doc NEWS README.md
%changelog
* Sun Mar 09 2025 Automatic Build System <autodist@openmamba.org> 0.3.0-1mamba
- automatic version update by autodist
* Mon Dec 09 2024 Automatic Build System <autodist@openmamba.org> 0.2.1-1mamba
- automatic version update by autodist
* Sat Sep 07 2024 Automatic Build System <autodist@openmamba.org> 0.2.0-1mamba
- automatic version update by autodist
* Sun Jul 28 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 0.1.0-1mamba
- package created using the webbuild interface