SPECS: exempi.spec - killed BC boost-test-devel - ghost soname sym...
qboosh
qboosh at pld-linux.org
Tue Dec 25 11:57:41 CET 2007
Author: qboosh Date: Tue Dec 25 10:57:41 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- killed BC boost-test-devel
- ghost soname symlink
---- Files affected:
SPECS:
exempi.spec (1.8 -> 1.9)
---- Diffs:
================================================================
Index: SPECS/exempi.spec
diff -u SPECS/exempi.spec:1.8 SPECS/exempi.spec:1.9
--- SPECS/exempi.spec:1.8 Sun Dec 23 23:03:14 2007
+++ SPECS/exempi.spec Tue Dec 25 11:57:35 2007
@@ -11,7 +11,6 @@
BuildRequires: boost-devel >= 1.33.1
BuildRequires: expat-devel >= 1.95
BuildRequires: libstdc++-devel
-BuildConflicts: boost-test-devel
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
@@ -50,6 +49,7 @@
Summary: Sample exempi programs
Summary(pl.UTF-8): Przykładowe programy exempi
Group: Applications/Archiving
+# doesn't require base, statically linked with exempi code
%description samples
Sample programs using exempi library.
@@ -61,7 +61,9 @@
%setup -q
%build
-%configure
+# configure fails on boost linking check
+%configure \
+ ax_cv_boost_unit_test_framework=no
%{__make}
%install
@@ -82,14 +84,15 @@
%files
%defattr(644,root,root,755)
%doc AUTHORS COPYING ChangeLog NEWS README
-%attr(755,root,root) %{_libdir}/libexempi.so.*.*
+%attr(755,root,root) %{_libdir}/libexempi.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/libexempi.so.3
%files devel
%defattr(644,root,root,755)
%attr(755,root,root) %{_libdir}/libexempi.so
%{_libdir}/libexempi.la
%{_includedir}/exempi-2.0
-%{_pkgconfigdir}/*.pc
+%{_pkgconfigdir}/exempi-2.0.pc
%files static
%defattr(644,root,root,755)
@@ -105,6 +108,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.9 2007-12-25 10:57:35 qboosh
+- killed BC boost-test-devel
+- ghost soname symlink
+
Revision 1.8 2007-12-23 22:03:14 qboosh
- unified
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/exempi.spec?r1=1.8&r2=1.9&f=u
More information about the pld-cvs-commit
mailing list