]> git.pld-linux.org Git - packages/bibextract.git/blame - bibextract.spec
- tabs in preamble
[packages/bibextract.git] / bibextract.spec
CommitLineData
ea26c5d3
PG
1# TODO:
2# - DESTDIR patch HAS to be made - during install there is
3# some substitutions done.
4Summary: Tools for extracting citation tags
cdcec0c0 5Summary(pl.UTF-8): Narzędzia do wyciągania znaczników cytowania
ea26c5d3
PG
6Name: bibextract
7Version: 1.09
8Release: 0.1
9License: GPL v2
10Group: Applications
11Source0: ftp://ftp.math.utah.edu/pub/tex/bib/%{name}-%{version}.tar.bz2
12# Source0-md5: c8abaf606cdd50a7c45669babb06fcc2
13URL: http://www.ecst.csuchico.edu/~jacobsd/bib/tools/bibtex.html
14BuildRequires: autoconf
15BuildRequires: automake
ea26c5d3
PG
16BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18%description
1c1945ba
JB
19Tools for extracting citation tags from LaTeX and .aux files and
20extracting those entries from BibTeX files.
21
f87661c3
JR
22%description -l pl.UTF-8
23Narzędzia do wyciągania znaczników cytowania z LaTeXa i plików .aux
24oraz wyciągania tych wpisów z plików BibTeXa.
ea26c5d3
PG
25
26%prep
27%setup -q
28
29%build
30%{__aclocal}
31%{__autoconf}
32%configure
33%{__make}
34
35%install
36rm -rf $RPM_BUILD_ROOT
37install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1}
38
39%{__make} install \
40 DESTDIR=$RPM_BUILD_ROOT \
41 prefix=$RPM_BUILD_ROOT%{_prefix} \
42 MANDIR=$RPM_BUILD_ROOT%{_mandir}/man1
43
44%clean
45rm -rf $RPM_BUILD_ROOT
46
47%files
48%defattr(644,root,root,755)
49%doc README *.txt *.ps
50%attr(755,root,root) %{_bindir}/*
51%{_mandir}/man1/*.1*
This page took 0.080358 seconds and 4 git commands to generate.