This commit is contained in:
Ben Boeckel 2010-11-07 12:00:55 -05:00
parent 4e3f57b654
commit b6c759b84a
1 changed files with 6 additions and 3 deletions

View File

@ -18,7 +18,7 @@ and for certain web services.
Name: ghc-%{pkg_name}
Version: 0.1.1
Release: 1%{?dist}
Release: 2%{?dist}
Summary: %{common_summary}
Group: System Environment/Libraries
@ -52,18 +52,21 @@ This package provides the shared library.
%install
rm -rf $RPM_BUILD_ROOT
rm -rf %{buildroot}
%ghc_lib_install
%clean
rm -rf $RPM_BUILD_ROOT
rm -rf %{buildroot}
%{?ghc_lib_package}
%changelog
* Sun Nov 07 2010 Ben Boeckel <mathstuf@gmail.com> - 0.1.1-2
- Rebuild
* Fri Sep 03 2010 Ben Boeckel <mathstuf@gmail.com> - 0.1.1-1
- Initial package