]> git.pld-linux.org Git - packages/mdds.git/commitdiff
- updated to 0.8.0; .pc file introduced auto/th/mdds-0.8.0-1
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 12 May 2013 07:02:52 +0000 (09:02 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Sun, 12 May 2013 07:02:52 +0000 (09:02 +0200)
mdds.spec

index e6f139046e8e13e3f74e021c7c487005eb55c4e7..9fc37903b44ca86b7e22697c803a9052943f408d 100644 (file)
--- 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
This page took 0.066578 seconds and 4 git commands to generate.