]> git.pld-linux.org Git - packages/bibextract.git/commitdiff
- NFY, DESTDIR patch has to be made.
authorPaweł Gołaszewski <blues@pld-linux.org>
Mon, 12 Jul 2004 22:20:23 +0000 (22:20 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bibextract.spec -> 1.1

bibextract.spec [new file with mode: 0644]

diff --git a/bibextract.spec b/bibextract.spec
new file mode 100644 (file)
index 0000000..a1037f7
--- /dev/null
@@ -0,0 +1,47 @@
+# TODO:
+# - DESTDIR patch HAS to be made - during install there is 
+# some substitutions done.
+Summary:       Tools for extracting citation tags
+Name:          bibextract
+Version:       1.09
+Release:       0.1
+License:       GPL v2
+Group:         Applications
+Source0:       ftp://ftp.math.utah.edu/pub/tex/bib/%{name}-%{version}.tar.bz2
+# Source0-md5: c8abaf606cdd50a7c45669babb06fcc2
+URL:           http://www.ecst.csuchico.edu/~jacobsd/bib/tools/bibtex.html
+BuildRequires: autoconf
+BuildRequires: automake
+BuildRequires: sed
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Tools for extracting citation tags from LaTeX and .aux files and extracting
+those entries from BibTeX files.
+
+%prep
+%setup -q
+
+%build
+%{__aclocal}
+%{__autoconf}
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1}
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT \
+       prefix=$RPM_BUILD_ROOT%{_prefix} \
+       MANDIR=$RPM_BUILD_ROOT%{_mandir}/man1
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc README *.txt *.ps
+%attr(755,root,root) %{_bindir}/*
+%{_mandir}/man1/*.1*
This page took 0.07896 seconds and 4 git commands to generate.