automatic version update by autodist [release 0.7.0-1mamba;Sun Apr 05 2026]
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
%define xfce_ver %(pkg-config libxfcegui4-1.0 --modversion)
|
||||
%define majver %(echo %version | cut -d. -f1-2)
|
||||
Name: mousepad
|
||||
Version: 0.6.5
|
||||
Version: 0.7.0
|
||||
Release: 1mamba
|
||||
Summary: A simple text editor for Xfce
|
||||
Group: Graphical Desktop/Applications/Utilities
|
||||
@@ -13,20 +13,12 @@ Source: https://gitlab.xfce.org/apps/mousepad.git/mousepad-%{version}/mou
|
||||
License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libat-spi2-core-devel
|
||||
BuildRequires: libcairo-devel
|
||||
BuildRequires: libenchant-devel
|
||||
BuildRequires: libgdk-pixbuf-devel
|
||||
BuildRequires: libglib-devel
|
||||
BuildRequires: libgspell-devel
|
||||
BuildRequires: libgtk3-devel
|
||||
BuildRequires: libgtksourceview4-devel
|
||||
BuildRequires: libharfbuzz-devel
|
||||
BuildRequires: libpango-devel
|
||||
BuildRequires: libxfce4ui-devel
|
||||
BuildRequires: libxfce4util-devel
|
||||
BuildRequires: libxfconf-devel
|
||||
BuildRequires: libz-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: libgspell-devel >= 0:1.14.0-1mamba
|
||||
BuildRequires: xfce4-dev-tools
|
||||
@@ -36,17 +28,15 @@ Mousepad is a text editor for Xfce based on Leafpad. The initial reason for Mous
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
./autogen.sh
|
||||
|
||||
%build
|
||||
%configure \
|
||||
--enable-maintainer-mode
|
||||
%meson
|
||||
|
||||
%make
|
||||
%meson_build
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
%makeinstall
|
||||
%meson_install
|
||||
|
||||
%find_lang %{name}
|
||||
|
||||
@@ -72,6 +62,9 @@ Mousepad is a text editor for Xfce based on Leafpad. The initial reason for Mous
|
||||
#ChangeLog NEWS README TODO
|
||||
|
||||
%changelog
|
||||
* Sun Apr 05 2026 Automatic Build System <autodist@openmamba.org> 0.7.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Jun 01 2025 Silvan Calarco <silvan.calarco@mambasoft.it> 0.6.5-1mamba
|
||||
- update to 0.6.5
|
||||
|
||||
|
||||
Reference in New Issue
Block a user