SPECS: Atlas-C++.spec - strict internal deps, BR libtool with C++ ...

qboosh qboosh at pld-linux.org
Thu Jun 30 20:30:08 CEST 2005


Author: qboosh                       Date: Thu Jun 30 18:30:08 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- strict internal deps, BR libtool with C++ support, unified some parts

---- Files affected:
SPECS:
   Atlas-C++.spec (1.16 -> 1.17) 

---- Diffs:

================================================================
Index: SPECS/Atlas-C++.spec
diff -u SPECS/Atlas-C++.spec:1.16 SPECS/Atlas-C++.spec:1.17
--- SPECS/Atlas-C++.spec:1.16	Wed Dec 10 12:34:43 2003
+++ SPECS/Atlas-C++.spec	Thu Jun 30 20:30:02 2005
@@ -10,7 +10,7 @@
 # Source0-md5:	5ef0a12001d3924baa2742171af31ed3
 BuildRequires:	autoconf
 BuildRequires:	automake
-BuildRequires:	libtool
+BuildRequires:	libtool >= 2:1.5
 BuildRequires:	libstdc++-devel
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -29,7 +29,7 @@
 Summary:	Header files for Atlas-C++ development
 Summary(pl):	Pliki nagłówkowe do biblioteki Atlas-C++
 Group:		Development/Libraries
-Requires:	%{name} = %{version}
+Requires:	%{name} = %{version}-%{release}
 Requires:	libstdc++-devel
 
 %description devel
@@ -53,7 +53,7 @@
 Summary:	Static libraries for Atlas-C++ development
 Summary(pl):	Statyczne biblioteki Atlas-C++
 Group:		Development/Libraries
-Requires:	%{name}-devel = %{version}
+Requires:	%{name}-devel = %{version}-%{release}
 
 %description static
 Atlas-C++ is the current C++ implementation of the Atlas protocol, a
@@ -74,12 +74,11 @@
 %setup -q
 
 %build
-rm -f missing
+%{__libtoolize}
 %{__aclocal}
 %{__autoheader}
-%{__libtoolize}
-%{__automake}
 %{__autoconf}
+%{__automake}
 %configure \
 	--enable-static
 %{__make}
@@ -104,9 +103,9 @@
 %files devel
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_bindir}/atlas-config
-%{_includedir}/Atlas*
-%{_libdir}/lib*.la
 %attr(755,root,root) %{_libdir}/lib*.so
+%{_libdir}/lib*.la
+%{_includedir}/Atlas*
 %{_aclocaldir}/atlas.m4
 %{_pkgconfigdir}/atlascpp*.pc
 
@@ -120,6 +119,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.17  2005/06/30 18:30:02  qboosh
+- strict internal deps, BR libtool with C++ support, unified some parts
+
 Revision 1.16  2003/12/10 11:34:43  trojan
 - fixed source URL
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/Atlas-C++.spec?r1=1.16&r2=1.17&f=u




More information about the pld-cvs-commit mailing list