[hesiod] add a missing buildrequires:

Nalin Dahyabhai nalin at fedoraproject.org
Wed Apr 3 22:14:11 UTC 2013


commit 08fc0f130b175ac5de6a99274369912b72f85e15
Author: Nalin Dahyabhai <nalin at dahyabhai.net>
Date:   Wed Apr 3 18:13:45 2013 -0400

    add a missing buildrequires:
    
    - add build requirement on libidn-devel
    - package the license

 hesiod.spec |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/hesiod.spec b/hesiod.spec
index e8ac506..d9eb812 100644
--- a/hesiod.spec
+++ b/hesiod.spec
@@ -6,7 +6,7 @@ Summary: Shared libraries for querying the Hesiod naming service
 Group: System Environment/Libraries
 License: MIT
 Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-BuildRequires: autoconf, automake, libtool
+BuildRequires: autoconf, automake, libtool, libidn-devel
 Obsoletes: hesinfo < 3.2
 
 %description
@@ -35,6 +35,8 @@ the header files and libraries required for building programs which use Hesiod.
   - re-merged hesinfo, so we obsolete it now
   - adds a pkgconfig configuration file for libhesiod
 - correct inconsistent changelog dates, assuming day-of-week is correct
+- add build requirement on libidn-devel
+- package the license
 
 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 3.1.0-23
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
@@ -250,7 +252,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(-,root,root,-)
-%doc README NEWS
+%doc README NEWS COPYING
 %{_bindir}/*
 %{_libdir}/libhesiod.so.*
 %{_mandir}/man1/*


More information about the scm-commits mailing list