]> git.pld-linux.org Git - packages/bibcheck.git/blob - bibcheck.spec
- release 1
[packages/bibcheck.git] / bibcheck.spec
1 Summary:        Applies heuristic checks to BibTeX files
2 Summary(pl):    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 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15 %description
16 Applies heuristic checks to BibTeX files.
17
18 %description -l pl
19 Heurystyczne sprawdzanie plików BibTeXa.
20
21 %prep
22 %setup -q
23
24 %build
25 %{__aclocal}
26 %{__autoconf}
27 %configure
28 %{__make}
29
30 %install
31 rm -rf $RPM_BUILD_ROOT
32 install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1,/etc/env.d}
33
34 %{__make} install \
35         DESTDIR=$RPM_BUILD_ROOT \
36         prefix=$RPM_BUILD_ROOT%{_prefix} \
37         MANDIR=$RPM_BUILD_ROOT%{_mandir}/man1
38
39 %clean
40 rm -rf $RPM_BUILD_ROOT
41
42 %files
43 %defattr(644,root,root,755)
44 %doc CHANGELOG README *.txt *.ps *.hlp
45 %attr(755,root,root) %{_bindir}/*
46 %{_mandir}/man1/*.1*
This page took 0.070605 seconds and 3 git commands to generate.