]> git.pld-linux.org Git - packages/blitz.git/commitdiff
- up to 0.9
authorRobert Tomasik <rotom@pld-linux.org>
Thu, 1 Nov 2007 20:55:26 +0000 (20:55 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    blitz-DESTDIR.patch -> 1.2
    blitz.spec -> 1.9

blitz-DESTDIR.patch
blitz.spec

index 6e89e02aa05cab677ce193eeb9add94a33e39228..7a5cc37504fb1aa45cc03a9ae83955a4511f432b 100644 (file)
@@ -1,12 +1,23 @@
-diff -Nurb blitz-0.8.orig/doc/doxygen/Makefile.am blitz-0.8.new/doc/doxygen/Makefile.am
---- blitz-0.8.orig/doc/doxygen/Makefile.am     2004-11-04 03:22:01.000000000 +0100
-+++ blitz-0.8.new/doc/doxygen/Makefile.am      2005-05-18 23:14:19.435429344 +0200
+diff -Nurb blitz-0.9.orig/doc/doxygen/Makefile.am blitz-0.9.new/doc/doxygen/Makefile.am
+--- blitz-0.9.orig/doc/doxygen/Makefile.am     2004-11-04 03:22:01.000000000 +0100
++++ blitz-0.9.new/doc/doxygen/Makefile.am      2005-05-18 23:14:19.435429344 +0200
 @@ -2,7 +2,7 @@
  
  # Support doxygen documentation ?
  
 -docdir = $(datadir)/doc/$(PACKAGE)-$(VERSION)/doxygen
-+docdir = $(DESTDIR)/$(datadir)/doc/$(PACKAGE)-$(VERSION)/doxygen
++docdir = $(datadir)/doc/$(PACKAGE)-doc-$(VERSION)/doxygen
  
  DISTCLEANFILES = Doxyfile doxygen-warning 
  
+--- blitz-0.9/doc/Makefile.am.orig     2007-11-01 21:28:14.000000000 +0100
++++ blitz-0.9/doc/Makefile.am  2007-11-01 21:28:50.000000000 +0100
+@@ -5,7 +5,7 @@
+ SUBDIRS = examples stencils doxygen
+ # install these files
+-docdir = $(datadir)/doc/$(PACKAGE)-$(VERSION)
++docdir = $(datadir)/doc/$(PACKAGE)-doc-$(VERSION)
+ doc_DATA = blitz.ps blitz.pdf blitz.html \
+       blitz_abt.html blitz_fot.html blitz_ovr.html blitz_toc.html \
+       blitz_1.html blitz_2.html blitz_3.html blitz_4.html blitz_5.html \
index ecac2d1adff2ece201a687688ff99e8e40768a14..7b7eee0723b8cf960f1cab2998231f24c996ab5d 100644 (file)
@@ -1,12 +1,12 @@
 Summary:       Blitz++ - a C++ class library for scientific computing
 Summary(pl.UTF-8):     Blitz++ - biblioteka klas C++ do obliczeń naukowych
 Name:          blitz
-Version:       0.8
+Version:       0.9
 Release:       0.1
 License:       GPL or Blitz artistic license
 Group:         Libraries
 Source0:       http://dl.sourceforge.net/blitz/%{name}-%{version}.tar.gz
-# Source0-md5: 358cdd8716de5d615f91df660f1c92d9
+# Source0-md5: 031df2816c73e2d3bd6d667bbac19eca
 Patch0:                %{name}-DESTDIR.patch
 Patch1:                %{name}-compiler_specific_header.patch
 Patch2:                %{name}-infopage.patch
@@ -14,6 +14,7 @@ URL:          http://www.oonumerics.org/blitz/
 BuildRequires: autoconf >= 2.59
 BuildRequires: automake
 BuildRequires: doxygen
+BuildRequires: fonts-TTF-bitstream-vera
 BuildRequires: libstdc++-devel
 BuildRequires: libtool >= 2:1.5
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -79,7 +80,7 @@ Przykłady Blitz++.
 %prep
 %setup -q
 %patch0 -p1
-%patch1 -p1
+#%patch1 -p1
 %patch2 -p1
 
 %build
@@ -99,7 +100,6 @@ install -d $RPM_BUILD_ROOT{%{_docdir}/%{name}-doc-%{version}/doxygen,%{_examples
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
-cp -af $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version}/{*.*,doxygen} $RPM_BUILD_ROOT%{_docdir}/%{name}-doc-%{version}
 cp -af examples/* $RPM_BUILD_ROOT%{_examplesdir}/%{name}
 
 %clean
@@ -119,6 +119,7 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %doc AUTHORS ChangeLog ChangeLog.1 LEGAL LICENSE NEWS README TODO
 %attr(755,root,root) %{_libdir}/lib*.so.*.*.*
+%{_pkgconfigdir}/blitz-uninstalled.pc
 
 %files devel
 %defattr(644,root,root,755)
This page took 0.091477 seconds and 4 git commands to generate.