[packages/mdds] - updated to 0.8.0; .pc file introduced

qboosh qboosh at pld-linux.org
Sun May 12 09:02:54 CEST 2013


commit 35b5323a7ad9cc1fff7686eac0ba8fa192a3861b
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Sun May 12 09:02:52 2013 +0200

    - updated to 0.8.0; .pc file introduced

 mdds.spec | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/mdds.spec b/mdds.spec
index e6f1390..9fc3790 100644
--- a/mdds.spec
+++ b/mdds.spec
@@ -1,16 +1,17 @@
 Summary:	A collection of multi-dimensional data structures and indexing algorithms
 Summary(pl.UTF-8):	Zbiór struktur danych wielowymiarowych oraz algorytmów indeksujących
 Name:		mdds
-Version:	0.7.1
+Version:	0.8.0
 Release:	1
 License:	MIT
 Group:		Development/Libraries
 #Source0Download: https://code.google.com/p/multidimalgorithm/downloads/list
 Source0:	http://multidimalgorithm.googlecode.com/files/%{name}_%{version}.tar.bz2
-# Source0-md5:	096fbb818177a7575511c1fd9d4bf7dd
+# Source0-md5:	b0bba8c768f3d92608a07149039510e5
 URL:		http://code.google.com/p/multidimalgorithm/
 BuildRequires:	autoconf >= 2.50
 BuildRequires:	boost-devel >= 1.39
+BuildRequires:	rpmbuild(macros) >= 1.446
 BuildRequires:	sed >= 4.0
 BuildArch:	noarch
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -78,6 +79,7 @@ sed -i -e '/^CPPFLAGS_NODEBUG/s/-Wall -Os -g/%{rpmcflags} -Wall/' configure.ac
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT%{_includedir}/mdds
 cp -a include/mdds/* $RPM_BUILD_ROOT%{_includedir}/mdds
+install -Dp misc/mdds.pc $RPM_BUILD_ROOT%{_npkgconfigdir}/mdds.pc
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -86,3 +88,4 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %doc AUTHORS COPYING NEWS README
 %{_includedir}/mdds
+%{_npkgconfigdir}/mdds.pc
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/mdds.git/commitdiff/35b5323a7ad9cc1fff7686eac0ba8fa192a3861b



More information about the pld-cvs-commit mailing list