2024-01-06 10:23:54 +01:00
|
|
|
Name: poedit
|
2024-01-06 10:23:55 +01:00
|
|
|
Version: 3.0.1
|
2024-01-06 10:23:54 +01:00
|
|
|
Release: 1mamba
|
2024-01-06 10:23:54 +01:00
|
|
|
Summary: A cross-platform gettext catalogs (.po files) editor
|
|
|
|
Group: Graphical Desktop/Applications/Development
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
2024-01-06 10:23:54 +01:00
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
|
|
URL: https://poedit.net/
|
2024-01-06 10:23:54 +01:00
|
|
|
Source: https://github.com/vslavik/poedit/releases/download/v%{version}-oss/poedit-%{version}.tar.gz
|
2024-01-06 10:23:54 +01:00
|
|
|
Patch: %{name}-1.4.6.1-desktop.patch
|
|
|
|
License: MIT
|
2024-01-06 10:23:54 +01:00
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
BuildRequires: glibc-devel
|
|
|
|
BuildRequires: libatk-devel
|
|
|
|
BuildRequires: libboost-devel
|
|
|
|
BuildRequires: libcairo-devel
|
|
|
|
BuildRequires: libenchant-devel
|
|
|
|
BuildRequires: libgcc
|
|
|
|
BuildRequires: libgdk-pixbuf-devel
|
|
|
|
BuildRequires: libglib-devel
|
2024-01-06 10:23:54 +01:00
|
|
|
BuildRequires: libgtk3-devel
|
2024-01-06 10:23:54 +01:00
|
|
|
BuildRequires: libgtkspell3-devel
|
2024-01-06 10:23:54 +01:00
|
|
|
BuildRequires: libharfbuzz-devel
|
2024-01-06 10:23:54 +01:00
|
|
|
BuildRequires: libicu-devel
|
|
|
|
BuildRequires: liblucene++-devel
|
|
|
|
BuildRequires: libpango-devel
|
|
|
|
BuildRequires: libstdc++6-devel
|
|
|
|
BuildRequires: libwx_baseu-devel
|
|
|
|
BuildRequires: libwx_gtk3u-devel
|
2024-01-06 10:23:54 +01:00
|
|
|
BuildRequires: pugixml-devel
|
2024-01-06 10:23:54 +01:00
|
|
|
## AUTOBUILDREQ-END
|
2024-01-06 10:23:54 +01:00
|
|
|
BuildRequires: libwx_baseu-devel >= 3.1.5
|
|
|
|
BuildRequires: libwx_gtk3u-devel >= 3.1.5
|
2024-01-06 10:23:54 +01:00
|
|
|
|
|
|
|
%description
|
|
|
|
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 aims to provide more convenient approach to editing catalogs than launching vi and editing the file by hand.
|
|
|
|
|
2024-01-06 10:23:54 +01:00
|
|
|
%debug_package
|
|
|
|
|
2024-01-06 10:23:54 +01:00
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
#%patch -p1
|
|
|
|
|
|
|
|
%build
|
2024-01-06 10:23:54 +01:00
|
|
|
%configure \
|
|
|
|
--libexecdir=%{_libdir}/poedit \
|
|
|
|
--with-wx-config=/usr/bin/wx-config-unicode-3
|
|
|
|
|
|
|
|
%make CPPFLAGS+=' -DUCHAR_TYPE=uint16_t'
|
2024-01-06 10:23:54 +01:00
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%makeinstall
|
|
|
|
|
2024-01-06 10:23:54 +01:00
|
|
|
rm -f %{buildroot}%{_datadir}/icons/hicolor/icon-theme.cache
|
|
|
|
|
2024-01-06 10:23:54 +01:00
|
|
|
%find_lang %{name}
|
|
|
|
|
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
|
|
|
%files -f %{name}.lang
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_bindir}/%{name}
|
2024-01-06 10:23:54 +01:00
|
|
|
%dir %{_datadir}/poedit
|
|
|
|
%{_datadir}/poedit/*
|
2024-01-06 10:23:54 +01:00
|
|
|
%{_datadir}/applications/net.poedit.Poedit*.desktop
|
|
|
|
%{_datadir}/metainfo/net.poedit.Poedit.appdata.xml
|
2024-01-06 10:23:54 +01:00
|
|
|
%{_datadir}/icons/hicolor/*/apps/net.poedit.Poedit.png
|
|
|
|
%{_datadir}/icons/hicolor/scalable/apps/net.poedit.Poedit.svg
|
|
|
|
%{_mandir}/man1/poedit.1*
|
2024-01-06 10:23:54 +01:00
|
|
|
%doc AUTHORS COPYING
|
|
|
|
#NEWS README TODO
|
|
|
|
|
|
|
|
%changelog
|
2024-01-06 10:23:55 +01:00
|
|
|
* Sun Dec 12 2021 Automatic Build System <autodist@mambasoft.it> 3.0.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 10:23:54 +01:00
|
|
|
* Sun Jul 18 2021 Automatic Build System <autodist@mambasoft.it> 3.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 10:23:54 +01:00
|
|
|
* Mon Jul 12 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 2.4.3-2mamba
|
|
|
|
- rebuilt with wxWidgets 3.1.5
|
|
|
|
|
2024-01-06 10:23:54 +01:00
|
|
|
* Wed Apr 28 2021 Automatic Build System <autodist@mambasoft.it> 2.4.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 10:23:54 +01:00
|
|
|
* Tue Sep 01 2020 Automatic Build System <autodist@mambasoft.it> 2.4.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 10:23:54 +01:00
|
|
|
* Tue Jun 23 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 2.3.1-1mamba
|
|
|
|
- update to 2.3.1
|
|
|
|
|
2024-01-06 10:23:54 +01:00
|
|
|
* Wed Mar 30 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 1.8.7.1-1mamba
|
|
|
|
- update to 1.8.7.1
|
|
|
|
|
2024-01-06 10:23:54 +01:00
|
|
|
* Tue Jan 15 2013 Automatic Build System <autodist@mambasoft.it> 1.5.4-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Wed Jan 02 2013 Automatic Build System <autodist@mambasoft.it> 1.5-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Thu May 27 2010 Automatic Build System <autodist@mambasoft.it> 1.4.6.1-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
|
|
|
* Mon Jun 08 2009 Automatic Build System <autodist@mambasoft.it> 1.4.2-2mamba
|
|
|
|
- automatic rebuild by autodist
|
|
|
|
|
|
|
|
* Thu Oct 23 2008 Silvan Calarco <silvan.calarco@mambasoft.it> 1.4.2-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
|
|
|
* Wed Jun 06 2007 Stefano Cotta Ramusino <stefano.cotta@openmamba.org> 1.3.6-1mamba
|
|
|
|
- package created by autospec
|