Use make_build and make_install macros
This commit is contained in:
parent
9465592a3f
commit
aab32ac976
@ -1,7 +1,7 @@
|
|||||||
Name: m17n-db
|
Name: m17n-db
|
||||||
Summary: Multilingualization datafiles for m17n-lib
|
Summary: Multilingualization datafiles for m17n-lib
|
||||||
Version: 1.8.0
|
Version: 1.8.0
|
||||||
Release: 9%{?dist}
|
Release: 10%{?dist}
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
URL: http://www.nongnu.org/m17n
|
URL: http://www.nongnu.org/m17n
|
||||||
|
|
||||||
@ -66,10 +66,10 @@ sed -i 's/ ("ld" "སྡ")/ ("ld" "ལྡ")/g' MIM/bo-ewts.mim
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%configure
|
||||||
make %{?_smp_mflags}
|
%{make_build}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
make install DESTDIR=%{buildroot} INSTALL="install -p"
|
%{make_install}
|
||||||
|
|
||||||
# don't ship unijoy map for now
|
# don't ship unijoy map for now
|
||||||
rm %{buildroot}%{_datadir}/m17n/bn-unijoy.mim
|
rm %{buildroot}%{_datadir}/m17n/bn-unijoy.mim
|
||||||
@ -145,6 +145,9 @@ cp -p m17n-db-sayura-1.0.0/icons/si-sayura.png %{buildroot}%{_datadir}/m17n/icon
|
|||||||
%{_datadir}/pkgconfig/m17n-db.pc
|
%{_datadir}/pkgconfig/m17n-db.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Mar 18 2020 Parag Nemade <pnemade AT redhat DOT com> - 1.8.0-10
|
||||||
|
- Use make_build and make_install macros
|
||||||
|
|
||||||
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.0-9
|
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.0-9
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user