]> git.pld-linux.org Git - packages/texlive.git/commitdiff
- xindy fixes
authorZsolt Udvari <uzsolt@pld-linux.org>
Thu, 9 Apr 2009 17:48:08 +0000 (17:48 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    texlive.spec -> 1.220

texlive.spec

index 30aa6395d883821ad5617fbc34b49ce15d52348a..6767a22e25cabb57f95e148c9a5a1a6ce232fd00 100644 (file)
@@ -5801,6 +5801,10 @@ rm -rf $RPM_BUILD_ROOT%{texmf}/doc/gzip
 # install -d format-logs
 # mv -fv $RPM_BUILD_ROOT%{fmtdir}/*.log format-logs
 
+# xindy files are in %%{texmf}
+rm -rf $RPM_BUILD_ROOT%{_datadir}/xindy
+rm -rf $RPM_BUILD_ROOT%{_datadir}/doc
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -8178,6 +8182,9 @@ fi
 %dir %{texmf}/xindy
 %dir %{texmf}/xindy/lang
 %attr(755,root,root) %{texmf}/scripts/xindy/*
+%attr(755,root,root) %{_bindir}/tex2xindy
+%attr(755,root,root) %{_bindir}/xindy
+%{_libdir}/xindy
 %{texmf}/xindy/base
 %{texmf}/xindy/class
 %{texmf}/xindy/ord
This page took 0.078375 seconds and 4 git commands to generate.