rpms/texlive/devel texlive.spec,1.59,1.60

Jindrich Novy jnovy at fedoraproject.org
Fri Jan 29 13:42:14 UTC 2010


Author: jnovy

Update of /cvs/pkgs/rpms/texlive/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv5750

Modified Files:
	texlive.spec 
Log Message:
* Fri Jan 29 2010 Jindrich Novy <jnovy at redhat.com> 2007-49
- create a separate package for static kpathsea library (#556097)



Index: texlive.spec
===================================================================
RCS file: /cvs/pkgs/rpms/texlive/devel/texlive.spec,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -p -r1.59 -r1.60
--- texlive.spec	12 Jan 2010 15:53:55 -0000	1.59
+++ texlive.spec	29 Jan 2010 13:42:14 -0000	1.60
@@ -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 at redhat.com> 2007-49
+- create a separate package for static kpathsea library (#556097)
+
 * Tue Jan 12 2010 Jindrich Novy <jnovy at redhat.com> 2007-48
 - add missing defattr to filelists
 - fix directory ownership of /var/lib/texmf/web2c (#512459)



More information about the scm-commits mailing list