automatic version update by autodist [release 0.5.1-1mamba;Fri Jan 15 2021]
This commit is contained in:
parent
818db7d74b
commit
45b406346f
@ -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.4.2
|
||||
Version: 0.5.1
|
||||
Release: 1mamba
|
||||
Summary: A simple text editor for Xfce
|
||||
Group: Graphical Desktop/Applications/Utilities
|
||||
@ -47,6 +47,8 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
%description
|
||||
Mousepad is a text editor for Xfce based on Leafpad. The initial reason for Mousepad was to provide printing support, which would have been difficult for Leafpad for various reasons.
|
||||
|
||||
%debug_package
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
@ -56,9 +58,10 @@ Mousepad is a text editor for Xfce based on Leafpad. The initial reason for Mous
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
make install DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir}
|
||||
%makeinstall
|
||||
|
||||
%find_lang %{name}
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
@ -74,13 +77,22 @@ if [ -x %{_bindir}/gtk-update-icon-cache ]; then
|
||||
%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
|
||||
fi
|
||||
|
||||
%files
|
||||
%files -f %{name}.lang
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/
|
||||
%{_datadir}/
|
||||
%doc AUTHORS COPYING ChangeLog NEWS README TODO
|
||||
%{_bindir}/mousepad
|
||||
%{_datadir}/applications/mousepad.desktop
|
||||
%{_datadir}/metainfo/mousepad.appdata.xml
|
||||
%{_datadir}/glib-2.0/schemas/org.xfce.mousepad.gschema.xml
|
||||
%{_datadir}/polkit-1/actions/org.xfce.mousepad.policy
|
||||
%{_datadir}/icons/hicolor/*/apps/org.xfce.mousepad.png
|
||||
%{_datadir}/icons/hicolor/scalable/apps/org.xfce.mousepad.svg
|
||||
%doc AUTHORS COPYING
|
||||
#ChangeLog NEWS README TODO
|
||||
|
||||
%changelog
|
||||
* Fri Jan 15 2021 Automatic Build System <autodist@mambasoft.it> 0.5.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Jul 28 2019 Automatic Build System <autodist@mambasoft.it> 0.4.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user