]> git.pld-linux.org Git - packages/exim.git/commitdiff
add config.h to the list of installed header files.
authorSebastian Zagrodzki <sebek@zagrodzki.net>
Thu, 16 Dec 2010 14:30:01 +0000 (14:30 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    exim.spec -> 1.321

exim.spec

index e106ee01947f17b368f006bfab952d4a3eee9599..2032e752dc1785b7d14b8df8cd49ea4fd3ff1c96 100644 (file)
--- a/exim.spec
+++ b/exim.spec
@@ -14,7 +14,7 @@ Summary(pl.UTF-8):    Agent Transferu Poczty Uniwersytetu w Cambridge
 Summary(pt_BR.UTF-8):  Servidor de correio eletrĂ´nico exim
 Name:          exim
 Version:       4.72
-Release:       4
+Release:       5
 Epoch:         2
 License:       GPL
 Group:         Networking/Daemons/SMTP
@@ -227,7 +227,8 @@ install %{SOURCE6} $RPM_BUILD_ROOT%{_desktopdir}
 install %{SOURCE16} $RPM_BUILD_ROOT%{_pixmapsdir}
 
 install -d $RPM_BUILD_ROOT%{_includedir}/%{name}
-install src/{local_scan.h,store.h,mytypes.h} $RPM_BUILD_ROOT%{_includedir}/%{name}
+install src/{local_scan,store,mytypes}.h $RPM_BUILD_ROOT%{_includedir}/%{name}
+install build-Linux-*/config.h $RPM_BUILD_ROOT%{_includedir}/%{name}
 
 touch $RPM_BUILD_ROOT%{_var}/log/exim/{main,reject,panic,process}.log
 
This page took 0.410372 seconds and 4 git commands to generate.