packages: cmake/cmake.spec - %{_libdir}/cmake moved to filesystem (3.0-52) ...

qboosh qboosh at pld-linux.org
Fri Oct 21 18:43:02 CEST 2011


Author: qboosh                       Date: Fri Oct 21 16:43:02 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- %{_libdir}/cmake moved to filesystem (3.0-52)
- release 2

---- Files affected:
packages/cmake:
   cmake.spec (1.61 -> 1.62) 

---- Diffs:

================================================================
Index: packages/cmake/cmake.spec
diff -u packages/cmake/cmake.spec:1.61 packages/cmake/cmake.spec:1.62
--- packages/cmake/cmake.spec:1.61	Tue Oct 11 19:41:11 2011
+++ packages/cmake/cmake.spec	Fri Oct 21 18:42:57 2011
@@ -13,7 +13,7 @@
 Summary(pl.UTF-8):	Wieloplatformowy system make o otwartych źródłach
 Name:		cmake
 Version:	2.8.6
-Release:	1
+Release:	2
 License:	BSD
 Group:		Development/Building
 Source0:	http://www.cmake.org/files/v2.8/%{name}-%{version}.tar.gz
@@ -28,7 +28,7 @@
 %{?with_gui:BuildRequires:	qt4-qmake}
 BuildRequires:	rpmbuild(macros) >= 1.167
 %{!?with_bootstrap:BuildRequires:	xmlrpc-c-devel >= 1.4.12-2}
-Requires:	filesystem >= 3.0-46
+Requires:	filesystem >= 3.0-52
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -92,11 +92,11 @@
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT%{_libdir}/cmake
+
 %{__make} install \
 	DESTDIR=$RPM_BUILD_ROOT
 
-rm -r $RPM_BUILD_ROOT%{_prefix}/doc
+%{__rm} -r $RPM_BUILD_ROOT%{_prefix}/doc
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -123,7 +123,6 @@
 %{_datadir}/cmake/Modules/*
 %{_datadir}/cmake/Templates
 %{_datadir}/cmake/include
-%dir %{_libdir}/cmake
 %{_aclocaldir}/cmake.m4
 
 %if %{with gui}
@@ -142,6 +141,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.62  2011/10/21 16:42:57  qboosh
+- %{_libdir}/cmake moved to filesystem (3.0-52)
+- release 2
+
 Revision 1.61  2011/10/11 17:41:11  qboosh
 - package cmake autoconf macros
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/cmake/cmake.spec?r1=1.61&r2=1.62&f=u



More information about the pld-cvs-commit mailing list