]> git.pld-linux.org Git - packages/ffcall.git/commitdiff
- rel. 2, fix build, cleaning auto/th/ffcall-1_10-2
authorduddits <duddits@pld-linux.org>
Wed, 18 Feb 2009 12:53:25 +0000 (12:53 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ffcall.spec -> 1.11

ffcall.spec

index 14a8febfbcb14624c46ee7c1a1841bb3d29766d9..ab37e10ce145cac0fb391f24064777a902bad8b4 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:       1.10
-Release:       1
+Release:       2
 Epoch:         1
 License:       GPL
 Group:         Libraries
@@ -85,8 +85,11 @@ install -d $RPM_BUILD_ROOT%{_mandir}
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
+# don't need those since we have man pages
+%{__rm} $RPM_BUILD_ROOT/usr/share/html/*.html
+
 %clean
-rm -r $RPM_BUILD_ROOT
+rm -fr $RPM_BUILD_ROOT
 
 %post  -p /sbin/ldconfig
 %postun        -p /sbin/ldconfig
@@ -99,7 +102,7 @@ rm -r $RPM_BUILD_ROOT
 %files devel
 %defattr(644,root,root,755)
 %doc */*.html
-%attr(755,root,root) %{_libdir}/lib*.so
+%attr(755,root,root) %{_libdir}/lib*.so*
 %{_libdir}/lib*.la
 %{_libdir}/libtrampoline.a
 %{_libdir}/libvacall.a
This page took 0.102179 seconds and 4 git commands to generate.