SPECS: clucene-core.spec - fixed braino: package library not a gho...
qboosh
qboosh at pld-linux.org
Mon Mar 24 18:11:57 CET 2008
Author: qboosh Date: Mon Mar 24 17:11:57 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- fixed braino: package library not a ghost
- .la moved to -devel
---- Files affected:
SPECS:
clucene-core.spec (1.4 -> 1.5)
---- Diffs:
================================================================
Index: SPECS/clucene-core.spec
diff -u SPECS/clucene-core.spec:1.4 SPECS/clucene-core.spec:1.5
--- SPECS/clucene-core.spec:1.4 Mon Mar 24 17:54:43 2008
+++ SPECS/clucene-core.spec Mon Mar 24 18:11:51 2008
@@ -75,20 +75,20 @@
%files
%defattr(644,root,root,755)
%doc AUTHORS ChangeLog NEWS README
-%attr(755,root,root) %{_libdir}/*.so.*.*.*
-%attr(755,root,root) %ghost %{_libdir}/*.so.*
-%{_libdir}/*.la
+%attr(755,root,root) %{_libdir}/libclucene.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/libclucene.so.0
%files devel
%defattr(644,root,root,755)
-%attr(755,root,root) %{_libdir}/*.so
+%attr(755,root,root) %{_libdir}/libclucene.so
+%{_libdir}/libclucene.la
%{_includedir}/CLucene.h
%{_includedir}/CLucene
%{_libdir}/CLucene
%files static
%defattr(644,root,root,755)
-%{_libdir}/*.a
+%{_libdir}/libclucene.a
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
@@ -96,6 +96,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.5 2008-03-24 17:11:51 qboosh
+- fixed braino: package library not a ghost
+- .la moved to -devel
+
Revision 1.4 2008-03-24 16:54:43 shadzik
- 0.9.20
- ghost symlink
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/clucene-core.spec?r1=1.4&r2=1.5&f=u
More information about the pld-cvs-commit
mailing list