SPECS: icecream.spec - added --enable-shared, --disable-static - a...
blekot
blekot at pld-linux.org
Wed Dec 19 22:28:02 CET 2007
Author: blekot Date: Wed Dec 19 21:28:02 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- added --enable-shared, --disable-static
- added post(un) /sbin/ldconfig
- rel 1
---- Files affected:
SPECS:
icecream.spec (1.4 -> 1.5)
---- Diffs:
================================================================
Index: SPECS/icecream.spec
diff -u SPECS/icecream.spec:1.4 SPECS/icecream.spec:1.5
--- SPECS/icecream.spec:1.4 Mon Feb 12 23:09:10 2007
+++ SPECS/icecream.spec Wed Dec 19 22:27:55 2007
@@ -3,7 +3,7 @@
Summary(pl.UTF-8): Program do rozdzielania kompilacji programów w C lub C++
Name: icecream
Version: 0.7.14
-Release: 0.1
+Release: 1
License: GPL v2
Group: Development/Languages
Source0: ftp://ftp.suse.com/pub/projects/icecream/icecc-%{version}.tar.bz2
@@ -41,7 +41,9 @@
%{__autoconf}
%{__autoheader}
%{__automake}
-%configure
+%configure \
+ --enable-shared \
+ --disable-static
%{__make} \
CFLAGS="%{rpmcflags}" \
@@ -56,11 +58,15 @@
%clean
rm -rf $RPM_BUILD_ROOT
+%post -p /sbin/ldconfig
+%postun -p /sbin/ldconfig
+
%files
%defattr(644,root,root,755)
%doc ChangeLog NEWS README TODO
%attr(755,root,root) %{_bindir}/icecc
%attr(755,root,root) %{_sbindir}/*
+%attr(755,root,root) %{_libdir}/lib*.so.*.*
%{_libdir}/icecc
%files devel
@@ -74,6 +80,11 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.5 2007-12-19 21:27:55 blekot
+- added --enable-shared, --disable-static
+- added post(un) /sbin/ldconfig
+- rel 1
+
Revision 1.4 2007-02-12 22:09:10 glen
- tabs in preamble
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/icecream.spec?r1=1.4&r2=1.5&f=u
More information about the pld-cvs-commit
mailing list