]> git.pld-linux.org Git - packages/gettext.git/commitdiff
- updated to 0.19.8.1 auto/th/gettext-0.19.8.1-1
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 11 Jun 2016 19:36:35 +0000 (21:36 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Sat, 11 Jun 2016 19:36:35 +0000 (21:36 +0200)
gettext.spec

index d6993193b010d2cea19319ae419910f98ee22ed3..25f737e1625d5ed45ad17e7de0eebd415449276c 100644 (file)
@@ -39,12 +39,12 @@ Summary(ru.UTF-8):  Библиотеки и утилиты для поддерж
 Summary(tr.UTF-8):     Desteği için kitaplık ve araçlar
 Summary(uk.UTF-8):     Бібліотеки та утиліти для підтримки національних мов
 Name:          gettext
-Version:       0.19.7
-Release:       2
+Version:       0.19.8.1
+Release:       1
 License:       LGPL v2+ (libintl), GPL v3+ (tools)
 Group:         Development/Tools
 Source0:       http://ftp.gnu.org/gnu/gettext/%{name}-%{version}.tar.lz
-# Source0-md5: 0008c0ac4958eb9749362fbac4bdf750
+# Source0-md5: d838d2c4144261d0c5fbab4a0aceb5c1
 Patch0:                %{name}-info.patch
 Patch1:                %{name}-killkillkill.patch
 Patch2:                %{name}-libintl_by_gcj.patch
@@ -77,8 +77,10 @@ Obsoletes:   gettext-base
 Conflicts:     intltool < 0.28
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-# adjust -f when needed (e.g. 0.18.3.x used 0.18.3, 0.19.5.x uses full version)
+# adjust -f when needed (e.g. 0.18.3.x used ABI 0.18.3, 0.19.5.x uses full version)
 %define                intabi  %(echo %{version} | cut -d. -f1-4)
+# similarly for its data
+%define                dataver %(echo %{version} | cut -d. -f1-3)
 
 %description
 The GNU gettext package provides a set of tools and documentation for
@@ -556,8 +558,8 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{_datadir}/gettext/projects/TP/team-address
 %attr(755,root,root) %{_datadir}/gettext/projects/TP/trigger
 %{_datadir}/gettext/styles
-%dir %{_datadir}/gettext-%{version}
-%{_datadir}/gettext-%{version}/its
+%dir %{_datadir}/gettext-%{dataver}
+%{_datadir}/gettext-%{dataver}/its
 
 %files demo
 %defattr(644,root,root,755)
This page took 0.179632 seconds and 4 git commands to generate.