]> git.pld-linux.org Git - packages/eqascii.git/blame - eqascii.spec
- tabs in preamble
[packages/eqascii.git] / eqascii.spec
CommitLineData
ea64e143 1Summary: EQuation ASCII renderer
7012ef24 2Summary(pl.UTF-8): Program wyświetlający równania jako ASCII
ea64e143 3Name: eqascii
ca78116c 4Version: 0.3.1
bad38643 5Release: 3
ca78116c 6License: GPL
ea64e143 7Group: Applications/Text
ea64e143 8Source0: http://dione.ids.pl/~pborys/software/linux/%{name}-%{version}.tar.gz
d4cc641e 9# Source0-md5: 71b79c3d3987ed125293e9b6e0bd017c
ea64e143
JB
10BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
11
12%description
13eqascii is an ascii equation renderer, which as a command argument
14accepts an equation in a form similar to LaTeX equation description.
15It outputs the result to stdout.
16
f6efd109
JR
17%description -l pl.UTF-8
18eqascii jest programem wyświetlającym równania przy użyciu znaków
19ASCII, przyjmującym w linii poleceń równania w notacji podobnej do
bad38643 20LaTeXa.
ea64e143 21
961891bd
JB
22%package devel
23Summary: EQuation ASCII renderer for programmers
7012ef24 24Summary(pl.UTF-8): Biblioteka do zamiany równań na postać ASCII
961891bd 25Group: Development/Libraries
961891bd
JB
26# note: there is no reason to require eqascii
27
28%description devel
29Package contains static library, header file and documentation useful
30for developing programs that draw equations in text mode.
31
f6efd109
JR
32%description devel -l pl.UTF-8
33Pakiet zawiera bibliotekę statyczną, plik nagłówkowy i dokumentację
34przydatne przy pisaniu programów wyświetlających wzory jako ASCII.
961891bd 35
ea64e143
JB
36%prep
37%setup -q -n %{name}
38
39%build
bad38643
JB
40%{__make} \
41 DEBUG="%{rpmcflags}"
ea64e143
JB
42
43%install
44rm -rf $RPM_BUILD_ROOT
961891bd 45install -d $RPM_BUILD_ROOT{%{_bindir},%{_libdir},%{_includedir},%{_mandir}/man{1,3}}
ea64e143
JB
46
47install eqascii $RPM_BUILD_ROOT%{_bindir}
48install eqascii.1 $RPM_BUILD_ROOT%{_mandir}/man1
961891bd
JB
49install eqascii.3 $RPM_BUILD_ROOT%{_mandir}/man3
50install eqascii.a $RPM_BUILD_ROOT%{_libdir}
51install eqascii.h $RPM_BUILD_ROOT%{_includedir}
ea64e143 52
ea64e143
JB
53%clean
54rm -rf $RPM_BUILD_ROOT
55
56%files
57%defattr(644,root,root,755)
023c798c 58%doc HISTORY test
ea64e143
JB
59%attr(755,root,root) %{_bindir}/*
60%{_mandir}/man1/*
961891bd
JB
61
62%files devel
63%defattr(644,root,root,755)
64%{_libdir}/*.a
65%{_includedir}/*.h
66%{_mandir}/man3/*
This page took 0.078648 seconds and 4 git commands to generate.