sync with autobuild
authorStephan Kulow <coolo@suse.de>
Tue, 8 Jan 2008 15:28:01 +0000 (15:28 +0000)
committerStephan Kulow <coolo@suse.de>
Tue, 8 Jan 2008 15:28:01 +0000 (15:28 +0000)
package/libsatsolver.spec.in

index 831b172..a9d6326 100644 (file)
@@ -53,6 +53,11 @@ make %{?jobs:-j %jobs}
 
 %install
 make DESTDIR=$RPM_BUILD_ROOT install
+# we want to leave the .a file untouched
+export NO_BRP_STRIP_DEBUG=yes
+
+# remove the perl bindings for now
+rm -rf $RPM_BUILD_ROOT/usr/lib/perl5
 
 %clean
 rm -rf "$RPM_BUILD_ROOT"