[litmus] Removed data dir cleanup, files are needed at runtime.

Ricardo Rocha rocha at fedoraproject.org
Fri Mar 16 15:34:14 UTC 2012


commit f1da8426b7033e5d4b765609d6240f6f69f7c25e
Author: Ricardo Rocha <rocha at rocha-fedora16.cern.ch>
Date:   Fri Mar 16 16:33:53 2012 +0100

    Removed data dir cleanup, files are needed at runtime.

 litmus.spec |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)
---
diff --git a/litmus.spec b/litmus.spec
index 7d54d1d..7c2cbd5 100644
--- a/litmus.spec
+++ b/litmus.spec
@@ -1,6 +1,6 @@
 Name:		litmus
 Version:	0.13
-Release:	4%{?dist}
+Release:	5%{?dist}
 Summary:	WebDAV server compliance test suite
 Group:		Applications/Internet
 License:	GPLv2+
@@ -35,9 +35,6 @@ rm -rf %{buildroot}
 
 make install DESTDIR=%{buildroot}
 
-# minimal cleanup
-rm -rf %{buildroot}/%{_datadir}
-
 %clean
 rm -rf %{buildroot}
 
@@ -46,9 +43,13 @@ rm -rf %{buildroot}
 %{_bindir}/litmus
 %dir %{_libexecdir}/%{name}
 %{_libexecdir}/%{name}/*
+%{_datadir}/%{name}/*
 %doc COPYING FAQ README THANKS TODO
 
 %changelog
+* Fri Mar 16 2012 Ricardo Rocha <ricardo.rocha at cern.ch> - 0.13-4
+- Removed data dir cleanup, files are needed at runtime
+
 * Fri Jan 13 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.13-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 


More information about the scm-commits mailing list