Overview
bino.changes
Changed
x
1
2
-------------------------------------------------------------------
3
+Fri Oct 24 18:23:30 UTC 2014 - avvissu@yandex.ru
4
+
5
+- Fix installation of the Chinese translation
6
+
7
+-------------------------------------------------------------------
8
Tue Oct 7 20:34:53 UTC 2014 - avvissu@yandex.ru
9
10
- Fix build error on SLES11:
11
bino.spec
Changed
25
1
2
%prep
3
%setup -q
4
5
+# fix removal of translations
6
+pushd po
7
+mv zh{_cn,_CN}.po
8
+mv zh{_cn,_CN}.gmo
9
+sed -i 's/_cn/_CN/' LINGUAS
10
+popd
11
+
12
%build
13
%if 0%{?suse_version} >= 1230
14
# hangle 'multiple definition of'
15
16
%doc %{_infodir}/bino.info%{ext_info}
17
%{_datadir}/applications/%{name}.desktop
18
%{_datadir}/icons/*/*/apps/bino.*
19
-%if 0%{?suse_version} == 1110
20
-%exclude %{_datadir}/locale/zh_cn
21
-%endif
22
23
%changelog
24
25
Refresh
Refresh
Login required, please
login
or
signup
in order to comment