- create a separate package for static kpathsea library (#556097)

This commit is contained in:
Jindrich Novy 2010-01-29 13:42:14 +00:00
parent 6f2f3c1974
commit a33f9c9a34
1 changed files with 18 additions and 3 deletions

View File

@ -21,7 +21,7 @@
Name: texlive
Version: %{texlive_ver}
Release: 48%{?dist}
Release: 49%{?dist}
Summary: Binaries for the TeX formatting system
Group: Applications/Publishing
@ -344,6 +344,17 @@ symbolic link.
You only need to install this package if you will be compiling software that
wants to link against the kpathsea library.
%package -n kpathsea-devel-static
Summary: Files needed to build software against kpathsea
Group: Development/Libraries
Requires: kpathsea-devel = %{version}
%description -n kpathsea-devel-static
This package includes the libkpathsea.a static library.
You only need to install this package if you will be compiling software that
wants to statically link against the kpathsea library.
%package -n mendexk
Summary: Replacement for makeindex with many enhancements
Group: Applications/Publishing
@ -1157,8 +1168,9 @@ fi
%defattr(-,root,root,-)
%{_includedir}/kpathsea/
%{_libdir}/libkpathsea.so
# yes - packaging the static too. Some programs apparently can't link
# against the shared. I can't name any, but so i hear.
%files -n kpathsea-devel-static
%defattr(-,root,root,-)
%{_libdir}/libkpathsea.a
%files -n mendexk
@ -1239,6 +1251,9 @@ fi
%{_mandir}/man1/texutil.1*
%changelog
* Fri Jan 29 2010 Jindrich Novy <jnovy@redhat.com> 2007-49
- create a separate package for static kpathsea library (#556097)
* Tue Jan 12 2010 Jindrich Novy <jnovy@redhat.com> 2007-48
- add missing defattr to filelists
- fix directory ownership of /var/lib/texmf/web2c (#512459)