source: projects/specs/trunk/l/latexmk/latexmk-vl.spec @ 4933

Revision 4933, 1.4 KB checked in by Takemikaduchi, 13 years ago (diff)

NEW: latexila, latexmk, rubber
mono, NetworkManager: new upstream release
control-center: rebuild with NetworkManager-0.9

Line 
1Summary:        Generate LaTeX document
2Name:           latexmk
3Version:        426
4Release:        1%{?_dist_release}
5Source0:        http://www.phys.psu.edu/~collins/software/%{name}-jcc/latexmk-%{version}.zip
6License:        GPLv2+
7Group:          Applications/Publishing
8URL:            http://www.phys.psu.edu/~collins/software/latexmk-jcc/
9
10Requires:       texlive-common
11Requires:       ghostscript
12Requires:       xdg-utils
13
14BuildRoot:      %{_tmppath}/%{name}-%{version}-root
15
16BuildArch:      noarch
17
18Vendor: Project Vine
19Distribution: Vine Linux
20
21
22%description
23Latexmk is a perl script for running LaTeX the correct number of times to resolve
24cross references, etc; it also runs auxiliary programs (bibtex, makeindex if necessary,
25and dvips and/or a previewer as requested). It has a number of other useful capabilities,
26for example to start a previewer and then run latex whenever the source files are
27updated, so that the previewer gives an up-to-date view of the document.
28
29
30%prep
31%setup -q -c
32
33
34%install
35%{__rm} -rf $RPM_BUILD_ROOT
36
37install -d $RPM_BUILD_ROOT%{_bindir}
38install -d $RPM_BUILD_ROOT%{_mandir}/man1
39
40install -m 0755 %{name}.pl $RPM_BUILD_ROOT%{_bindir}/%{name}
41install -m 0644 %{name}.1 $RPM_BUILD_ROOT%{_mandir}/man1/
42
43
44%clean
45%{__rm} -rf $RPM_BUILD_ROOT
46
47
48%files
49%defattr(-,root,root)
50%doc CHANGES COPYING README latexmk.pdf latexmk.txt example_rcfiles
51%{_bindir}/%{name}
52%{_mandir}/man1/%{name}.*
53
54
55%changelog
56* Mon Oct 10 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 426-1
57- initial build for Vine Linux
58
Note: See TracBrowser for help on using the repository browser.