rpms/ghc-rpm-macros/devel ghc-rpm-macros.spec,1.1,1.2

Yaakov Meir Nemoy ynemoy at fedoraproject.org
Wed May 13 07:45:07 UTC 2009


Author: ynemoy

Update of /cvs/pkgs/rpms/ghc-rpm-macros/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv18447

Modified Files:
	ghc-rpm-macros.spec 
Log Message:
makes macros file a conf file



Index: ghc-rpm-macros.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ghc-rpm-macros/devel/ghc-rpm-macros.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- ghc-rpm-macros.spec	13 May 2009 07:37:39 -0000	1.1
+++ ghc-rpm-macros.spec	13 May 2009 07:44:36 -0000	1.2
@@ -1,6 +1,6 @@
 Name:		ghc-rpm-macros
 Version:	0.1
-Release:	6%{?dist}
+Release:	7%{?dist}
 Summary:	Macros for building packages for GHC
 
 Group:		Development/Libraries
@@ -44,11 +44,13 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(-,root,root,-)
 %doc COPYING AUTHORS
-%{_sysconfdir}/rpm/macros.ghc
-
+%config(noreplace) %{_sysconfdir}/rpm/macros.ghc
 
 
 %changelog
+* Wed May 13 2009 Yaakov M. Nemoy <ynemoy at fedoraproject.org> - 0.1-7
+- specifies the macros file as a %%conf
+
 * Sat May  9 2009 Yaakov M. Nemoy <ynemoy at fedoraproject.org> - 0.1-6
 - removes archs and replaces with noarch
 - bumps to avoid conflicts with jens




More information about the scm-commits mailing list