[check] * Mon Nov 29 2010 Jerry James <loganjerry at gmail.com> - 0.9.8-2 - Add license file to -static package

Jerry James jjames at fedoraproject.org
Mon Nov 29 17:12:32 UTC 2010


commit 15099acd67ec187eecb02205450f62c3b527c8ce
Author: Jerry James <loganjerry at gmail.com>
Date:   Mon Nov 29 10:12:11 2010 -0700

    * Mon Nov 29 2010 Jerry James <loganjerry at gmail.com> - 0.9.8-2
    - Add license file to -static package.
    - Remove BuildRoot tag.

 check.spec |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/check.spec b/check.spec
index 0595ca5..b4e0cda 100644
--- a/check.spec
+++ b/check.spec
@@ -1,12 +1,11 @@
 Name:           check
 Version:        0.9.8
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        A unit test framework for C
 Source0:        http://downloads.sourceforge.net/check/%{name}-%{version}.tar.gz
 Group:          Development/Tools
 License:        LGPLv2+
 URL:            http://check.sourceforge.net/
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Requires(post): /sbin/install-info
 Requires(preun): /sbin/install-info
 
@@ -83,9 +82,14 @@ fi
 #check used to be static only, hence this.
 %files static
 %defattr(-,root,root,-)
+%doc COPYING.LESSER
 %{_libdir}/libcheck.a
 
 %changelog
+* Mon Nov 29 2010 Jerry James <loganjerry at gmail.com> - 0.9.8-2
+- Add license file to -static package.
+- Remove BuildRoot tag.
+
 * Mon Sep 28 2009 Jerry James <loganjerry at gmail.com> - 0.9.8-1
 - Update to 0.9.8
 


More information about the scm-commits mailing list