X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=Ada95%2Fpackage%2FAdaCurses.spec;h=bc1c92b91f2af2d8e9f06ffa2ea759ee07a75b52;hp=c98e104709717ed0650842dde9f8d1f76cd8b53c;hb=79695a2ff354087dca5006351286f741ee8c82c4;hpb=d91d170b303a5e8acb8c3e1327f6d881974fecdc diff --git a/Ada95/package/AdaCurses.spec b/Ada95/package/AdaCurses.spec index c98e1047..bc1c92b9 100644 --- a/Ada95/package/AdaCurses.spec +++ b/Ada95/package/AdaCurses.spec @@ -2,13 +2,13 @@ Summary: AdaCurses - Ada95 binding for ncurses %define AppProgram AdaCurses %define AppVersion MAJOR.MINOR %define AppRelease YYYYMMDD -# $Id: AdaCurses.spec,v 1.12 2011/04/01 00:08:32 tom Exp $ +# $Id: AdaCurses.spec,v 1.16 2017/12/09 20:41:28 tom Exp $ Name: %{AppProgram} Version: %{AppVersion} Release: %{AppRelease} License: MIT Group: Applications/Development -URL: ftp://invisible-island.net/%{AppProgram} +URL: ftp://ftp.invisible-island.net/%{AppProgram} Source0: %{AppProgram}-%{AppRelease}.tgz Packager: Thomas Dickey @@ -20,6 +20,12 @@ In addition to a library, this package installs sample programs in "bin/AdaCurses" to avoid conflict with other packages. %prep +%define debug_package %{nil} + +# http://fedoraproject.org/wiki/EPEL:Packaging_Autoprovides_and_Requires_Filtering +%filter_from_requires /libAdaCurses.so.1/d +%filter_setup + %setup -q -n %{AppProgram}-%{AppRelease} %build @@ -68,11 +74,11 @@ make install DESTDIR=$RPM_BUILD_ROOT %changelog # each patch should add its ChangeLog entries here -* Thu Mar 31 2010 Thomas Dickey +* Thu Mar 31 2011 Thomas Dickey - use --with-shared option for consistency with --with-ada-sharelib - ensure that MY_DATADIR is set when installing examples - add ada_libdir symbol to handle special case where libdir is /usr/lib64 - use --disable-rpath-link to link sample programs without rpath -* Fri Mar 25 2010 Thomas Dickey +* Fri Mar 25 2011 Thomas Dickey - initial version