SPECS: libmath++.spec - working URLs - strict internal deps - move...

qboosh qboosh at pld-linux.org
Mon Aug 15 11:04:14 CEST 2005


Author: qboosh                       Date: Mon Aug 15 09:04:14 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- working URLs
- strict internal deps
- moved examples from -static to -devel

---- Files affected:
SPECS:
   libmath++.spec (1.6 -> 1.7) 

---- Diffs:

================================================================
Index: SPECS/libmath++.spec
diff -u SPECS/libmath++.spec:1.6 SPECS/libmath++.spec:1.7
--- SPECS/libmath++.spec:1.6	Sun Jan 25 20:01:53 2004
+++ SPECS/libmath++.spec	Mon Aug 15 11:04:09 2005
@@ -6,10 +6,10 @@
 Release:	2
 License:	LGPL/GPL
 Group:		Libraries
-Source0:	http://www.surakware.net/pub/unstable/releases/libmath++/%{name}-%{version}.tar.gz
+Source0:	http://upstream.trapni-akane.org/libmath++/%{name}-%{version}.tar.gz
 # Source0-md5:	f7d1bd1059b9620e5e9c8e2204430d3c
 Patch:		%{name}-opt.patch
-URL:		http://www.surakware.net/projects/libmath++/index.xml
+URL:		http://upstream.trapni-akane.org/libmath++/
 BuildRequires:	libstdc++-devel
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -25,7 +25,7 @@
 Summary:	libmath++ header files
 Summary(pl):	Pliki nagłówkowe libmath++
 Group:		Development/Libraries
-Requires:	%{name} = %{version}
+Requires:	%{name} = %{version}-%{release}
 
 %description devel
 libmath++ header files.
@@ -37,7 +37,7 @@
 Summary:	libmath++ static library
 Summary(pl):	Statyczna biblioteka libmath++
 Group:		Development/Libraries
-Requires:	%{name}-devel = %{version}
+Requires:	%{name}-devel = %{version}-%{release}
 
 %description static
 libmath++ static library.
@@ -59,7 +59,8 @@
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
 
-%{__make} install DESTDIR=$RPM_BUILD_ROOT
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
 
 cp -rf examples/* $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
 
@@ -79,11 +80,11 @@
 %attr(755,root,root) %{_libdir}/lib*.so
 %{_libdir}/lib*.la
 %{_includedir}/math++
+%{_examplesdir}/%{name}-%{version}
 
 %files static
 %defattr(644,root,root,755)
 %{_libdir}/lib*.a
-%{_examplesdir}/%{name}-%{version}
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -91,6 +92,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.7  2005/08/15 09:04:09  qboosh
+- working URLs
+- strict internal deps
+- moved examples from -static to -devel
+
 Revision 1.6  2004/01/25 19:01:53  yogib
 - added opt patch to pass optflags
 - removed BR ac/am, added examples
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/libmath++.spec?r1=1.6&r2=1.7&f=u




More information about the pld-cvs-commit mailing list