]> git.pld-linux.org Git - packages/bibcheck.git/blob - bibcheck.spec
- tabs in preamble
[packages/bibcheck.git] / bibcheck.spec
1 Summary:        Applies heuristic checks to BibTeX files
2 Summary(pl.UTF-8):      Heurystyczne sprawdzanie plików BibTeXa
3 Name:           bibcheck
4 Version:        0.10
5 Release:        1
6 License:        GPL v2
7 Group:          Applications
8 Source0:        ftp://ftp.math.utah.edu/pub/tex/bib/%{name}-%{version}.tar.bz2
9 # Source0-md5:  9797b2f862902b6f24ef74cc9d4d6d2a
10 URL:            http://www.ecst.csuchico.edu/~jacobsd/bib/tools/bibtex.html
11 BuildRequires:  autoconf
12 BuildRequires:  automake
13 BuildRequires:  flex
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %description
17 Applies heuristic checks to BibTeX files.
18
19 %description -l pl.UTF-8
20 Heurystyczne sprawdzanie plików BibTeXa.
21
22 %prep
23 %setup -q
24
25 %build
26 %{__aclocal}
27 %{__autoconf}
28 %configure
29 %{__make}
30
31 %install
32 rm -rf $RPM_BUILD_ROOT
33 install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1,/etc/env.d}
34
35 %{__make} install \
36         DESTDIR=$RPM_BUILD_ROOT \
37         prefix=$RPM_BUILD_ROOT%{_prefix} \
38         MANDIR=$RPM_BUILD_ROOT%{_mandir}/man1
39
40 %clean
41 rm -rf $RPM_BUILD_ROOT
42
43 %files
44 %defattr(644,root,root,755)
45 %doc CHANGELOG README *.txt *.ps *.hlp
46 %attr(755,root,root) %{_bindir}/*
47 %{_mandir}/man1/*.1*
This page took 0.077144 seconds and 3 git commands to generate.