]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - Ada95/package/AdaCurses.spec
ncurses 6.1 - patch 20180210
[ncurses.git] / Ada95 / package / AdaCurses.spec
index c98e104709717ed0650842dde9f8d1f76cd8b53c..bc1c92b91f2af2d8e9f06ffa2ea759ee07a75b52 100644 (file)
@@ -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 <dickey@invisible-island.net>
 
@@ -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