SPECS: emerald.spec - fixed langs build
qboosh
qboosh at pld-linux.org
Sun Feb 4 17:21:53 CET 2007
Author: qboosh Date: Sun Feb 4 16:21:53 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- fixed langs build
---- Files affected:
SPECS:
emerald.spec (1.15 -> 1.16)
---- Diffs:
================================================================
Index: SPECS/emerald.spec
diff -u SPECS/emerald.spec:1.15 SPECS/emerald.spec:1.16
--- SPECS/emerald.spec:1.15 Fri Feb 2 22:48:15 2007
+++ SPECS/emerald.spec Sun Feb 4 17:21:47 2007
@@ -83,6 +83,7 @@
# NOTE: check the list after any upgrade!
cat > po/LINGUAS <<EOF
ca
+cs
de
en_GB
es
@@ -96,7 +97,7 @@
nb
nl
pt
-PT_BR
+pt_BR
sv
tr
zh_CN
@@ -105,8 +106,8 @@
EOF
%build
-%{__intltoolize}
%{__glib_gettextize}
+%{__intltoolize}
%{__libtoolize}
%{__aclocal}
%{__autoconf}
@@ -124,13 +125,15 @@
rm -f $RPM_BUILD_ROOT%{_libdir}/%{name}/engines/*.{la,a}
+%find_lang %{name}
+
%clean
rm -rf $RPM_BUILD_ROOT
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
-%files
+%files -f %{name}.lang
%defattr(644,root,root,755)
%doc README TODO
%attr(755,root,root) %{_bindir}/*
@@ -164,6 +167,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.16 2007/02/04 16:21:47 qboosh
+- fixed langs build
+
Revision 1.15 2007/02/02 21:48:15 wolf
- 0.1.9999.1
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/emerald.spec?r1=1.15&r2=1.16&f=u
More information about the pld-cvs-commit
mailing list