automatic version update by autodist [release 0.5.5-1mamba;Sat May 15 2021]
This commit is contained in:
parent
f1d196c7d2
commit
793bbff71f
@ -1,7 +1,7 @@
|
|||||||
%define xfce_ver %(pkg-config libxfcegui4-1.0 --modversion)
|
%define xfce_ver %(pkg-config libxfcegui4-1.0 --modversion)
|
||||||
%define majver %(echo %version | cut -d. -f1-2)
|
%define majver %(echo %version | cut -d. -f1-2)
|
||||||
Name: mousepad
|
Name: mousepad
|
||||||
Version: 0.5.4
|
Version: 0.5.5
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A simple text editor for Xfce
|
Summary: A simple text editor for Xfce
|
||||||
Group: Graphical Desktop/Applications/Utilities
|
Group: Graphical Desktop/Applications/Utilities
|
||||||
@ -13,33 +13,26 @@ Source: http://archive.xfce.org/src/apps/mousepad/%{majver}/mousepad-%{ve
|
|||||||
License: GPL
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
|
BuildRequires: libaspell-devel
|
||||||
BuildRequires: libatk-devel
|
BuildRequires: libatk-devel
|
||||||
|
BuildRequires: libbrotli-devel
|
||||||
BuildRequires: libbzip2-devel
|
BuildRequires: libbzip2-devel
|
||||||
BuildRequires: libcairo-devel
|
BuildRequires: libcairo-devel
|
||||||
BuildRequires: libexpat-devel
|
BuildRequires: libenchant-devel
|
||||||
BuildRequires: libffi-devel
|
|
||||||
BuildRequires: libfontconfig-devel
|
|
||||||
BuildRequires: libfreetype-devel
|
BuildRequires: libfreetype-devel
|
||||||
BuildRequires: libgdk-pixbuf-devel
|
BuildRequires: libgdk-pixbuf-devel
|
||||||
BuildRequires: libglib-devel
|
BuildRequires: libglib-devel
|
||||||
BuildRequires: libgraphite2-devel
|
BuildRequires: libgraphite2-devel
|
||||||
BuildRequires: libgtk2-devel
|
BuildRequires: libgspell-devel
|
||||||
|
BuildRequires: libgtk3-devel
|
||||||
|
BuildRequires: libgtksourceview-devel
|
||||||
BuildRequires: libharfbuzz-devel
|
BuildRequires: libharfbuzz-devel
|
||||||
BuildRequires: libICE-devel
|
BuildRequires: libhspell-devel
|
||||||
|
BuildRequires: libicu-devel
|
||||||
BuildRequires: libpango-devel
|
BuildRequires: libpango-devel
|
||||||
|
BuildRequires: libpcre-devel
|
||||||
BuildRequires: libpng-devel
|
BuildRequires: libpng-devel
|
||||||
BuildRequires: libpthread-stubs-devel
|
|
||||||
BuildRequires: libselinux-devel
|
|
||||||
BuildRequires: libSM-devel
|
|
||||||
BuildRequires: libstartup-notification-devel
|
|
||||||
BuildRequires: libstdc++6-devel
|
BuildRequires: libstdc++6-devel
|
||||||
BuildRequires: libuuid-devel
|
|
||||||
BuildRequires: libX11-devel
|
|
||||||
BuildRequires: libXau-devel
|
|
||||||
BuildRequires: libxcb-devel
|
|
||||||
BuildRequires: libXdmcp-devel
|
|
||||||
BuildRequires: libxfce4util-devel
|
|
||||||
BuildRequires: libxfcegui4-devel
|
|
||||||
BuildRequires: libz-devel
|
BuildRequires: libz-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
|
|
||||||
@ -65,12 +58,14 @@ Mousepad is a text editor for Xfce based on Leafpad. The initial reason for Mous
|
|||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
|
||||||
%post
|
%post
|
||||||
|
update-desktop-database &> /dev/null ||:
|
||||||
touch --no-create %{_datadir}/icons/hicolor || :
|
touch --no-create %{_datadir}/icons/hicolor || :
|
||||||
if [ -x %{_bindir}/gtk-update-icon-cache ]; then
|
if [ -x %{_bindir}/gtk-update-icon-cache ]; then
|
||||||
%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
|
%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
|
||||||
fi
|
fi
|
||||||
|
|
||||||
%postun
|
%postun
|
||||||
|
update-desktop-database &> /dev/null ||:
|
||||||
touch --no-create %{_datadir}/icons/hicolor || :
|
touch --no-create %{_datadir}/icons/hicolor || :
|
||||||
if [ -x %{_bindir}/gtk-update-icon-cache ]; then
|
if [ -x %{_bindir}/gtk-update-icon-cache ]; then
|
||||||
%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
|
%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
|
||||||
@ -79,8 +74,16 @@ fi
|
|||||||
%files -f %{name}.lang
|
%files -f %{name}.lang
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_bindir}/mousepad
|
%{_bindir}/mousepad
|
||||||
%{_datadir}/applications/mousepad.desktop
|
%{_libdir}/libmousepad.la
|
||||||
|
%{_libdir}/libmousepad.so
|
||||||
|
%{_libdir}/libmousepad.so.*
|
||||||
|
%dir %{_libdir}/mousepad
|
||||||
|
%dir %{_libdir}/mousepad/plugins
|
||||||
|
%{_libdir}/mousepad/plugins/libmousepad-plugin-gspell.la
|
||||||
|
%{_libdir}/mousepad/plugins/libmousepad-plugin-gspell.so
|
||||||
|
%{_datadir}/applications/mousepad*.desktop
|
||||||
%{_datadir}/metainfo/mousepad.appdata.xml
|
%{_datadir}/metainfo/mousepad.appdata.xml
|
||||||
|
%{_datadir}/glib-2.0/schemas/org.xfce.mousepad.plugins.gspell.gschema.xml
|
||||||
%{_datadir}/glib-2.0/schemas/org.xfce.mousepad.gschema.xml
|
%{_datadir}/glib-2.0/schemas/org.xfce.mousepad.gschema.xml
|
||||||
%{_datadir}/polkit-1/actions/org.xfce.mousepad.policy
|
%{_datadir}/polkit-1/actions/org.xfce.mousepad.policy
|
||||||
%{_datadir}/icons/hicolor/*/apps/org.xfce.mousepad.png
|
%{_datadir}/icons/hicolor/*/apps/org.xfce.mousepad.png
|
||||||
@ -89,6 +92,9 @@ fi
|
|||||||
#ChangeLog NEWS README TODO
|
#ChangeLog NEWS README TODO
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat May 15 2021 Automatic Build System <autodist@mambasoft.it> 0.5.5-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Sat Apr 03 2021 Automatic Build System <autodist@mambasoft.it> 0.5.4-1mamba
|
* Sat Apr 03 2021 Automatic Build System <autodist@mambasoft.it> 0.5.4-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user