Update to 0.99beta16.
This commit is contained in:
parent
e95bb96da1
commit
0261486a21
@ -1 +1 @@
|
||||
libcaca-0.99.beta11.tar.gz
|
||||
libcaca-0.99.beta16.tar.gz
|
||||
|
25
libcaca.spec
25
libcaca.spec
@ -1,13 +1,13 @@
|
||||
%define beta beta11
|
||||
%define beta beta16
|
||||
|
||||
Summary: Library for Colour AsCii Art, text mode graphics
|
||||
Name: libcaca
|
||||
Version: 0.99
|
||||
Release: 0.4.%{beta}%{?dist}
|
||||
Release: 0.5.%{beta}%{?dist}
|
||||
License: WTFPL
|
||||
Group: System Environment/Libraries
|
||||
URL: http://libcaca.zoy.org/
|
||||
Source: http://libcaca.zoy.org/files/libcaca-%{version}.%{beta}.tar.gz
|
||||
Source: http://caca.zoy.org/raw-attachment/wiki/libcaca/libcaca-%{version}.%{beta}.tar.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
||||
BuildRequires: slang-devel
|
||||
BuildRequires: ncurses-devel
|
||||
@ -79,10 +79,12 @@ sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
|
||||
|
||||
|
||||
%install
|
||||
%{__rm} -rf %{buildroot} libcucul-dev-docs
|
||||
%{__rm} -rf %{buildroot} libcaca-dev-docs
|
||||
%makeinstall
|
||||
# We want to include the docs ourselves from the source directory
|
||||
%{__mv} %{buildroot}%{_docdir}/libcucul-dev libcucul-dev-docs
|
||||
%{__mv} %{buildroot}%{_docdir}/libcaca-dev libcaca-dev-docs
|
||||
# Remove symlink to libcaca-dev
|
||||
%{__rm} -f %{buildroot}%{_docdir}/libcucul-dev
|
||||
|
||||
|
||||
%clean
|
||||
@ -93,6 +95,7 @@ sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
|
||||
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc COPYING
|
||||
@ -100,7 +103,7 @@ sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root,-)
|
||||
%doc ChangeLog libcucul-dev-docs/*
|
||||
%doc ChangeLog libcaca-dev-docs/*
|
||||
%{_bindir}/caca-config
|
||||
%{_includedir}/*.h
|
||||
%{_libdir}/pkgconfig/*.pc
|
||||
@ -112,23 +115,27 @@ sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
|
||||
|
||||
%files -n caca-utils
|
||||
%defattr(-,root,root,-)
|
||||
%doc AUTHORS COPYING* NEWS NOTES README THANKS TODO
|
||||
%doc AUTHORS COPYING* NEWS NOTES README THANKS
|
||||
%{_bindir}/cacademo
|
||||
%{_bindir}/cacafire
|
||||
%{_bindir}/cacaplay
|
||||
%{_bindir}/cacaserver
|
||||
%{_bindir}/cacaview
|
||||
%{_bindir}/img2irc
|
||||
%{_bindir}/img2txt
|
||||
%{_datadir}/libcaca/
|
||||
%{_mandir}/man1/cacademo.1*
|
||||
%{_mandir}/man1/cacafire.1*
|
||||
%{_mandir}/man1/cacaplay.1*
|
||||
%{_mandir}/man1/cacaserver.1*
|
||||
%{_mandir}/man1/cacaview.1*
|
||||
%{_mandir}/man1/img2irc.1*
|
||||
%{_mandir}/man1/img2txt.1*
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Oct 27 2008 Matthias Saou <http://freshrpms.net/> 0.99-0.5.beta16
|
||||
- Update to 0.99beta16.
|
||||
- Update Source URL.
|
||||
|
||||
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.99-0.4.beta11
|
||||
- Autorebuild for GCC 4.3
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user