]> git.pld-linux.org Git - packages/tex-latex-collectbox.git/blame - tex-latex-collectbox.spec
- texmf/doc/latex dir belongs to texlive now; release 2
[packages/tex-latex-collectbox.git] / tex-latex-collectbox.spec
CommitLineData
725bc81c
JB
1Summary: Macros to collect and process an macro argument as horizontal box
2Summary(pl.UTF-8): Makra do zbierania i przetwarzania argumentu makra jako poziomego pola
3Name: tex-latex-collectbox
4Version: 0.4b
03d186b6 5Release: 2
725bc81c
JB
6License: LaTeX Project Public License v1.3+
7Group: Applications/Publishing
8Source0: http://mirrors.ctan.org/macros/latex/contrib/collectbox.zip
9# Source0-md5: 169ee2a9a88fadcfb170f7aab33cef34
10URL: https://sourceforge.net/projects/collectbox/
11BuildRequires: /usr/bin/latex
12BuildRequires: rpmbuild(macros) >= 1.751
13BuildRequires: tex(ydoc)
14BuildRequires: unzip
15Requires(post,postun): /usr/bin/texhash
16# TODO: use generic
17Requires: texlive-latex
18Provides: tex(collectbox) = %{version}
19BuildArch: noarch
20BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
21
22%description
23Macros to collect and process an macro argument as horizontal box.
24
25%description -l pl.UTF-8
26Makra do zbierania i przetwarzania argumentu makra jako poziomego
27pola.
28
29%prep
30%setup -q -n collectbox
31
32%build
33latex collectbox.ins
34
35%install
36rm -rf $RPM_BUILD_ROOT
37install -d $RPM_BUILD_ROOT%{_datadir}/texmf/{doc,tex}/latex/collectbox
38
39cp -p *.pdf $RPM_BUILD_ROOT%{_datadir}/texmf/doc/latex/collectbox
40cp -p *.sty $RPM_BUILD_ROOT%{_datadir}/texmf/tex/latex/collectbox
41
42%clean
43rm -rf $RPM_BUILD_ROOT
44
45%post
46%texhash
47
48%postun
49%texhash
50
51%files
52%defattr(644,root,root,755)
53%doc README
725bc81c
JB
54%doc %{_datadir}/texmf/doc/latex/collectbox
55%{_datadir}/texmf/tex/latex/collectbox
This page took 0.105221 seconds and 4 git commands to generate.