rpms/itpp/F-7 .cvsignore,1.6,1.7 itpp.spec,1.5,1.6 sources,1.6,1.7

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


Author: edhill

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

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



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/itpp/F-7/.cvsignore,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- .cvsignore	18 Apr 2007 15:13:16 -0000	1.6
+++ .cvsignore	9 Dec 2007 23:14:51 -0000	1.7
@@ -1 +1 @@
-itpp-3.10.10.tar.bz2
+itpp-4.0.0.tar.bz2


Index: itpp.spec
===================================================================
RCS file: /cvs/pkgs/rpms/itpp/F-7/itpp.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- itpp.spec	18 Apr 2007 15:13:16 -0000	1.5
+++ itpp.spec	9 Dec 2007 23:14:51 -0000	1.6
@@ -1,6 +1,6 @@
 Name:           itpp
-Version:        3.10.10
-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,19 @@
 
 %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
+
 * Tue Apr 17 2007  Ed Hill <ed at eh3.com> - 3.10.10-1
 - new upstream 3.10.10
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/itpp/F-7/sources,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- sources	18 Apr 2007 15:13:16 -0000	1.6
+++ sources	9 Dec 2007 23:14:51 -0000	1.7
@@ -1 +1 @@
-8effb412028ce990d076489128eaab90  itpp-3.10.10.tar.bz2
+c259921dc1143a92419324f031fc7151  itpp-4.0.0.tar.bz2




More information about the fedora-extras-commits mailing list