Compare commits
7 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
aa8d25ac81 | ||
|
|
6f05cc2232 | ||
|
|
4944acc1b3 | ||
|
|
9bb1400076 | ||
|
|
d0b43be8d8 | ||
|
|
45b3913b11 | ||
|
|
a4bdfb2cb8 |
1 changed files with 40 additions and 12 deletions
52
aalib.spec
52
aalib.spec
|
|
@ -1,9 +1,10 @@
|
||||||
%global rc_subver rc5
|
%global rc_subver rc5
|
||||||
|
%global optflags %{optflags} -std=gnu17
|
||||||
|
|
||||||
Summary: ASCII art library
|
Summary: ASCII art library
|
||||||
Name: aalib
|
Name: aalib
|
||||||
Version: 1.4.0
|
Version: 1.4.0
|
||||||
Release: 0.50.%{rc_subver}%{?dist}
|
Release: 0.57.%{rc_subver}%{?dist}
|
||||||
License: LGPL-2.1-or-later
|
License: LGPL-2.1-or-later
|
||||||
URL: http://aa-project.sourceforge.net/aalib/
|
URL: http://aa-project.sourceforge.net/aalib/
|
||||||
Source0: http://download.sourceforge.net/aa-project/%{name}-1.4%{rc_subver}.tar.gz
|
Source0: http://download.sourceforge.net/aa-project/%{name}-1.4%{rc_subver}.tar.gz
|
||||||
|
|
@ -11,18 +12,22 @@ Patch0: aalib-aclocal.patch
|
||||||
Patch1: aalib-config-rpath.patch
|
Patch1: aalib-config-rpath.patch
|
||||||
Patch2: aalib-1.4rc5-bug149361.patch
|
Patch2: aalib-1.4rc5-bug149361.patch
|
||||||
Patch3: aalib-1.4rc5-rpath.patch
|
Patch3: aalib-1.4rc5-rpath.patch
|
||||||
Patch4: aalib-1.4rc5-x_libs.patch
|
Patch4: aalib-1.4rc5-x_libs.patch
|
||||||
Patch5: aalib-1.4rc5-libflag.patch
|
Patch5: aalib-1.4rc5-libflag.patch
|
||||||
Patch6: aalib-c99.patch
|
Patch6: aalib-c99.patch
|
||||||
Patch7: https://gitweb.gentoo.org/repo/gentoo.git/plain/media-libs/aalib/files/aalib-1.4_rc5-free-offset-pointer.patch
|
Patch7: https://gitweb.gentoo.org/repo/gentoo.git/plain/media-libs/aalib/files/aalib-1.4_rc5-free-offset-pointer.patch
|
||||||
Patch8: https://gitweb.gentoo.org/repo/gentoo.git/plain/media-libs/aalib/files/aalib-1.4_rc5-fix-aarender.patch
|
Patch8: https://gitweb.gentoo.org/repo/gentoo.git/plain/media-libs/aalib/files/aalib-1.4_rc5-fix-aarender.patch
|
||||||
# Modern ncurses has an opaque WINDOW structure (you cannot address its members directly)
|
# Modern ncurses has an opaque WINDOW structure (you cannot address its members directly)
|
||||||
# Use the getmaxx() and getmaxy() functions provided by ncurses instead.
|
# Use the getmaxx() and getmaxy() functions provided by ncurses instead.
|
||||||
Patch9: aalib-1.4rc5-opaque-ncurses-fix.patch
|
Patch9: aalib-1.4rc5-opaque-ncurses-fix.patch
|
||||||
|
|
||||||
BuildRequires: slang-devel libXt-devel gpm-devel ncurses-devel
|
BuildRequires: autoconf
|
||||||
BuildRequires: autoconf libtool
|
BuildRequires: gpm-devel
|
||||||
BuildRequires: make
|
BuildRequires: libtool
|
||||||
|
BuildRequires: libXt-devel
|
||||||
|
BuildRequires: make
|
||||||
|
BuildRequires: ncurses-devel
|
||||||
|
BuildRequires: slang-devel
|
||||||
|
|
||||||
%description
|
%description
|
||||||
AA-lib is a low level gfx library just as many other libraries are. The
|
AA-lib is a low level gfx library just as many other libraries are. The
|
||||||
|
|
@ -63,11 +68,11 @@ autoreconf -v -f -i
|
||||||
%build
|
%build
|
||||||
%configure --disable-static --with-curses-driver=yes --with-ncurses
|
%configure --disable-static --with-curses-driver=yes --with-ncurses
|
||||||
|
|
||||||
make %{?_smp_mflags}
|
%make_build
|
||||||
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
make install DESTDIR=$RPM_BUILD_ROOT INSTALL="%{__install} -p"
|
%make_install
|
||||||
rm -f $RPM_BUILD_ROOT{%{_libdir}/libaa.la,%{_infodir}/dir}
|
rm -f $RPM_BUILD_ROOT{%{_libdir}/libaa.la,%{_infodir}/dir}
|
||||||
|
|
||||||
# clean up multilib conflicts
|
# clean up multilib conflicts
|
||||||
|
|
@ -85,7 +90,7 @@ touch -r NEWS $RPM_BUILD_ROOT%{_bindir}/aalib-config $RPM_BUILD_ROOT%{_datadir}/
|
||||||
%files libs
|
%files libs
|
||||||
%doc README ChangeLog NEWS
|
%doc README ChangeLog NEWS
|
||||||
%license COPYING
|
%license COPYING
|
||||||
%{_libdir}/libaa.so.*
|
%{_libdir}/libaa.so.1*
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%{_bindir}/aalib-config
|
%{_bindir}/aalib-config
|
||||||
|
|
@ -96,6 +101,29 @@ touch -r NEWS $RPM_BUILD_ROOT%{_bindir}/aalib-config $RPM_BUILD_ROOT%{_datadir}/
|
||||||
%{_datadir}/aclocal/aalib.m4
|
%{_datadir}/aclocal/aalib.m4
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jan 16 2026 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.0-0.57.rc5
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
|
||||||
|
|
||||||
|
* Wed Jul 23 2025 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.0-0.56.rc5
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
|
||||||
|
|
||||||
|
* Mon Mar 3 2025 Tom Callaway <spot@fedoraproject.org> - 1.4.0-0.55.rc5
|
||||||
|
- force std=gnu17 (it does not support C23)
|
||||||
|
- fixes FTBFS
|
||||||
|
|
||||||
|
* Thu Jan 16 2025 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.0-0.54.rc5
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
|
||||||
|
|
||||||
|
* Fri Jan 03 2025 Xavier Bachelot <xavier@bachelot.org> - 1.4.0-0.53.rc5
|
||||||
|
- Re-enable gpm on EL10
|
||||||
|
|
||||||
|
* Fri Oct 04 2024 Xavier Bachelot <xavier@bachelot.org> - 1.4.0-0.52.rc5
|
||||||
|
- Do not BuildRequires gpm-devel on EL10
|
||||||
|
- Specfile clean up
|
||||||
|
|
||||||
|
* Wed Jul 17 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.0-0.51.rc5
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
||||||
|
|
||||||
* Sat Feb 10 2024 Tom Callaway <spot@fedoraproject.org> - 1.4.0-0.50.rc5
|
* Sat Feb 10 2024 Tom Callaway <spot@fedoraproject.org> - 1.4.0-0.50.rc5
|
||||||
- apply two fixes from gentoo
|
- apply two fixes from gentoo
|
||||||
- fix aalib to handle opaque WINDOW in ncurses
|
- fix aalib to handle opaque WINDOW in ncurses
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue