]> git.pld-linux.org Git - packages/f2fs-tools.git/commitdiff
- check-files cleanup auto/th/f2fs-tools-1.3.0-1
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 17 Jun 2014 16:04:07 +0000 (18:04 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Tue, 17 Jun 2014 16:04:07 +0000 (18:04 +0200)
f2fs-tools.spec

index 6b6a32f7a37d58e678a7477d87a0a46c72fd7880..7fc087622f65dc7d6b5309c28f30cfecd4e07d0c 100644 (file)
@@ -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
 
This page took 0.139958 seconds and 4 git commands to generate.