[mingw-libltdl: 35/42] Own _mingw32_includedir/libltdl/ directory

epienbro epienbro at fedoraproject.org
Wed Mar 7 19:31:55 UTC 2012


commit 1ba35211701e62d18c1c08603f861d7d13a3c7b9
Author: Kalev Lember <kalev at smartlink.ee>
Date:   Sat May 21 11:56:58 2011 +0300

    Own _mingw32_includedir/libltdl/ directory
    
    RPM has to keep track of all the new directories a package creates,
    otherwise there will be empty directories left behind when the package
    is removed.

 mingw32-libltdl.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/mingw32-libltdl.spec b/mingw32-libltdl.spec
index 6bdac46..7b8f694 100644
--- a/mingw32-libltdl.spec
+++ b/mingw32-libltdl.spec
@@ -22,7 +22,7 @@
 Summary:  Runtime libraries for GNU Libtool Dynamic Module Loader
 Name:     mingw32-libltdl
 Version:  2.4
-Release:  2%{?dist}
+Release:  3%{?dist}
 Group:    System Environment/Libraries
 # Even though the source package contains files under
 # "GPLv2+ and LGPLv2+ and GFDL", the binary RPM only ships LGPLv2+ code.
@@ -107,6 +107,7 @@ rm -rf %{buildroot}
 %doc AUTHORS NEWS THANKS TODO ChangeLog
 %doc libltdl/COPYING.LIB libltdl/README
 %{_mingw32_bindir}/libltdl-%{libltdl_major}.dll
+%dir %{_mingw32_includedir}/libltdl
 %{_mingw32_includedir}/libltdl/lt_dlloader.h
 %{_mingw32_includedir}/libltdl/lt_error.h
 %{_mingw32_includedir}/libltdl/lt_system.h
@@ -116,6 +117,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Sat May 21 2011 Kalev Lember <kalev at smartlink.ee> - 2.4-3
+- Own _mingw32_includedir/libltdl/ directory
+
 * Tue Feb 08 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.4-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 


More information about the scm-commits mailing list