diff options
| author | Sam Varshavchik | 2022-05-22 13:35:13 -0400 |
|---|---|---|
| committer | Sam Varshavchik | 2022-05-22 13:35:13 -0400 |
| commit | ac1eba1d2cd22e62b24b963028f2cd623b1ab1da (patch) | |
| tree | eadfb723e38032bd93bfac702c113a5e9fbcd751 /unicode/courier-unicode.spec.in | |
| parent | 412734515b10bea970348dacdf42be3dc59845a6 (diff) | |
| download | courier-libs-ac1eba1d2cd22e62b24b963028f2cd623b1ab1da.tar.bz2 | |
gcc 12 and autotools updates.
Diffstat (limited to 'unicode/courier-unicode.spec.in')
| -rw-r--r-- | unicode/courier-unicode.spec.in | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/unicode/courier-unicode.spec.in b/unicode/courier-unicode.spec.in index 07585d8..f66a79f 100644 --- a/unicode/courier-unicode.spec.in +++ b/unicode/courier-unicode.spec.in @@ -46,19 +46,19 @@ unicode library. %prep %setup -q -n courier-unicode-@PACKAGE_VERSION@ -%configure %build +%configure %{__make} -s %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT %{__make} install DESTDIR=$RPM_BUILD_ROOT +rm -f $RPM_BUILD_ROOT%{_libdir}/*.la %if 0%{?compat:1} find $RPM_BUILD_ROOT%{_libdir} -type l -print | xargs rm -f rm -rf $RPM_BUILD_ROOT%{_includedir} rm -f $RPM_BUILD_ROOT%{_libdir}/*.a -rm -f $RPM_BUILD_ROOT%{_libdir}/*.la rm -rf $RPM_BUILD_ROOT%{_datadir}/aclocal rm -rf $RPM_BUILD_ROOT%{_mandir} %endif @@ -85,7 +85,6 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/*/* %{_includedir}/* %{_libdir}/*.so -%{_libdir}/*.la %{_libdir}/*.a %{_datadir}/aclocal/*.m4 %endif |
