SPECS: vanessa_adt.spec - aclocal, auto{header, make} added (fixes ...

glen glen at pld-linux.org
Fri Jan 13 00:35:16 CET 2006


Author: glen                         Date: Thu Jan 12 23:35:16 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- aclocal, auto{header,make} added (fixes libtool tag issue)
- shared library is without .so, rather weird

---- Files affected:
SPECS:
   vanessa_adt.spec (1.20 -> 1.21) 

---- Diffs:

================================================================
Index: SPECS/vanessa_adt.spec
diff -u SPECS/vanessa_adt.spec:1.20 SPECS/vanessa_adt.spec:1.21
--- SPECS/vanessa_adt.spec:1.20	Wed Dec 22 02:25:55 2004
+++ SPECS/vanessa_adt.spec	Fri Jan 13 00:35:07 2006
@@ -1,4 +1,6 @@
 # $Revision$, $Date$
+# TODO
+# - shared lib is without .so?!
 Summary:	Library of Abstract Data Types
 Summary(pl):	Biblioteka abstrakcyjnych typów danych (ADT)
 Name:		vanessa_adt
@@ -6,10 +8,12 @@
 Release:	1
 License:	LGPL
 Group:		Libraries
-Source0:	http://www.vergenet.net/linux/vanessa/download/%{name}/%{version}/%{name}-%{version}.tar.gz
+Source0:	http://www.vergenet.net/linux/vanessa/download/vanessa_adt/%{version}/%{name}-%{version}.tar.gz
 # Source0-md5:	069105755c1c5450d1fa7a8c319e08ed
 URL:		http://www.vergenet.net/linux/vanessa/
 BuildRequires:	autoconf
+BuildRequires:	autoconf
+BuildRequires:	automake
 BuildRequires:	vanessa_logger-devel >= 0.0.4
 Requires:	vanessa_logger >= 0.0.4
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -52,7 +56,10 @@
 %setup -q
 
 %build
+%{__aclocal}
 %{__autoconf}
+%{__autoheader}
+%{__automake}
 %configure
 %{__make}
 
@@ -71,11 +78,13 @@
 %files
 %defattr(644,root,root,755)
 %doc README ChangeLog NEWS TODO
-%attr(755,root,root) %{_libdir}/lib*.so.*.*
+#%attr(755,root,root) %{_libdir}/lib*.so.*.*
+%attr(755,root,root) %{_libdir}/lib*.*.*
 
 %files devel
 %defattr(644,root,root,755)
-%attr(755,root,root) %{_libdir}/lib*.so
+#%attr(755,root,root) %{_libdir}/lib*.so
+%attr(755,root,root) %{_libdir}/libvanessa_adt
 %{_libdir}/lib*.la
 %{_includedir}/*.h
 
@@ -89,6 +98,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.21  2006/01/12 23:35:07  glen
+- aclocal, auto{header,make} added (fixes libtool tag issue)
+- shared library is without .so, rather weird
+
 Revision 1.20  2004/12/22 01:25:55  zbyniu
 - it is not c++; __autoconf (thnx qboosh)
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/vanessa_adt.spec?r1=1.20&r2=1.21&f=u



More information about the pld-cvs-commit mailing list