mirror of
https://abf.rosa.ru/djam/json-glib.git
synced 2025-02-23 18:22:51 +00:00
Uses find_lang now
This commit is contained in:
parent
52826055a2
commit
5bf66086db
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue