SPECS: ffcall.spec - rel. 2, fix build, cleaning
duddits
duddits at pld-linux.org
Wed Feb 18 13:53:30 CET 2009
Author: duddits Date: Wed Feb 18 12:53:30 2009 GMT
Module: SPECS Tag: HEAD
---- Log message:
- rel. 2, fix build, cleaning
---- Files affected:
SPECS:
ffcall.spec (1.10 -> 1.11)
---- Diffs:
================================================================
Index: SPECS/ffcall.spec
diff -u SPECS/ffcall.spec:1.10 SPECS/ffcall.spec:1.11
--- SPECS/ffcall.spec:1.10 Tue Dec 18 22:26:01 2007
+++ SPECS/ffcall.spec Wed Feb 18 13:53:25 2009
@@ -3,7 +3,7 @@
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
@@ -86,8 +86,11 @@
%{__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
@@ -100,7 +103,7 @@
%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
@@ -118,6 +121,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.11 2009/02/18 12:53:25 duddits
+- rel. 2, fix build, cleaning
+
Revision 1.10 2007/12/18 21:26:01 zbyniu
- simple patch instead of stupid workaround (make -j N)
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/ffcall.spec?r1=1.10&r2=1.11&f=u
More information about the pld-cvs-commit
mailing list