automatic version update by autodist [release 0.5.7-1mamba;Wed Sep 29 2021]
This commit is contained in:
parent
d018761ad9
commit
0cc8bb5e91
@ -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.6
|
Version: 0.5.7
|
||||||
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
|
||||||
@ -12,6 +12,7 @@ URL: https://www.xfce.org/
|
|||||||
Source: http://archive.xfce.org/src/apps/mousepad/%{majver}/mousepad-%{version}.tar.bz2
|
Source: http://archive.xfce.org/src/apps/mousepad/%{majver}/mousepad-%{version}.tar.bz2
|
||||||
License: GPL
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
|
#libdl.so.2()(64bit): /usr/lib64/libdl.so: file not owned by any package
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: libaspell-devel
|
BuildRequires: libaspell-devel
|
||||||
BuildRequires: libatk-devel
|
BuildRequires: libatk-devel
|
||||||
@ -74,6 +75,8 @@ fi
|
|||||||
%files -f %{name}.lang
|
%files -f %{name}.lang
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_bindir}/mousepad
|
%{_bindir}/mousepad
|
||||||
|
%{_datadir}/applications/org.xfce.mousepad*.desktop
|
||||||
|
%{_datadir}/metainfo/org.xfce.mousepad.appdata.xml
|
||||||
%{_libdir}/libmousepad.la
|
%{_libdir}/libmousepad.la
|
||||||
%{_libdir}/libmousepad.so
|
%{_libdir}/libmousepad.so
|
||||||
%{_libdir}/libmousepad.so.*
|
%{_libdir}/libmousepad.so.*
|
||||||
@ -81,8 +84,6 @@ fi
|
|||||||
%dir %{_libdir}/mousepad/plugins
|
%dir %{_libdir}/mousepad/plugins
|
||||||
%{_libdir}/mousepad/plugins/libmousepad-plugin-gspell.la
|
%{_libdir}/mousepad/plugins/libmousepad-plugin-gspell.la
|
||||||
%{_libdir}/mousepad/plugins/libmousepad-plugin-gspell.so
|
%{_libdir}/mousepad/plugins/libmousepad-plugin-gspell.so
|
||||||
%{_datadir}/applications/mousepad*.desktop
|
|
||||||
%{_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.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
|
||||||
@ -92,6 +93,9 @@ fi
|
|||||||
#ChangeLog NEWS README TODO
|
#ChangeLog NEWS README TODO
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Sep 29 2021 Automatic Build System <autodist@mambasoft.it> 0.5.7-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Sun Aug 01 2021 Automatic Build System <autodist@mambasoft.it> 0.5.6-1mamba
|
* Sun Aug 01 2021 Automatic Build System <autodist@mambasoft.it> 0.5.6-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user