diff options
author | SARL ENR 68 <david@david.david> | 2015-10-06 09:39:04 +0200 |
---|---|---|
committer | SARL ENR 68 <david@david.david> | 2015-10-06 09:39:04 +0200 |
commit | 55d4b990b22a46273430910fe40bb2f7f381ef8f (patch) | |
tree | 5a59ece31045f5d987eafd78a0de0299192ab4d9 | |
parent | 3f44a025aceadba97a6c40358a9d5b2088edd2f1 (diff) | |
download | isodumper-55d4b990b22a46273430910fe40bb2f7f381ef8f.tar isodumper-55d4b990b22a46273430910fe40bb2f7f381ef8f.tar.gz isodumper-55d4b990b22a46273430910fe40bb2f7f381ef8f.tar.bz2 isodumper-55d4b990b22a46273430910fe40bb2f7f381ef8f.tar.xz isodumper-55d4b990b22a46273430910fe40bb2f7f381ef8f.zip |
New release 0.430.43
- fix for bug mga#16910
-rw-r--r-- | isodumper.spec | 6 | ||||
-rwxr-xr-x | lib/isodumper.py | 2 | ||||
-rw-r--r-- | po/Makefile | 8 |
3 files changed, 12 insertions, 4 deletions
diff --git a/isodumper.spec b/isodumper.spec index 63ce0cf..ce16ec2 100644 --- a/isodumper.spec +++ b/isodumper.spec @@ -1,5 +1,5 @@ Name: isodumper -Version: 0.42 +Version: 0.43 Release: %mkrel 1 Summary: Tool for writing ISO images on a USB stick Summary(fr_FR): Outil pour écrire des images ISO sur une clé USB @@ -44,12 +44,12 @@ Ce logiciel est écrit en python. %make %install -%makeinstall_std +%make_install %find_lang %{name} %files -f %{name}.lang -%doc COPYING.* CHANGELOG +%doc COPYING.GPL COPYING.LGPL CHANGELOG i18n.md README.md %{_bindir}/%{name} %{_libexecdir}/%{name} %{_usr}/lib/%{name}/ diff --git a/lib/isodumper.py b/lib/isodumper.py index 9b95b11..24e45e9 100755 --- a/lib/isodumper.py +++ b/lib/isodumper.py @@ -131,7 +131,7 @@ class IsoDumper: def __init__(self,user): APP="isodumper" DIR="/usr/share/locale" - RELEASE="v0.42" + RELEASE="v0.43" gettext.bindtextdomain(APP, DIR) gettext.textdomain(APP) diff --git a/po/Makefile b/po/Makefile index 04e764a..d62bb79 100644 --- a/po/Makefile +++ b/po/Makefile @@ -33,6 +33,7 @@ formatting: all # formatting all isodumper.po files #(just add to the list the available language or comment the unavailable language) cd ../tools && sh po-update.sh ast + cd ../tools && sh po-update.sh ca cd ../tools && sh po-update.sh cs cd ../tools && sh po-update.sh da cd ../tools && sh po-update.sh de @@ -42,6 +43,8 @@ formatting: all cd ../tools && sh po-update.sh et cd ../tools && sh po-update.sh eu cd ../tools && sh po-update.sh fr + cd ../tools && sh po-update.sh hr + cd ../tools && sh po-update.sh hu cd ../tools && sh po-update.sh id cd ../tools && sh po-update.sh it cd ../tools && sh po-update.sh nl @@ -50,6 +53,7 @@ formatting: all cd ../tools && sh po-update.sh pt_BR cd ../tools && sh po-update.sh ro cd ../tools && sh po-update.sh ru + cd ../tools && sh po-update.sh sk cd ../tools && sh po-update.sh sl cd ../tools && sh po-update.sh sq cd ../tools && sh po-update.sh sv @@ -63,6 +67,7 @@ compile : all # compile all isodumper.mo files #(just add to the list the available language or comment the unavailable language) cd ../tools && sh po-compile.sh ast + cd ../tools && sh po-compile.sh ca cd ../tools && sh po-compile.sh cs cd ../tools && sh po-compile.sh da cd ../tools && sh po-compile.sh de @@ -72,6 +77,8 @@ compile : all cd ../tools && sh po-compile.sh et cd ../tools && sh po-compile.sh eu cd ../tools && sh po-compile.sh fr + cd ../tools && sh po-compile.sh hr + cd ../tools && sh po-compile.sh hu cd ../tools && sh po-compile.sh id cd ../tools && sh po-compile.sh it cd ../tools && sh po-compile.sh nl @@ -80,6 +87,7 @@ compile : all cd ../tools && sh po-compile.sh pt_BR cd ../tools && sh po-compile.sh ro cd ../tools && sh po-compile.sh ru + cd ../tools && sh po-compile.sh sk cd ../tools && sh po-compile.sh sl cd ../tools && sh po-compile.sh sq cd ../tools && sh po-compile.sh sv |