rpms/ghc/devel ghc.spec,1.106,1.107

Bryan O'Sullivan bos at fedoraproject.org
Fri Nov 13 04:59:43 UTC 2009


Author: bos

Update of /cvs/extras/rpms/ghc/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv516

Modified Files:
	ghc.spec 
Log Message:
package.conf.d


Index: ghc.spec
===================================================================
RCS file: /cvs/extras/rpms/ghc/devel/ghc.spec,v
retrieving revision 1.106
retrieving revision 1.107
diff -u -p -r1.106 -r1.107
--- ghc.spec	13 Nov 2009 04:29:19 -0000	1.106
+++ ghc.spec	13 Nov 2009 04:59:42 -0000	1.107
@@ -27,7 +27,7 @@
 Name: ghc
 # part of haskell-platform-2009.2.0.2
 Version: 6.12.0.20091010
-Release: 5%{?dist}
+Release: 7%{?dist}
 Summary: Glasgow Haskell Compilation system
 # fedora ghc has only been bootstrapped on the following archs:
 ExclusiveArch: %{ix86} x86_64 alpha
@@ -233,7 +233,8 @@ fi
 %if %{with manual}
 %{_mandir}/man1/ghc.*
 %endif
-%config(noreplace) %{_libdir}/ghc-%{version}/package.conf
+%dir %{_libdir}/ghc-%{version}/package.conf.d
+%config(noreplace) %{_libdir}/ghc-%{version}/package.conf.d/*
 
 %files doc -f rpm-doc-dir.files
 %defattr(-,root,root,-)
@@ -259,6 +260,9 @@ fi
 %endif
 
 %changelog
+* Thu Nov 12 2009 Bryan O'Sullivan <bos at serpentine.com> - 6.12.0.20091010-7
+- fix package.conf stuff
+
 * Thu Nov 12 2009 Bryan O'Sullivan <bos at serpentine.com> - 6.12.0.20091010-6
 - give up trying to install man pages
 




More information about the scm-commits mailing list