2024-01-06 10:23:54 +01:00
|
|
|
Name: poedit
|
2024-01-06 10:23:54 +01:00
|
|
|
Version: 1.8.7.1
|
2024-01-06 10:23:54 +01:00
|
|
|
Release: 1mamba
|
|
|
|
Summary: A cross-platform gettext catalogs (.po files) editor
|
|
|
|
Group: Graphical Desktop/Applications/Development
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Stefano Cotta Ramusino <stefano.cotta@openmamba.org>
|
|
|
|
URL: http://www.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: libdb51-devel
|
|
|
|
BuildRequires: libenchant-devel
|
|
|
|
BuildRequires: libexpat-devel
|
|
|
|
BuildRequires: libgcc
|
|
|
|
BuildRequires: libgdk-pixbuf-devel
|
|
|
|
BuildRequires: libglib-devel
|
|
|
|
BuildRequires: libgtk-devel
|
|
|
|
BuildRequires: libgtkspell3-devel
|
|
|
|
BuildRequires: libicu-devel
|
|
|
|
BuildRequires: liblucene++-devel
|
|
|
|
BuildRequires: libpango-devel
|
|
|
|
BuildRequires: libstdc++6-devel
|
|
|
|
BuildRequires: libwx_baseu-devel
|
|
|
|
BuildRequires: libwx_gtk3u-devel
|
|
|
|
## AUTOBUILDREQ-END
|
2024-01-06 10:23:54 +01:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
|
|
|
|
%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.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
#%patch -p1
|
|
|
|
|
|
|
|
%build
|
|
|
|
%configure
|
|
|
|
%make
|
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%makeinstall
|
|
|
|
|
|
|
|
%find_lang %{name}
|
|
|
|
|
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
|
|
|
%files -f %{name}.lang
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_bindir}/%{name}
|
|
|
|
%{_datadir}/%{name}
|
2024-01-06 10:23:54 +01:00
|
|
|
%{_libexecdir}/poedit-dump-legacy-tm
|
|
|
|
%{_datadir}/applications/poedit-uri.desktop
|
2024-01-06 10:23:54 +01:00
|
|
|
%{_datadir}/applications/%{name}.desktop
|
|
|
|
%{_datadir}/icons/hicolor/*/apps/%{name}.*
|
|
|
|
%{_datadir}/icons/hicolor/*/mimetypes/*.png
|
|
|
|
%{_datadir}/icons/hicolor/scalable/mimetypes/*.svg
|
|
|
|
%{_datadir}/pixmaps/%{name}.png
|
|
|
|
%{_mandir}/man1/*
|
|
|
|
%doc AUTHORS COPYING
|
|
|
|
#NEWS README TODO
|
|
|
|
|
|
|
|
%changelog
|
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
|