[dmlite/f18] Fixed #869568 - dmlite-libs should own /usr/lib(64)/dmlite.

Ricardo Rocha rocha at fedoraproject.org
Wed Oct 24 14:30:25 UTC 2012


commit 147f768b9e9870fceadc2d6f8e7566ba77e24f6c
Author: Ricardo Rocha <rocha at rochav-slc6.cern.ch>
Date:   Wed Oct 24 16:27:13 2012 +0200

    Fixed #869568 - dmlite-libs should own /usr/lib(64)/dmlite.

 dmlite.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/dmlite.spec b/dmlite.spec
index eb3e2d4..cc5b5b3 100644
--- a/dmlite.spec
+++ b/dmlite.spec
@@ -1,6 +1,6 @@
 Name:		dmlite
 Version:	0.4.2
-Release:	1%{?dist}
+Release:	2%{?dist}
 Summary:	Common libraries for grid data management and storage
 Group:		Applications/Internet
 License:	ASL 2.0
@@ -67,6 +67,7 @@ rm -rf %{buildroot}
 mkdir -p %{buildroot}
 
 make install DESTDIR=%{buildroot}
+mkdir -p %{buildroot}/%{_libdir}/dmlite
 
 %clean
 rm -rf %{buildroot}
@@ -78,6 +79,7 @@ rm -rf %{buildroot}
 %files libs
 %defattr(-,root,root,-)
 %config(noreplace) %{_sysconfdir}/dmlite.conf
+%dir %{_libdir}/dmlite
 %{_libdir}/libdmlite.so.*
 %doc README LICENSE
 
@@ -92,6 +94,9 @@ rm -rf %{buildroot}
 %{_defaultdocdir}/%{name}-%{version}
 
 %changelog
+* Wed Oct 24 2012 Ricardo Rocha <ricardo.rocha at cern.ch> - 0.4.2-2
+- #869568 - dmlite-libs should own /usr/lib(64)/dmlite 
+
 * Mon Sep 24 2012 Ricardo Rocha <ricardo.rocha at cern.ch> - 0.4.2-1
 - update for new upstream release
 - dropped plugin packages (moved to separate individual packages)


More information about the scm-commits mailing list