[nacl] Fixed packaging of devel subpackage not to own debuginfo files

Jaroslav Škarvada jskarvad at fedoraproject.org
Fri Feb 15 08:59:07 UTC 2013


commit 4b7723634d3c2018a4df4b0a044b1f7b7bbc891f
Author: Jaroslav Škarvada <jskarvad at redhat.com>
Date:   Fri Feb 15 09:58:57 2013 +0100

    Fixed packaging of devel subpackage not to own debuginfo files
    
      Resolves: rhbz#911405

 nacl.spec |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/nacl.spec b/nacl.spec
index 18b14b2..c7bcfa1 100644
--- a/nacl.spec
+++ b/nacl.spec
@@ -2,7 +2,7 @@ Name:           nacl
 # http://nacl.cr.yp.to/
 URL:            http://nacl.cace-project.eu/
 Version:        20110221
-Release:        4%{?dist}
+Release:        5%{?dist}
 License:        Public Domain
 Group:          Development/Libraries
 Summary:        Networking and Cryptography library
@@ -64,11 +64,15 @@ install -m 0755 -t %{buildroot}%{_bindir} build/fedora/bin/*
 %{_mandir}/man1/*
 
 %files devel
-%{_libdir}/*
+%{_libdir}/libnacl.a
 %dir %{_includedir}/nacl
 %{_includedir}/nacl/*
 
 %changelog
+* Fri Feb 15 2013 Jaroslav Škarvada <jskarvad at redhat.com> - 20110221-5
+- Fixed packaging of devel subpackage not to own debuginfo files
+  Resolves: rhbz#911405
+
 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 20110221-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 


More information about the scm-commits mailing list