rename back to macros.ghc again; revert previous devel summary ordering change

epel9
Jens Petersen 14 years ago
parent 4b65f2f48e
commit 232d0166b5

@ -140,7 +140,7 @@ This package provides the shared library.\
%global __find_provides %{_rpmconfigdir}/ghc-deps.sh --provides %{buildroot}%{ghclibdir}\
%global __find_requires %{_rpmconfigdir}/ghc-deps.sh --requires %{buildroot}%{ghclibdir}\
%package -n %{basepkg}-devel\
Summary: Development files for %{?common_summary}%{!?common_summary:Haskell %{pkgname} library}\
Summary: %{?common_summary}%{!?common_summary:Haskell %{pkgname} library} development files\
Group: Development/Libraries\
%{?1:Version: %{pkgver}}\
%{-l:License: %{-l*}}\

@ -1,9 +1,9 @@
%global debug_package %{nil}
%global macros_file %{_sysconfdir}/rpm/macros.ghc-pkg
%global macros_file %{_sysconfdir}/rpm/macros.ghc
Name: ghc-rpm-macros
Version: 0.13.2
Version: 0.13.3
Release: 1%{?dist}
Summary: Macros for building packages for GHC
@ -60,6 +60,10 @@ EOF
%changelog
* Thu Jun 2 2011 Jens Petersen <petersen@redhat.com> - 0.13.3-1
- rename macros.ghc-pkg back to macros.ghc
- move the devel summary prefix back to a suffix
* Sat May 28 2011 Jens Petersen <petersen@redhat.com> - 0.13.2-1
- macros need to live in /etc/rpm
- use macro_file for macros.ghc filepath

Loading…
Cancel
Save