rpms/itpp/F-8 .cvsignore,1.7,1.8 itpp.spec,1.6,1.7 sources,1.7,1.8

Ed Hill (edhill) fedora-extras-commits at redhat.com
Sun Dec 9 23:15:37 UTC 2007


Author: edhill

Update of /cvs/pkgs/rpms/itpp/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7572/F-8

Modified Files:
	.cvsignore itpp.spec sources 
Log Message:
new upstream 4.0.0



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/itpp/F-8/.cvsignore,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- .cvsignore	26 Aug 2007 03:32:40 -0000	1.7
+++ .cvsignore	9 Dec 2007 23:15:01 -0000	1.8
@@ -1,2 +1 @@
-itpp-3.10.10.tar.bz2
-itpp-3.10.12.tar.bz2
+itpp-4.0.0.tar.bz2


Index: itpp.spec
===================================================================
RCS file: /cvs/pkgs/rpms/itpp/F-8/itpp.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- itpp.spec	26 Aug 2007 03:32:40 -0000	1.6
+++ itpp.spec	9 Dec 2007 23:15:01 -0000	1.7
@@ -1,6 +1,6 @@
 Name:           itpp
-Version:        3.10.12
-Release:        1%{?dist}
+Version:        4.0.0
+Release:        2%{?dist}
 Summary:        C++ library for math, signal/speech processing, and communications
 
 Group:          System Environment/Libraries
@@ -48,7 +48,7 @@
 
 
 %build
-export LDFLAGS="-L/usr/lib/atlas"
+export LDFLAGS="-L"%{_libdir}"/atlas"
 export CPPFLAGS="-I/usr/include/atlas"
 export F77=gfortran
 %configure --with-blas="-latlas -lblas" --disable-dependency-tracking  \
@@ -68,9 +68,8 @@
 rm -rf $RPM_BUILD_ROOT
 make install DESTDIR=$RPM_BUILD_ROOT
 rm -f $RPM_BUILD_ROOT/%{_libdir}/*.la
-mkdir -p $RPM_BUILD_ROOT/%{_docdir}/%{name}-%{version}
 cp -p COPYING AUTHORS ChangeLog NEWS README \
-  $RPM_BUILD_ROOT/%{_docdir}/%{name}-%{version}
+  $RPM_BUILD_ROOT/%{_docdir}/%{name}
 
 
 %clean
@@ -84,8 +83,8 @@
 
 %files
 %defattr(-,root,root,-)
-%dir %{_docdir}/%{name}-%{version}
-%{_docdir}/%{name}-%{version}/[A-Z]*
+%dir %{_docdir}/%{name}
+%{_docdir}/%{name}/[A-Z]*
 %{_libdir}/*.so.*
 %{_datadir}/%{name}
 
@@ -99,10 +98,16 @@
 
 %files doc
 %defattr(-,root,root,-)
-%{_docdir}/%{name}-%{version}/html
+%{_docdir}/%{name}/html
 
 
 %changelog
+* Sun Dec  9 2007  Ed Hill <ed at eh3.com> - 4.0.0-2
+- fix hard-coded libdir error
+
+* Sun Dec  9 2007  Ed Hill <ed at eh3.com> - 4.0.0-1
+- new upstream 4.0.0
+
 * Sat Aug 25 2007  Ed Hill <ed at eh3.com> - 3.10.12-1
 - new upstream 3.10.12
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/itpp/F-8/sources,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- sources	26 Aug 2007 03:32:40 -0000	1.7
+++ sources	9 Dec 2007 23:15:01 -0000	1.8
@@ -1,2 +1 @@
-8effb412028ce990d076489128eaab90  itpp-3.10.10.tar.bz2
-d03dd9517e1678aa335fb3fd19219c67  itpp-3.10.12.tar.bz2
+c259921dc1143a92419324f031fc7151  itpp-4.0.0.tar.bz2




More information about the fedora-extras-commits mailing list