]> git.pld-linux.org Git - packages/beryl-manager.git/commitdiff
- fixed langs build
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 16 Feb 2007 16:27:32 +0000 (16:27 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    beryl-manager.spec -> 1.20

beryl-manager.spec

index 3d94d1618237d98884d444281165e4f5404a60d3..b9518fdd35350eb2d203f7497474356cbf4917b0 100644 (file)
@@ -45,7 +45,6 @@ mv -f po/{sv_SE,sv}.po
 mv -f po/{tr_TR,tr}.po
 mv -f po/{uk_UA,uk}.po
 # gl_GL is outdated and looks bogus 
-# nl_BE is identical to nl_NL
 # sv_FI is identical to sv_SE
 
 # NOTE: check the list after any upgrade!
@@ -78,8 +77,8 @@ zh_TW
 EOF
 
 %build
-%{__intltoolize}
 %{__glib_gettextize} --copy --force
+%{__intltoolize}
 %{__aclocal}
 %{__autoconf}
 %{__autoheader}
@@ -94,10 +93,12 @@ rm -rf $RPM_BUILD_ROOT
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
+%find_lang %{name}
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%files
+%files -f %{name}.lang
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_bindir}/*
 %{_desktopdir}/beryl-manager.desktop
This page took 0.079371 seconds and 4 git commands to generate.