makes macros file a conf file
This commit is contained in:
parent
b640c1a84e
commit
fb06b40394
@ -1,6 +1,6 @@
|
|||||||
Name: ghc-rpm-macros
|
Name: ghc-rpm-macros
|
||||||
Version: 0.1
|
Version: 0.1
|
||||||
Release: 6%{?dist}
|
Release: 7%{?dist}
|
||||||
Summary: Macros for building packages for GHC
|
Summary: Macros for building packages for GHC
|
||||||
|
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
@ -44,11 +44,13 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc COPYING AUTHORS
|
%doc COPYING AUTHORS
|
||||||
%{_sysconfdir}/rpm/macros.ghc
|
%config(noreplace) %{_sysconfdir}/rpm/macros.ghc
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed May 13 2009 Yaakov M. Nemoy <ynemoy@fedoraproject.org> - 0.1-7
|
||||||
|
- specifies the macros file as a %%conf
|
||||||
|
|
||||||
* Sat May 9 2009 Yaakov M. Nemoy <ynemoy@fedoraproject.org> - 0.1-6
|
* Sat May 9 2009 Yaakov M. Nemoy <ynemoy@fedoraproject.org> - 0.1-6
|
||||||
- removes archs and replaces with noarch
|
- removes archs and replaces with noarch
|
||||||
- bumps to avoid conflicts with jens
|
- bumps to avoid conflicts with jens
|
||||||
|
Loading…
Reference in New Issue
Block a user