Uses find_lang now

This commit is contained in:
Andrey Bondrov 2012-06-23 12:53:54 +11:00
parent 52826055a2
commit 5bf66086db

View file

@ -54,9 +54,13 @@ developing applications that use %{name}.
rm -rf %{buildroot} rm -rf %{buildroot}
%makeinstall_std %makeinstall_std
%find_lang %{name}-%{libver}
%check %check
%make check %make check
%files -f %{name}-%{libver}.lang
%files -n %{libname} %files -n %{libname}
%{_libdir}/lib%{name}-%{libver}.so.%{major}* %{_libdir}/lib%{name}-%{libver}.so.%{major}*
%_libdir/girepository-1.0/Json-%{libver}.typelib %_libdir/girepository-1.0/Json-%{libver}.typelib