]> git.pld-linux.org Git - packages/bibcheck.git/commitdiff
- initial release, builds, works
authorPaweł Gołaszewski <blues@pld-linux.org>
Mon, 12 Jul 2004 22:07:37 +0000 (22:07 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bibcheck.spec -> 1.1

bibcheck.spec [new file with mode: 0644]

diff --git a/bibcheck.spec b/bibcheck.spec
new file mode 100644 (file)
index 0000000..bb6f0da
--- /dev/null
@@ -0,0 +1,42 @@
+Summary:       Applies heuristic checks to BibTeX files
+Name:          bibcheck
+Version:       0.10
+Release:       0.9
+License:       GPL v2
+Group:         Applications
+Source0:       ftp://ftp.math.utah.edu/pub/tex/bib/%{name}-%{version}.tar.bz2
+# Source0-md5: 9797b2f862902b6f24ef74cc9d4d6d2a
+URL:           http://www.ecst.csuchico.edu/~jacobsd/bib/tools/bibtex.html
+BuildRequires: autoconf
+BuildRequires: automake
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Applies heuristic checks to BibTeX files
+
+%prep
+%setup -q
+
+%build
+%{__aclocal}
+%{__autoconf}
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1,/etc/env.d}
+
+%{__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 CHANGELOG README *.txt *.ps *.hlp
+%attr(755,root,root) %{_bindir}/*
+%{_mandir}/man1/*.1*
This page took 0.056405 seconds and 4 git commands to generate.