]> git.pld-linux.org Git - packages/ffcall.git/commitdiff
- fixed debuginfo extraction and dependencies generation; release 2 auto/th/ffcall-2.3-2
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 12 Jun 2021 17:26:44 +0000 (19:26 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Sat, 12 Jun 2021 17:26:44 +0000 (19:26 +0200)
ffcall.spec

index 5c99f9fef23ac6a64a743499212af7b9513ce74c..3b1baa63348dba0c5028ed548d856fa8c62b9ed6 100644 (file)
@@ -2,7 +2,7 @@ Summary:        Libraries for building foreign function call interfaces
 Summary(pl.UTF-8):     Biblioteki do tworzenia interfejsów wywołań obcych funkcji
 Name:          ffcall
 Version:       2.3
-Release:       1
+Release:       2
 Epoch:         1
 License:       GPL v2+
 Group:         Libraries
@@ -86,6 +86,9 @@ rm -rf $RPM_BUILD_ROOT
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
+# for dependency generator and debuginfo extraction to work
+chmod 755 $RPM_BUILD_ROOT%{_libdir}/lib*.so*
+
 # don't need those since we have man pages
 %{__rm} $RPM_BUILD_ROOT%{_datadir}/html/*.html
 
This page took 0.059145 seconds and 4 git commands to generate.