summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephen Gallagher <sgallagh@redhat.com>2011-09-06 13:53:10 -0400
committerStephen Gallagher <sgallagh@redhat.com>2011-09-06 14:28:16 -0400
commit52059070ca9c2d7a28df2620e915e2164bfd89a1 (patch)
tree135232c25ae9acffe71137ddc3933b0b041b2caa
parent20720ea8f7f38c67d1ed8cf8f203f54a32c61597 (diff)
downloadsssd_unused-52059070ca9c2d7a28df2620e915e2164bfd89a1.tar.gz
sssd_unused-52059070ca9c2d7a28df2620e915e2164bfd89a1.tar.xz
sssd_unused-52059070ca9c2d7a28df2620e915e2164bfd89a1.zip
Remove all libtool .la files from RPM
-rw-r--r--contrib/sssd.spec.in15
1 files changed, 2 insertions, 13 deletions
diff --git a/contrib/sssd.spec.in b/contrib/sssd.spec.in
index 04f05319..6e3513cc 100644
--- a/contrib/sssd.spec.in
+++ b/contrib/sssd.spec.in
@@ -80,6 +80,7 @@ BuildRequires: nscd
BuildRequires: gettext-devel
BuildRequires: pkgconfig
BuildRequires: libunistring-devel
+BuildRequires: findutils
%description
Provides a set of daemons to manage access to remote directories and
@@ -193,19 +194,7 @@ mkdir -p $RPM_BUILD_ROOT/%{_sysconfdir}/rwtab.d
install -m644 src/examples/rwtab $RPM_BUILD_ROOT%{_sysconfdir}/rwtab.d/sssd
# Remove .la files created by libtool
-rm -f \
- $RPM_BUILD_ROOT/%{_lib}/libnss_sss.la \
- $RPM_BUILD_ROOT/%{_lib}/security/pam_sss.la \
- $RPM_BUILD_ROOT/%{ldb_modulesdir}/memberof.la \
- $RPM_BUILD_ROOT/%{_libdir}/sssd/libsss_ldap.la \
- $RPM_BUILD_ROOT/%{_libdir}/sssd/libsss_proxy.la \
- $RPM_BUILD_ROOT/%{_libdir}/sssd/libsss_krb5.la \
- $RPM_BUILD_ROOT/%{_libdir}/sssd/libsss_ipa.la \
- $RPM_BUILD_ROOT/%{_libdir}/sssd/libsss_simple.la \
- $RPM_BUILD_ROOT/%{_libdir}/krb5/plugins/libkrb5/sssd_krb5_locator_plugin.la \
- $RPM_BUILD_ROOT/%{_libdir}/libipa_hbac.la \
- $RPM_BUILD_ROOT/%{python_sitearch}/pysss.la \
- $RPM_BUILD_ROOT/%{python_sitearch}/pyhbac.la
+find $RPM_BUILD_ROOT -name "*.la" -exec rm -f {} \;
# Older versions of rpmbuild can only handle one -f option
# So we need to append to the sssd.lang file