From c920837146caca1da27da5abeeebaac1fb726b7f Mon Sep 17 00:00:00 2001 From: Stefan Schubert Date: Mon, 6 Feb 2006 11:01:07 +0000 Subject: [PATCH] packaging *.gmo files --- libzypp.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/libzypp.spec b/libzypp.spec index 63617cf..79c2946 100644 --- a/libzypp.spec +++ b/libzypp.spec @@ -63,6 +63,8 @@ make check %install make install DESTDIR=$RPM_BUILD_ROOT +# Create filelist with translatins +%{find_lang} zypp %post %run_ldconfig @@ -73,7 +75,7 @@ make install DESTDIR=$RPM_BUILD_ROOT %clean rm -rf $RPM_BUILD_ROOT -%files +%files -f zypp.lang %defattr(-,root,root) %dir %{_libdir}/libzypp*so.* %dir %{_libdir}/zmd -- 2.7.4