Compare commits
57 Commits
Author | SHA1 | Date |
---|---|---|
Fedora Release Engineering | 349ccbc7d7 | 3 years ago |
Fedora Release Engineering | 24fe8dc90e | 4 years ago |
Fedora Release Engineering | 40f58ecd29 | 4 years ago |
Tom Stellard | 24c519a12a | 4 years ago |
Fedora Release Engineering | dd1b1e2533 | 4 years ago |
Fedora Release Engineering | 17f9bdd77c | 4 years ago |
Fedora Release Engineering | b467e55e97 | 5 years ago |
Fedora Release Engineering | 1209458463 | 6 years ago |
Fedora Release Engineering | 8f42ec8523 | 6 years ago |
Igor Gnatenko | 928bdc698e | 6 years ago |
Igor Gnatenko | ff1e7a22be | 6 years ago |
Fedora Release Engineering | 5afe6902cf | 7 years ago |
Fedora Release Engineering | b402ba901d | 7 years ago |
Igor Gnatenko | c0a6cc3f93 | 7 years ago |
Fedora Release Engineering | eefe6e7691 | 8 years ago |
Fedora Release Engineering | 75c9f91df0 | 8 years ago |
Fedora Release Engineering | 2ab1f4c0f2 | 8 years ago |
Dennis Gilmore | 551782488f | 9 years ago |
Tom Callaway | a41a05eee7 | 9 years ago |
Dennis Gilmore | c98c8ae142 | 10 years ago |
Peter Robinson | c2c128c9c8 | 11 years ago |
Harald Hoyer | 987ba2bdfe | 11 years ago |
Dennis Gilmore | 44d0c96089 | 11 years ago |
Tom Callaway | 420ee2d239 | 12 years ago |
Dennis Gilmore | 43f3b89318 | 12 years ago |
Dennis Gilmore | 8b0698e4ca | 12 years ago |
Dennis Gilmore | 4b97a4642a | 13 years ago |
Dennis Gilmore | 45ed6171da | 13 years ago |
Dennis Gilmore | 9d78f33e17 | 14 years ago |
Fedora Release Engineering | 0dab2b491e | 15 years ago |
Bill Nottingham | c744152b58 | 15 years ago |
Jesse Keating | 4bc729111a | 16 years ago |
Jesse Keating | 9439ce1177 | 16 years ago |
Caolan McNamara | affce4efb1 | 17 years ago |
Garrick Staples | 66f1a7efae | 17 years ago |
Garrick Staples | cfbf879133 | 17 years ago |
Garrick Staples | fc291758b7 | 18 years ago |
Bill Nottingham | 05ab7c5ac0 | 18 years ago |
Garrick Staples | e868d94155 | 18 years ago |
Garrick Staples | 60a168800a | 18 years ago |
Hans de Goede | 3b36db7696 | 19 years ago |
Ville Skyttä | 5da03149fc | 19 years ago |
Hans de Goede | d1b5828a9d | 19 years ago |
Hans de Goede | cff1fc1d5e | 19 years ago |
Ville Skyttä | f530c55fb0 | 19 years ago |
Warren Togami | aab663a08e | 19 years ago |
Michael Schwendt | 95ef2103e5 | 20 years ago |
Michael Schwendt | 8478dc6bd9 | 20 years ago |
Michael Schwendt | 8a6b79522a | 20 years ago |
Matthias Saou | 8336e7ba30 | 20 years ago |
Michael Schwendt | 964e960f5c | 20 years ago |
gafton | 7c47915368 | 20 years ago |
Matthias Saou | 4ce1dc72c3 | 20 years ago |
cvsextras | 13f116d0b7 | 20 years ago |
cvsextras | 0d086de226 | 20 years ago |
cvsextras | 4e310ef8c7 | 20 years ago |
cvsextras | bba5ee419c | 20 years ago |
@ -0,0 +1 @@
|
||||
aalib-1.4rc5.tar.gz
|
@ -1,21 +0,0 @@
|
||||
# Makefile for source rpm: aalib
|
||||
# $Id$
|
||||
NAME := aalib
|
||||
SPECFILE = $(firstword $(wildcard *.spec))
|
||||
|
||||
define find-makefile-common
|
||||
for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
|
||||
endef
|
||||
|
||||
MAKEFILE_COMMON := $(shell $(find-makefile-common))
|
||||
|
||||
ifeq ($(MAKEFILE_COMMON),)
|
||||
# attept a checkout
|
||||
define checkout-makefile-common
|
||||
test -f CVS/Rootx && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2
|
||||
endef
|
||||
|
||||
MAKEFILE_COMMON := $(shell $(checkout-makefile-common))
|
||||
endif
|
||||
|
||||
include $(MAKEFILE_COMMON)
|
@ -0,0 +1,12 @@
|
||||
diff -Nur aalib-1.4.0-orig/src/aalinuxkbd.c aalib-1.4.0/src/aalinuxkbd.c
|
||||
--- aalib-1.4.0-orig/src/aalinuxkbd.c 2001-04-26 16:37:31.000000000 +0200
|
||||
+++ aalib-1.4.0/src/aalinuxkbd.c 2005-07-01 22:57:59.000000000 +0200
|
||||
@@ -200,7 +200,7 @@
|
||||
static int rawmode_init(void)
|
||||
{
|
||||
if (!closed)
|
||||
- return;
|
||||
+ return 1;
|
||||
mypid = getpid();
|
||||
if (tty_fd == -1) {
|
||||
tty_fd = fileno(stdin);
|
@ -0,0 +1,17 @@
|
||||
--- aalib-config.in.libflag 2008-03-24 20:42:47.000000000 -0700
|
||||
+++ aalib-config.in 2008-03-24 20:44:24.000000000 -0700
|
||||
@@ -49,12 +49,12 @@ while test $# -gt 0; do
|
||||
;;
|
||||
@ENABLE_SHARED_TRUE@ --libs)
|
||||
@ENABLE_SHARED_TRUE@ libdirs=""
|
||||
-@ENABLE_SHARED_TRUE@ echo $libdirs @AALIB_LIBS@
|
||||
+@ENABLE_SHARED_TRUE@ echo $libdirs -laa
|
||||
@ENABLE_SHARED_TRUE@ ;;
|
||||
@ENABLE_STATIC_TRUE@@ENABLE_SHARED_TRUE@ --static-libs)
|
||||
@ENABLE_STATIC_TRUE@@ENABLE_SHARED_FALSE@ --libs|--static-libs)
|
||||
@ENABLE_STATIC_TRUE@ libdirs=""
|
||||
-@ENABLE_STATIC_TRUE@ echo $libdirs @AALIB_LIBS@
|
||||
+@ENABLE_STATIC_TRUE@ echo $libdirs -laa
|
||||
@ENABLE_STATIC_TRUE@ ;;
|
||||
*)
|
||||
echo "${usage}" 1>&2
|
@ -0,0 +1,40 @@
|
||||
--- aalib-1.4.0/configure.in~ 2006-07-23 09:29:19.000000000 +0200
|
||||
+++ aalib-1.4.0/configure.in 2006-07-23 09:29:19.000000000 +0200
|
||||
@@ -371,17 +371,6 @@
|
||||
;;
|
||||
esac
|
||||
|
||||
-# Set runtime shared library paths as needed
|
||||
-
|
||||
-if test $ARCH = linux -o $ARCH = freebsd -o $ARCH = bsdi; then
|
||||
- AALIB_RLD_FLAGS="-Wl,-rpath,\${exec_prefix}/lib"
|
||||
-fi
|
||||
-
|
||||
-if test $ARCH = solaris; then
|
||||
- AALIB_RLD_FLAGS="-R\${exec_prefix}/lib"
|
||||
-fi
|
||||
-
|
||||
-
|
||||
dnl Expand the cflags and libraries needed by apps using AALIB
|
||||
AC_SUBST(AALIB_CFLAGS)
|
||||
AC_SUBST(AALIB_LIBS)
|
||||
--- aalib-1.4.0/configure~ 2006-07-23 09:29:18.000000000 +0200
|
||||
+++ aalib-1.4.0/configure 2006-07-23 09:29:18.000000000 +0200
|
||||
@@ -4313,17 +4313,6 @@
|
||||
;;
|
||||
esac
|
||||
|
||||
-# Set runtime shared library paths as needed
|
||||
-
|
||||
-if test $ARCH = linux -o $ARCH = freebsd -o $ARCH = bsdi; then
|
||||
- AALIB_RLD_FLAGS="-Wl,-rpath,\${exec_prefix}/lib"
|
||||
-fi
|
||||
-
|
||||
-if test $ARCH = solaris; then
|
||||
- AALIB_RLD_FLAGS="-R\${exec_prefix}/lib"
|
||||
-fi
|
||||
-
|
||||
-
|
||||
|
||||
|
||||
|
@ -0,0 +1,13 @@
|
||||
--- aalib-1.4.0/configure.in.X_LIBS 2007-12-12 17:48:53.000000000 -0800
|
||||
+++ aalib-1.4.0/configure.in 2007-12-12 17:49:11.000000000 -0800
|
||||
@@ -103,8 +103,8 @@ AC_PATH_XTRA
|
||||
if test "x$no_x" = x; then
|
||||
x_driver=true
|
||||
AC_DEFINE(X11_DRIVER)
|
||||
- LIBS="$LIBS $X_EXTRA_LIBS $X_LIBS -lX11"
|
||||
- AALIB_LIBS="$AALIB_LIBS $X_EXTRA_LIBS $X_LIBS -lX11"
|
||||
+ LIBS="$LIBS $X_EXTRA_LIBS -lX11"
|
||||
+ AALIB_LIBS="$AALIB_LIBS $X_EXTRA_LIBS -lX11"
|
||||
CFLAGS="$CFLAGS $X_CFLAGS"
|
||||
fi
|
||||
|
@ -0,0 +1,11 @@
|
||||
--- aalib.m4~ 2001-04-26 17:37:31.000000000 +0300
|
||||
+++ aalib.m4 2004-07-16 01:22:13.035644150 +0300
|
||||
@@ -9,7 +9,7 @@
|
||||
dnl AM_PATH_AALIB([MINIMUM-VERSION, [ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND]]])
|
||||
dnl Test for AALIB, and define AALIB_CFLAGS and AALIB_LIBS
|
||||
dnl
|
||||
-AC_DEFUN(AM_PATH_AALIB,
|
||||
+AC_DEFUN([AM_PATH_AALIB],
|
||||
[dnl
|
||||
dnl Get the cflags and libraries from the aalib-config script
|
||||
dnl
|
@ -0,0 +1,17 @@
|
||||
--- aalib-config.in~ 2001-04-26 17:37:31.000000000 +0300
|
||||
+++ aalib-config.in 2004-07-16 01:33:03.740515009 +0300
|
||||
@@ -48,12 +48,12 @@
|
||||
echo -I@includedir@ @AALIB_CFLAGS@
|
||||
;;
|
||||
@ENABLE_SHARED_TRUE@ --libs)
|
||||
-@ENABLE_SHARED_TRUE@ libdirs="-L@libdir@ @AALIB_RLD_FLAGS@"
|
||||
+@ENABLE_SHARED_TRUE@ libdirs=""
|
||||
@ENABLE_SHARED_TRUE@ echo $libdirs @AALIB_LIBS@
|
||||
@ENABLE_SHARED_TRUE@ ;;
|
||||
@ENABLE_STATIC_TRUE@@ENABLE_SHARED_TRUE@ --static-libs)
|
||||
@ENABLE_STATIC_TRUE@@ENABLE_SHARED_FALSE@ --libs|--static-libs)
|
||||
-@ENABLE_STATIC_TRUE@ libdirs="-L@libdir@ @AALIB_RLD_FLAGS@"
|
||||
+@ENABLE_STATIC_TRUE@ libdirs=""
|
||||
@ENABLE_STATIC_TRUE@ echo $libdirs @AALIB_LIBS@
|
||||
@ENABLE_STATIC_TRUE@ ;;
|
||||
*)
|
@ -0,0 +1,19 @@
|
||||
--- aalib-1.4.0/ltconfig.foo 2007-05-04 08:47:13.000000000 -0400
|
||||
+++ aalib-1.4.0/ltconfig 2007-05-04 08:48:26.000000000 -0400
|
||||
@@ -1994,16 +1994,6 @@ linux-gnu*)
|
||||
shlibpath_var=LD_LIBRARY_PATH
|
||||
shlibpath_overrides_runpath=no
|
||||
deplibs_check_method=pass_all
|
||||
-
|
||||
- if test -f /lib/ld.so.1; then
|
||||
- dynamic_linker='GNU ld.so'
|
||||
- else
|
||||
- # Only the GNU ld.so supports shared libraries on MkLinux.
|
||||
- case "$host_cpu" in
|
||||
- powerpc*) dynamic_linker=no ;;
|
||||
- *) dynamic_linker='Linux ld.so' ;;
|
||||
- esac
|
||||
- fi
|
||||
;;
|
||||
|
||||
netbsd*)
|
@ -0,0 +1,263 @@
|
||||
%global rc_subver rc5
|
||||
|
||||
Summary: ASCII art library
|
||||
Name: aalib
|
||||
Version: 1.4.0
|
||||
Release: 0.42.%{rc_subver}%{?dist}
|
||||
License: LGPLv2+
|
||||
URL: http://aa-project.sourceforge.net/aalib/
|
||||
Source0: http://download.sourceforge.net/aa-project/%{name}-1.4%{rc_subver}.tar.gz
|
||||
Patch0: aalib-aclocal.patch
|
||||
Patch1: aalib-config-rpath.patch
|
||||
Patch2: aalib-1.4rc5-bug149361.patch
|
||||
Patch3: aalib-1.4rc5-rpath.patch
|
||||
Patch4: aalib-1.4rc5-x_libs.patch
|
||||
Patch5: aalib-1.4rc5-libflag.patch
|
||||
BuildRequires: slang-devel libXt-devel gpm-devel ncurses-devel
|
||||
BuildRequires: autoconf libtool
|
||||
BuildRequires: make
|
||||
|
||||
%description
|
||||
AA-lib is a low level gfx library just as many other libraries are. The
|
||||
main difference is that AA-lib does not require graphics device. In
|
||||
fact, there is no graphical output possible. AA-lib replaces those
|
||||
old-fashioned output methods with a powerful ASCII art renderer. The API
|
||||
is designed to be similar to other graphics libraries.
|
||||
|
||||
%package libs
|
||||
Summary: Library files for aalib
|
||||
%description libs
|
||||
This package contains library files for aalib.
|
||||
|
||||
%package devel
|
||||
Summary: Development files for aalib
|
||||
Requires: %{name}-libs = %{version}-%{release}
|
||||
|
||||
%description devel
|
||||
This package contains header files and other files needed to develop
|
||||
with aalib.
|
||||
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p0
|
||||
%patch1 -p0
|
||||
%patch2 -p1 -b .bug149361
|
||||
%patch3 -p1 -b .rpath
|
||||
%patch4 -p1 -b .x_libs
|
||||
%patch5 -p0 -b .libflag
|
||||
# included libtool is too old, we need to rebuild
|
||||
autoreconf -v -f -i
|
||||
|
||||
%build
|
||||
%configure --disable-static --with-curses-driver=yes --with-ncurses
|
||||
|
||||
make %{?_smp_mflags}
|
||||
|
||||
|
||||
%install
|
||||
make install DESTDIR=$RPM_BUILD_ROOT INSTALL="%{__install} -p"
|
||||
rm -f $RPM_BUILD_ROOT{%{_libdir}/libaa.la,%{_infodir}/dir}
|
||||
|
||||
# clean up multilib conflicts
|
||||
touch -r NEWS $RPM_BUILD_ROOT%{_bindir}/aalib-config $RPM_BUILD_ROOT%{_datadir}/aclocal/aalib.m4
|
||||
|
||||
%ldconfig_scriptlets libs
|
||||
|
||||
%files
|
||||
%{_bindir}/aafire
|
||||
%{_bindir}/aainfo
|
||||
%{_bindir}/aasavefont
|
||||
%{_bindir}/aatest
|
||||
%{_mandir}/man1/aafire.1*
|
||||
|
||||
%files libs
|
||||
%doc README ChangeLog NEWS
|
||||
%license COPYING
|
||||
%{_libdir}/libaa.so.*
|
||||
|
||||
%files devel
|
||||
%{_bindir}/aalib-config
|
||||
%{_mandir}/man3/*
|
||||
%{_libdir}/libaa.so
|
||||
%{_includedir}/aalib.h
|
||||
%{_infodir}/aalib.info*
|
||||
%{_datadir}/aclocal/aalib.m4
|
||||
|
||||
%changelog
|
||||
* Wed Jul 21 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.0-0.42.rc5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||
|
||||
* Mon Jan 25 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.0-0.41.rc5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
* Fri Jul 31 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.0-0.40.rc5
|
||||
- Second attempt - Rebuilt for
|
||||
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.0-0.39.rc5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.0-0.38.rc5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||
|
||||
* Wed Jul 24 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.0-0.37.rc5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||
|
||||
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.0-0.36.rc5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||
|
||||
* Thu Jul 12 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.0-0.35.rc5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||
|
||||
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.0-0.34.rc5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
||||
* Sun Feb 04 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.4.0-0.33.rc5
|
||||
- Switch to %%ldconfig_scriptlets
|
||||
|
||||
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.0-0.32.rc5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
||||
|
||||
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.0-0.31.rc5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
||||
|
||||
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.0-0.30.rc5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||
|
||||
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.0-0.29.rc5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||
|
||||
* Tue Jan 19 2016 Tom Callaway <spot@fedoraproject.org> - 1.4.0-0.28.rc5
|
||||
- spec cleanups
|
||||
|
||||
* Tue Jun 16 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.0-0.27.rc5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||
|
||||
* Fri Aug 15 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.0-0.26.rc5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
||||
|
||||
* Fri Jun 06 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.0-0.25.rc5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
||||
|
||||
* Wed Aug 28 2013 Tom Callaway <spot@fedoraproject.org> - 1.4.0-0.24.rc5
|
||||
- rebuild to drop ancient obsoletes
|
||||
|
||||
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.0-0.23.rc5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
||||
|
||||
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.0-0.22.rc5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
||||
|
||||
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.0-0.21.rc5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
||||
|
||||
* Thu Jan 12 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.0-0.20.rc5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
||||
|
||||
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.0-0.19.rc5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
||||
|
||||
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.0-0.18.rc5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
||||
|
||||
* Mon Feb 23 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.0-0.17.rc5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
||||
|
||||
* Fri Jul 18 2008 Caolán McNamara <caolanm@redhat.com> 1.4.0-0.16.rc5
|
||||
- rebuild for new libgpm
|
||||
|
||||
* Mon Mar 24 2008 Garrick Staples <garrick@usc.edu> 1.4.0-0.15.rc5
|
||||
- remove unnecessary link bloat from aalib-config
|
||||
- libs package doesn't need to require base package
|
||||
- move docs to libs package
|
||||
|
||||
* Thu Feb 14 2008 Garrick Staples <garrick@usc.edu> 1.4.0-0.14.rc5
|
||||
- fix multilib conflicts by splitting out libs package and fix
|
||||
timestamps and aalib-config
|
||||
|
||||
* Wed Aug 15 2007 Garrick Staples <garrick@usc.edu> 1.4.0-0.13.rc5
|
||||
- correct License: tag
|
||||
|
||||
* Fri May 4 2007 Bill Nottingham <notting@redhat.com> 1.4.0-0.12.rc5
|
||||
- remove some dainbramage in ltconfig so it builds shared libs on ppc64
|
||||
|
||||
* Thu Oct 19 2006 Garrick Staples <garrick@usc.edu> 1.4.0-0.11.rc5
|
||||
- incorrect subversion in previous two changelog entries
|
||||
|
||||
* Thu Oct 19 2006 Garrick Staples <garrick@usc.edu> 1.4.0-0.10.rc6
|
||||
- Rebuild with ncurses support
|
||||
|
||||
* Mon Aug 28 2006 Hans de Goede <j.w.r.degoede@hhs.nl> 1.4.0-0.8.rc6
|
||||
- FE6 Rebuild
|
||||
|
||||
* Sun Jul 23 2006 Hans de Goede <j.w.r.degoede@hhs.nl> 1.4.0-0.8.rc5
|
||||
- Taking over as maintainer since Anvil has other priorities
|
||||
- Long long due rebuild with new gcc for FC-5 (bug 185870)
|
||||
- Add %%{?dist} tag
|
||||
- Make release field comply with the Package Naming guidelines for
|
||||
pre releases. Luckily according to rpm 8 > rc5 so this can be done.
|
||||
- Fix some rpmlint warnings
|
||||
- Fix (remove) use of rpath
|
||||
|
||||
* Mon Nov 28 2005 Ville Skyttä <ville.skytta at iki.fi> - 1.4.0-0.rc5.7
|
||||
- Fix modular X dependencies.
|
||||
- Rebuild against new slang.
|
||||
- Disable static lib, not shipping it anyway.
|
||||
- Prune unneeded libs from aalib-config (and corresponding deps from -devel).
|
||||
- Don't use %%exclude.
|
||||
|
||||
* Mon Nov 21 2005 Warren Togami <wtogami@redhat.com> - 1.4.0-0.rc5.6
|
||||
- remove .a
|
||||
- XFree86-devel -> libX11-devel
|
||||
|
||||
* Fri Jul 1 2005 Michael Schwendt <mschwendt[AT]users.sf.net> 1.4.0-0.rc5.5
|
||||
- fix missing return value (#149361)
|
||||
|
||||
* Thu Apr 7 2005 Michael Schwendt <mschwendt[AT]users.sf.net> 1.4.0-0.rc5.4
|
||||
- rebuilt
|
||||
|
||||
* Thu Dec 16 2004 Michael Schwendt <mschwendt[AT]users.sf.net> 1.4.0-0.rc5.3
|
||||
- If Epoch is dropped, %%epoch must not be used anywhere else.
|
||||
|
||||
* Wed Nov 10 2004 Matthias Saou <http://freshrpms.net/> 1.4.0-0.rc5.2
|
||||
- Bump release for compatibility (still, it'll break *sigh*).
|
||||
- Fix possible non zero exit status from %%install.
|
||||
- Fix owning the entire man3/ directory.
|
||||
- Pending possible changes : --with-ncurses & ncurses-devel build dep.
|
||||
|
||||
* Fri Jul 16 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:1.4.0-0.fdr.0.9.rc5
|
||||
- Fix underquoted definition in aalib.m4 to appease aclocal >= 1.8.
|
||||
- Avoid rpath in aalib-config.
|
||||
- Split Requires for post and postun into two to work around a rpm bug.
|
||||
- Other minor specfile improvements.
|
||||
|
||||
* Thu Aug 21 2003 Dams <anvil[AT]livna.org> 0:1.4.0-0.fdr.0.8.rc5
|
||||
- devel package now requires info
|
||||
- Rewrote scriplets
|
||||
- buildroot -> RPM_BUILD_ROOT
|
||||
- Moved info files into devel package
|
||||
|
||||
* Tue Aug 5 2003 Dams <anvil[AT]livna.org> 0:1.4.0-0.fdr.0.7.rc5
|
||||
- Removed '-p /sbin/ldconfig' in post scriptlet
|
||||
|
||||
* Thu Apr 10 2003 Dams <anvil[AT]livna.org> 0:1.4.0-0.fdr.0.6.rc5
|
||||
- Added missing gpm-devel *Requires
|
||||
|
||||
* Mon Apr 7 2003 Dams <anvil[AT]livna.org> 0:1.4.0-0.fdr.0.5.rc5
|
||||
- Moved configure from prep to build section.
|
||||
- Modified post* and pre* scriplets
|
||||
|
||||
* Thu Apr 3 2003 Dams <anvil[AT]livna.org> 0:1.4.0-0.fdr.0.4.rc5
|
||||
- Fix things between exclude, rm -f, lib*.la, and infodir/dir things
|
||||
- Added URL in Source0.
|
||||
|
||||
* Thu Apr 3 2003 Dams <anvil[AT]livna.org> 0:1.4.0-0.fdr.0.3.rc5
|
||||
- Modified devel Requires:
|
||||
- Removed gcc as requirement
|
||||
|
||||
* Wed Apr 2 2003 Dams <anvil[AT]livna.org> 0:1.4.0-0.fdr.0.2.rc5
|
||||
- Applied spec modifications from Adrian Reber
|
||||
|
||||
* Tue Apr 1 2003 Dams <anvil[AT]livna.org>
|
||||
- Initial build.
|
Loading…
Reference in new issue