X-Git-Url: https://git.pld-linux.org/?p=packages%2Fmousepad.git;a=blobdiff_plain;f=mousepad.spec;h=56f3995550505fe6119519666f158cad0882756b;hp=28b0c5de358c7a4056be55ffc6b11ef849842646;hb=HEAD;hpb=946237d56891497bf24bd26478ea22e576175972 diff --git a/mousepad.spec b/mousepad.spec index 28b0c5d..832f320 100644 --- a/mousepad.spec +++ b/mousepad.spec @@ -1,47 +1,101 @@ -Summary: Mousepad is a text editor for Xfce based on Leafpad -Summary(pl): Mousepad jest edytorem dla Xfce opartym na Leafpad +Summary: Text editor for Xfce based on Leafpad +Summary(pl.UTF-8): Edytor tekstu dla Xfce oparty na Leafpadzie Name: mousepad -Version: 0.2.0 -Release: 0.1 -License: GPLv2 +Version: 0.6.2 +Release: 1 +License: GPL v2+ Group: X11/Applications/Editors -Source0: http://erikharrison.net/software/%{name}-%{version}.tar.gz -# Source0-md5: e554145e8fffcd5fd8d3e027575e0765 -#URL: none_at_the_moment_I_think -BuildRequires: gtk+2-devel >= 2.2.0 -BuildRequires: libxfcegui4-devel -buildRequires: libxfce4util-devel -Requires: libxfcegui4 -Requires: libxfce4util -Requires: xfprint >= 4.2 +Source0: https://archive.xfce.org/src/apps/mousepad/0.6/%{name}-%{version}.tar.bz2 +# Source0-md5: 3ad46198202d2696cac27d5a0f08bab0 +Patch0: %{name}-desktop.patch +URL: https://www.xfce.org/projects/mousepad/ +BuildRequires: autoconf >= 2.52 +BuildRequires: automake +BuildRequires: gettext-tools +BuildRequires: glib2-devel >= 2.56.2 +BuildRequires: gspell-devel >= 1.6.0 +BuildRequires: gtk+3-devel >= 3.22 +BuildRequires: gtksourceview4-devel >= 4.0.0 +BuildRequires: libtool +BuildRequires: libxfce4ui-devel >= 4.18 +BuildRequires: pkgconfig >= 1:0.9.0 +BuildRequires: polkit-devel >= 0.102 +BuildRequires: xfce4-dev-tools >= 4.18.0 +Requires: desktop-file-utils BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description -Mousepad is a text editor for Xfce based on Leafpad. +Mousepad is a lightweight text editor for Xfce. It features a simple +interface, broad character set support, printing with Xfprint, and +more. It opens lightening quick, making it perfect for editing config +files, doing quick scripting, and pretty printing documents like shell +scripts. -%description -l pl -Mousepad jest edytorem dla Xfce opartym na Leafpad. +%description -l pl.UTF-8 +Mousepad jest lekkim edytorem tekstowym dla Xfce. Cechuje go prosty +interfejs, obsługa wielu zestawów znaków, drukowanie przy pomocy +Xfprint i wiele więcej. Uruchamia się błyskawicznie, dzięki czemu jest +idealny do edycji plików konfiguracyjnych, pisania małych skryptów i +pięknego drukowania dokumentów takich jak skrypty powłoki. %prep %setup -q +%patch0 -p1 + +mkdir -p m4 + +%{__sed} -i -e 's/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/' configure.ac %build +%{__libtoolize} +%{__aclocal} +%{__autoheader} +%{__automake} +%{__autoconf} %configure %{__make} %install rm -rf $RPM_BUILD_ROOT - %{__make} install \ DESTDIR=$RPM_BUILD_ROOT +%{__rm} -r $RPM_BUILD_ROOT%{_localedir}/{fa_IR,hye,ie} +%{__mv} $RPM_BUILD_ROOT%{_localedir}/{hy_AM,hy} + +%{__rm} $RPM_BUILD_ROOT%{_libdir}{/%{name}/plugins,}/*.la +%{__rm} $RPM_BUILD_ROOT%{_libdir}/libmousepad.so + +%find_lang %{name} + %clean rm -rf $RPM_BUILD_ROOT -%files +%post +%update_desktop_database_post +%update_icon_cache hicolor +%glib_compile_schemas + +%postun +%update_desktop_database_postun +%update_icon_cache hicolor +%glib_compile_schemas + +%files -f %{name}.lang %defattr(644,root,root,755) -%doc AUTHORS ChangeLog NEWS README -%attr(755,root,root) %{_bindir}/* -%{_desktopdir}/* -%{_pixmapsdir}/* -%{_datadir}/locale/*/LC_MESSAGES/*.mo +%doc AUTHORS ChangeLog NEWS +%attr(755,root,root) %{_bindir}/mousepad +%attr(755,root,root) %{_libdir}/libmousepad.so.*.*.* +%attr(755,root,root) %{_libdir}/libmousepad.so.0 +%dir %{_libdir}/%{name} +%dir %{_libdir}/%{name}/plugins +%attr(755,root,root) %{_libdir}/%{name}/plugins/libmousepad-plugin-gspell.so +%attr(755,root,root) %{_libdir}/%{name}/plugins/libmousepad-plugin-shortcuts.so +%{_desktopdir}/org.xfce.mousepad.desktop +%{_desktopdir}/org.xfce.mousepad-settings.desktop +%{_datadir}/glib-2.0/schemas/org.xfce.mousepad.gschema.xml +%{_datadir}/glib-2.0/schemas/org.xfce.mousepad.plugins.gspell.gschema.xml +%{_datadir}/metainfo/org.xfce.mousepad.appdata.xml +%{_datadir}/polkit-1/actions/org.xfce.mousepad.policy +%{_iconsdir}/hicolor/*x*/apps/org.xfce.mousepad.png +%{_iconsdir}/hicolor/scalable/apps/org.xfce.mousepad.svg