[ell] Include directories with the %dir macro

Jonathan De Wachter sonkun at fedoraproject.org
Wed Aug 14 09:25:45 UTC 2013


commit 112b96e1a5eaa997b4741a54b0a3eed0d72af53b
Author: Jonathan De Wachter <dewachter.jonathan at gmail.com>
Date:   Wed Aug 14 11:19:02 2013 +0200

    Include directories with the %dir macro

 ell.spec |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/ell.spec b/ell.spec
index 8231405..be99c87 100644
--- a/ell.spec
+++ b/ell.spec
@@ -45,6 +45,7 @@ cp -pr libELL/Include/ell/*.h %{buildroot}%{_includedir}/ell
 
 %files devel
 %doc COPYING.LESSER
+%dir %{_includedir}/ell
 %{_includedir}/ell/
 
 %changelog
@@ -54,6 +55,7 @@ cp -pr libELL/Include/ell/*.h %{buildroot}%{_includedir}/ell
 - Preserve timestamps, mode and ownership
 - Add noarch tag to the -devel package
 - Add an empty % build section (albeit only to silence rpmlint)
+- Include directories with the %dir macro
 
 * Tue Aug 6 2013 Jonathan De Wachter <sonkun at fedoraproject.org> - 0-0.1.20130617svn
 - Initial RPM release


More information about the scm-commits mailing list