[libfishsound] - update project URL - remove commented out argument to %%configure that was flagged up (false pos

Michel Alexandre Salim salimma at fedoraproject.org
Sat Jan 18 03:31:08 UTC 2014


commit 85b6b903f37b9a312b4636ef19328a147ed705cd
Author: Michel Alexandre Salim <salimma at fedoraproject.org>
Date:   Sat Jan 18 10:30:03 2014 +0700

    - update project URL
    - remove commented out argument to %%configure that was flagged up
      (false positive) in the unversioned docdir transition for F20

 libfishsound.spec |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/libfishsound.spec b/libfishsound.spec
index 1a51ea2..f8539cc 100644
--- a/libfishsound.spec
+++ b/libfishsound.spec
@@ -5,7 +5,7 @@ Summary:        Simple programming interface for Xiph.Org codecs
 
 Group:          System Environment/Libraries
 License:        BSD
-URL:            http://www.annodex.net/
+URL:            http://www.xiph.org/fishsound/
 Source0:        http://downloads.xiph.org/releases/libfishsound/libfishsound-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -62,7 +62,7 @@ sed -i '/^Requires:.*/d' fishsound.pc.in
 
 
 %build
-%configure --disable-static # --docdir=%{_datadir}/doc/%{name}-docs-%{version}
+%configure --disable-static
 # Don't use rpath!
 sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
 sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool


More information about the scm-commits mailing list