Skip to content

Commit 3c030b6

Browse files
committed
with la files
1 parent cfce35e commit 3c030b6

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

deps-packaging/leech/cfbuild-leech.spec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ make
3030
rm -rf ${RPM_BUILD_ROOT}
3131

3232
make install DESTDIR=${RPM_BUILD_ROOT}
33+
rm -f ${RPM_BUILD_ROOT}%{prefix}/lib/libleech.la
3334

3435
%clean
3536
rm -rf $RPM_BUILD_ROOT

deps-packaging/librsync/cfbuild-librsync.spec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ make
6262
rm -rf ${RPM_BUILD_ROOT}
6363

6464
make install DESTDIR=${RPM_BUILD_ROOT}
65+
rm -f ${RPM_BUILD_ROOT}%{prefix}/lib/librsync.la
6566

6667
%clean
6768
rm -rf $RPM_BUILD_ROOT

deps-packaging/libyaml/cfbuild-libyaml.spec

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ $MAKE
3333
%install
3434
rm -rf ${RPM_BUILD_ROOT}
3535
$MAKE DESTDIR=${RPM_BUILD_ROOT} install
36-
# rhel-10 rpmbuild removes libtool control la files automatically, delete manually for the sake of older versions
3736
rm -rf ${RPM_BUILD_ROOT}%{prefix}/lib/libyaml.la
3837

3938
%clean

0 commit comments

Comments
 (0)