[packages/f2fs-tools] - check-files cleanup

qboosh qboosh at pld-linux.org
Tue Jun 17 18:00:11 CEST 2014


commit 0f84b2aded0f5b64bef6355f3752710deee4a1f8
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Tue Jun 17 18:04:07 2014 +0200

    - check-files cleanup

 f2fs-tools.spec | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)
---
diff --git a/f2fs-tools.spec b/f2fs-tools.spec
index 6b6a32f..7fc0876 100644
--- a/f2fs-tools.spec
+++ b/f2fs-tools.spec
@@ -32,7 +32,8 @@ Pakiet ten zawiera narzędzia do tworzenia systemów plików f2fs.
 %{__autoconf}
 %{__autoheader}
 %{__automake}
-%configure
+%configure \
+	--disable-static
 %{__make}
 
 %install
@@ -40,6 +41,9 @@ rm -rf $RPM_BUILD_ROOT
 %{__make} install \
 	DESTDIR=$RPM_BUILD_ROOT
 
+# API not exported
+%{__rm} $RPM_BUILD_ROOT%{_libdir}/libf2fs.{so,la}
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/f2fs-tools.git/commitdiff/0f84b2aded0f5b64bef6355f3752710deee4a1f8



More information about the pld-cvs-commit mailing list