packages: mdds/mdds.spec - pldize

glen glen at pld-linux.org
Sat Oct 22 00:44:14 CEST 2011


Author: glen                         Date: Fri Oct 21 22:44:14 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- pldize

---- Files affected:
packages/mdds:
   mdds.spec (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: packages/mdds/mdds.spec
diff -u packages/mdds/mdds.spec:1.1 packages/mdds/mdds.spec:1.2
--- packages/mdds/mdds.spec:1.1	Mon Oct 17 18:12:11 2011
+++ packages/mdds/mdds.spec	Sat Oct 22 00:44:09 2011
@@ -6,11 +6,11 @@
 License:	MIT
 Group:		Development/Libraries
 URL:		http://code.google.com/p/multidimalgorithm/
-BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 Source0:	http://multidimalgorithm.googlecode.com/files/%{name}_%{version}.tar.bz2
 # Source0-md5:	0ff7d225d087793c8c2c680d77aac3e7
 BuildRequires:	boost-devel
 BuildArch:	noarch
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
 A collection of multi-dimensional data structures and indexing
@@ -31,32 +31,27 @@
 %description devel
 Headers for %{name}.
 
-
 %prep
 %setup -q -n %{name}_%{version}
 # this is only used in tests
 sed -i -e '/^CPPFLAGS/s/-Wall.*-std/%{rpmcflags} -std/' Makefile.in
 
-
 %build
 %configure
 %{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT/%{_includedir}/mdds
-
-cp -pr include/mdds/* $RPM_BUILD_ROOT/%{_includedir}/mdds
-
+install -d $RPM_BUILD_ROOT%{_includedir}/mdds
+cp -a include/mdds/* $RPM_BUILD_ROOT%{_includedir}/mdds
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files devel
 %defattr(644,root,root,755)
-%{_includedir}/mdds
 %doc AUTHORS COPYING NEWS README
-
+%{_includedir}/mdds
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -64,6 +59,8 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.2  2011/10/21 22:44:09  glen
+- pldize
+
 Revision 1.1  2011/10/17 16:12:11  arekm
 - initial
-
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/mdds/mdds.spec?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list