]> git.pld-linux.org Git - packages/bibextract.git/blob - bibextract.spec
- tabs in preamble
[packages/bibextract.git] / bibextract.spec
1 # TODO:
2 # - DESTDIR patch HAS to be made - during install there is 
3 # some substitutions done.
4 Summary:        Tools for extracting citation tags
5 Summary(pl.UTF-8):      Narzędzia do wyciągania znaczników cytowania
6 Name:           bibextract
7 Version:        1.09
8 Release:        0.1
9 License:        GPL v2
10 Group:          Applications
11 Source0:        ftp://ftp.math.utah.edu/pub/tex/bib/%{name}-%{version}.tar.bz2
12 # Source0-md5:  c8abaf606cdd50a7c45669babb06fcc2
13 URL:            http://www.ecst.csuchico.edu/~jacobsd/bib/tools/bibtex.html
14 BuildRequires:  autoconf
15 BuildRequires:  automake
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18 %description
19 Tools for extracting citation tags from LaTeX and .aux files and
20 extracting those entries from BibTeX files.
21
22 %description -l pl.UTF-8
23 Narzędzia do wyciągania znaczników cytowania z LaTeXa i plików .aux
24 oraz wyciągania tych wpisów z plików BibTeXa.
25
26 %prep
27 %setup -q
28
29 %build
30 %{__aclocal}
31 %{__autoconf}
32 %configure
33 %{__make}
34
35 %install
36 rm -rf $RPM_BUILD_ROOT
37 install -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
45 rm -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.07998 seconds and 3 git commands to generate.