update to 2.3.1 [release 2.3.1-1mamba;Tue Jun 23 2020]
This commit is contained in:
parent
0aad0455c4
commit
6ff07c277a
28
poedit.spec
28
poedit.spec
@ -1,5 +1,5 @@
|
|||||||
Name: poedit
|
Name: poedit
|
||||||
Version: 1.8.7.1
|
Version: 2.3.1
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A cross-platform gettext catalogs (.po files) editor
|
Summary: A cross-platform gettext catalogs (.po files) editor
|
||||||
Group: Graphical Desktop/Applications/Development
|
Group: Graphical Desktop/Applications/Development
|
||||||
@ -12,17 +12,17 @@ Patch: %{name}-1.4.6.1-desktop.patch
|
|||||||
License: MIT
|
License: MIT
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
|
BuildRequires: ldconfig
|
||||||
BuildRequires: libatk-devel
|
BuildRequires: libatk-devel
|
||||||
BuildRequires: libboost-devel
|
BuildRequires: libboost-devel
|
||||||
BuildRequires: libcairo-devel
|
BuildRequires: libcairo-devel
|
||||||
BuildRequires: libdb51-devel
|
|
||||||
BuildRequires: libenchant-devel
|
BuildRequires: libenchant-devel
|
||||||
BuildRequires: libexpat-devel
|
|
||||||
BuildRequires: libgcc
|
BuildRequires: libgcc
|
||||||
BuildRequires: libgdk-pixbuf-devel
|
BuildRequires: libgdk-pixbuf-devel
|
||||||
BuildRequires: libglib-devel
|
BuildRequires: libglib-devel
|
||||||
BuildRequires: libgtk-devel
|
BuildRequires: libgtk-devel
|
||||||
BuildRequires: libgtkspell3-devel
|
BuildRequires: libgtkspell3-devel
|
||||||
|
BuildRequires: libharfbuzz-devel
|
||||||
BuildRequires: libicu-devel
|
BuildRequires: libicu-devel
|
||||||
BuildRequires: liblucene++-devel
|
BuildRequires: liblucene++-devel
|
||||||
BuildRequires: libpango-devel
|
BuildRequires: libpango-devel
|
||||||
@ -37,13 +37,18 @@ poEdit is cross-platform gettext catalogs (.po files) editor.
|
|||||||
It is built with wxWidgets toolkit and can run on any platform supported by it.
|
It is built with wxWidgets toolkit and can run on any platform supported by it.
|
||||||
It aims to provide more convenient approach to editing catalogs than launching vi and editing the file by hand.
|
It aims to provide more convenient approach to editing catalogs than launching vi and editing the file by hand.
|
||||||
|
|
||||||
|
%debug_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
#%patch -p1
|
#%patch -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%configure \
|
||||||
%make
|
--libexecdir=%{_libdir}/poedit \
|
||||||
|
--with-wx-config=/usr/bin/wx-config-unicode-3
|
||||||
|
|
||||||
|
%make CPPFLAGS+=' -DUCHAR_TYPE=uint16_t'
|
||||||
|
|
||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
@ -58,18 +63,17 @@ It aims to provide more convenient approach to editing catalogs than launching v
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_bindir}/%{name}
|
%{_bindir}/%{name}
|
||||||
%{_datadir}/%{name}
|
%{_datadir}/%{name}
|
||||||
%{_libexecdir}/poedit-dump-legacy-tm
|
%{_datadir}/applications/net.poedit.Poedit*.desktop
|
||||||
%{_datadir}/applications/poedit-uri.desktop
|
%{_datadir}/icons/hicolor/*/apps/net.poedit.Poedit.png
|
||||||
%{_datadir}/applications/%{name}.desktop
|
%{_datadir}/metainfo/net.poedit.Poedit.appdata.xml
|
||||||
%{_datadir}/icons/hicolor/*/apps/%{name}.*
|
|
||||||
%{_datadir}/icons/hicolor/*/mimetypes/*.png
|
|
||||||
%{_datadir}/icons/hicolor/scalable/mimetypes/*.svg
|
|
||||||
%{_datadir}/pixmaps/%{name}.png
|
|
||||||
%{_mandir}/man1/*
|
%{_mandir}/man1/*
|
||||||
%doc AUTHORS COPYING
|
%doc AUTHORS COPYING
|
||||||
#NEWS README TODO
|
#NEWS README TODO
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jun 23 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 2.3.1-1mamba
|
||||||
|
- update to 2.3.1
|
||||||
|
|
||||||
* Wed Mar 30 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 1.8.7.1-1mamba
|
* Wed Mar 30 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 1.8.7.1-1mamba
|
||||||
- update to 1.8.7.1
|
- update to 1.8.7.1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user