[ghc-tar] Rebuild

Ben Boeckel mathstuf at fedoraproject.org
Sun Nov 7 17:46:20 UTC 2010


commit d68ef93255e1b438294ef7fc0f67249d4eab9e7f
Author: Ben Boeckel <MathStuf at gmail.com>
Date:   Sun Nov 7 12:45:10 2010 -0500

    Rebuild

 ghc-tar.spec |   22 ++++++++++++++++------
 1 files changed, 16 insertions(+), 6 deletions(-)
---
diff --git a/ghc-tar.spec b/ghc-tar.spec
index 4284cb6..69b909f 100644
--- a/ghc-tar.spec
+++ b/ghc-tar.spec
@@ -1,8 +1,14 @@
 %global pkg_name tar
 
-%global common_summary Haskell %{pkg_name} library
+%global common_summary Reading, writing and manipulating tar archive files
 
-%global common_description A Haskell %{pkg_name} library for ghc.
+%global common_description This library is for working with ".tar" archive files. It \
+can read and write a range of common variations of archive \
+format including V7, USTAR, POSIX and GNU formats. It \
+provides support for packing and unpacking portable archives. \
+This makes it suitable for distribution but not backup \
+because details like file ownership and exact permissions are \
+not preserved.
 
 %bcond_without shared
 %bcond_without hscolour
@@ -12,7 +18,7 @@
 
 Name:           ghc-%{pkg_name}
 Version:        0.3.1.0
-Release:        6%{?dist}
+Release:        7%{?dist}
 Summary:        %{common_summary}
 
 Group:          System Environment/Libraries
@@ -44,18 +50,22 @@ 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 -o 0.3.1.0-6
+%ghc_lib_package
 
 
 %changelog
+* Sun Nov 07 2010 Ben Boeckel <mathstuf at gmail.com> - 0.3.1.0-7
+- Rebuild
+- Update summary and description
+
 * Sat Sep  4 2010 Jens Petersen <petersen at redhat.com> - 0.3.1.0-6
 - add hscolour and doc obsolete (cabal2spec-0.22.2)
 


More information about the scm-commits mailing list