Compare commits

...

11 Commits
rawhide ... f26

Author SHA1 Message Date
Wolfgang Stöggl b232de27c9 New upstream version 2.0.7 2018-04-23 16:41:06 +02:00
Wolfgang Stöggl c7f9a897b6 New upstream version 2.0.6 2018-02-20 01:47:08 +01:00
Mario Blättermann 20ac4799b9 Spec file cleanup 2017-08-28 21:30:13 +02:00
Mario Blättermann cae8cf6279 Add ExcludeArch: ppc64 s390x (no cld2 there) again 2017-08-28 21:24:55 +02:00
Mario Blättermann 0cfbad782a Add ExcludeArch: ppc64 s390x (no cld2 there) 2017-08-28 21:24:09 +02:00
Mario Blättermann 942c5f24a4 Use cld2-devel and some spec file cleanup 2017-08-28 20:58:40 +02:00
Mario Blättermann de51dd75b6 New upstream version 2017-07-26 23:20:55 +02:00
Mario Blättermann cc5b8652a8 Fix problem with opening po files 2017-06-03 21:16:04 +02:00
Fedora Release Engineering 1fd695e550 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_27_Mass_Rebuild 2017-05-15 20:30:22 +00:00
Mario Blättermann 49818ad76b New upstream version 2017-05-15 11:01:12 +02:00
Mario Blättermann 27f6a0215f New upstream version 2017-05-12 15:45:30 +02:00
4 changed files with 70 additions and 38 deletions

5
.gitignore vendored
View File

@ -17,3 +17,8 @@ poedit-1.4.6.1.tar.gz
/poedit-1.8.10.tar.gz
/poedit-1.8.11.tar.gz
/poedit-1.8.12.tar.gz
/poedit-2.0.1.tar.gz
/poedit-2.0.2.tar.gz
/poedit-2.0.3.tar.gz
/poedit-2.0.6.tar.gz
/poedit-2.0.7.tar.gz

View File

@ -1,11 +1,11 @@
# German translation of the poedit manpage
# This file is distributed under the same license as the poedit package.
# Copyright © of this file:
# Mario Blättermann <mario.blaettermann@gmail.com>, 2015, 2016.
# Mario Blättermann <mario.blaettermann@gmail.com>, 2015-2017.
msgid ""
msgstr ""
"Project-Id-Version: manpages-de\n"
"POT-Creation-Date: 2017-02-19 10:24+0100\n"
"POT-Creation-Date: 2017-03-30 08:24+0100\n"
"PO-Revision-Date: 2017-02-19 10:25+0100\n"
"Last-Translator: Mario Blättermann <mario.blaettermann@gmail.com>\n"
"Language-Team: German <debian-l10n-german@lists.debian.org>\n"
@ -24,8 +24,8 @@ msgstr "POEDIT"
#. type: TH
#: poedit.1:10
#, no-wrap
msgid "02/18/2017"
msgstr "18. Februar 2017"
msgid "10/05/2016"
msgstr "5. Oktober 2016"
#. type: TH
#: poedit.1:10

View File

@ -1,5 +1,5 @@
Name: poedit
Version: 1.8.12
Version: 2.0.7
Release: 1%{?dist}
Summary: GUI editor for GNU gettext .po files
Summary(de): Grafischer Editor für GNU Gettext-Dateien
@ -10,14 +10,23 @@ URL: http://www.poedit.net/
Source0: https://github.com/vslavik/%{name}/releases/download/v%{version}-oss/%{name}-%{version}.tar.gz
Source1: http://pkgs.fedoraproject.org/cgit/rpms/%{name}.git/plain/%{name}.1.de.po
BuildRequires: wxGTK3-devel >= 3.0.0
BuildRequires: wxGTK3-devel >= 3.0.3
BuildRequires: gtkspell3-devel
BuildRequires: libappstream-glib
BuildRequires: lucene++-devel
BuildRequires: libdb-cxx-devel
BuildRequires: gcc-c++
BuildRequires: boost-devel
BuildRequires: desktop-file-utils
BuildRequires: po4a
BuildRequires: libsecret-devel
BuildRequires: openssl-devel
BuildRequires: cpprest-devel
# cld2 is not available for ppc64 s390x
%ifnarch ppc64 s390x
BuildRequires: cld2-devel
%endif
# Use json.hpp from Fedora and not the version bundled with Poedit
BuildRequires: json-devel
Requires: gettext
@ -33,7 +42,7 @@ Dienstprogramme aus GNU Gettext bereit, sowie einen Katalogeditor und einen
Quellcode-Parser. Es hilft beim Übersetzen von Anwendungen in andere Sprachen.
%prep
%setup -q
%autosetup
# Make sure docs are utf-8
for FILE in `find docs/en -name '*.hhp'`; do
iconv -f iso-8859-15 -t utf-8 $FILE > $FILE.tmp && \
@ -43,7 +52,12 @@ done
%build
%configure --with-wx-config=/usr/bin/wx-config-3.0
%ifarch ppc64 s390x
# cld2 is not available for ppc64 s390x
%configure --with-wx-config=/usr/bin/wx-config-3.0 --with-cpprest
%else
%configure --with-wx-config=/usr/bin/wx-config-3.0 --with-cpprest --with-cld2
%endif
make %{?_smp_mflags} V=1
@ -65,9 +79,6 @@ desktop-file-install \
--dir %{buildroot}%{_datadir}/applications \
%{buildroot}%{_datadir}/applications/poedit.desktop
# work around for https://bugzilla.redhat.com/show_bug.cgi?id=866058
rm -f %{buildroot}%{_datadir}/icons/hicolor/*/mimetypes/text-x-gettext-translation.*
# Generate and install localized man pages
mkdir -p man/de
po4a-translate -M utf-8 -f man \
@ -82,24 +93,6 @@ appstream-util validate-relax --nonet %{buildroot}%{_datadir}/appdata/%{name}.ap
%{find_lang} poedit --with-man
%post
update-desktop-database &> /dev/null ||:
touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
%postun
update-desktop-database &> /dev/null ||:
if [ $1 -eq 0 ] ; then
touch --no-create %{_datadir}/icons/hicolor &>/dev/null
gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
fi
%posttrans
gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
%files -f poedit.lang
%doc NEWS README AUTHORS docs/*.txt
%license COPYING
@ -107,22 +100,56 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
%{_datadir}/appdata/%{name}.appdata.xml
%{_datadir}/applications/*.desktop
%{_datadir}/icons/hicolor/*/apps/*
%{_datadir}/icons/hicolor/*/mimetypes/*
%{_datadir}/poedit
%{_datadir}/pixmaps/*
%{_libexecdir}/poedit-dump-legacy-tm
%{_mandir}/man?/*
%changelog
* Sun Feb 19 2017 Mario Blättermann <mario.blaettermann@gmail.com> - 1.8.12-1
* Mon Apr 23 2018 Wolfgang Stöggl <c72578@yahoo.de> - 2.0.7-1
- New upstream version
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.11-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
* Mon Feb 12 2018 Wolfgang Stöggl <c72578@yahoo.de> - 2.0.6-1
- New upstream version
* Sat Jan 28 2017 Jonathan Wakely <jwakely@redhat.com> - 1.8.11-2
- Rebuilt for Boost 1.63
* Thu Jan 18 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 2.0.4-3
- Remove obsolete scriptlets
* Fri Oct 13 2017 Wolfgang Stöggl <c72578@yahoo.de> - 2.0.4-1
- New upstream version
- Configure without cld2 for ppc64 s390x (instead of ExcludeArch)
* Mon Aug 28 2017 Mario Blättermann <mario.blaettermann@gmail.com> - 2.0.3-3
- Add ExcludeArch: ppc64 s390x (no cld2 there)
- Use cld2-devel for language detection
- Add BuildRequires: gcc-c++
* Wed Jul 26 2017 Mario Blättermann <mario.blaettermann@gmail.com> - 2.0.3-1
- New upstream version
- Use cpprest-devel for Crowdin support
* Sat Jun 03 2017 Mario Blättermann <mario.blaettermann@gmail.com> - 2.0.2-5
- Thanks to Wolfgang Stöggl <c72578@yahoo.de> for the following changes:
- Add upstream fix to enable opening of .po files again in Poedit 2.0.2
- Fix DrawRoundedRectangle assert with wxGTK 3.0
- Add dependency on json-devel (use json.hpp from Fedora and not the version
bundled with Poedit
- Fixed spurious assert in wxGTK wxDataViewCtrl::EditItem()
- Compile with CLD2 language detection from copr c72578/cld2
- Compile with Crowdin integration using cpprest from copr c72578/cpprest
- Remove outdated BuildRequires
* Mon May 15 2017 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_27_Mass_Rebuild
* Mon May 15 2017 Mario Blättermann <mario.blaettermann@gmail.com> - 2.0.2-1
- New upstream version
* Fri May 12 2017 Mario Blättermann <mario.blaettermann@gmail.com> - 2.0.1-1
- New upstream version
* Sun Feb 19 2017 Mario Blättermann <mario.blaettermann@gmail.com> - 1.8.12-1
- New upstream version
* Sun Oct 30 2016 Mario Blättermann <mario.blaettermann@gmail.com> - 1.8.11-1
- New upstream version

View File

@ -1 +1 @@
SHA512 (poedit-1.8.12.tar.gz) = b3c3cf52ce43de40918746cac98927b6e51fcf50e06929f09bc33d127c0598a087ebecbba37a7423627ff24156d99f7d809bc6ab049c51c3ff54d18b33722428
SHA512 (poedit-2.0.7.tar.gz) = 7b8b41b5f55252b1845c452edbdad56dc841c507c4fb7a24267bd2af8490610f5f3eb72f31ed4d062fdaef939ef4ecd9c30ddc85a5dad3a792ac5857567dac71