]> git.pld-linux.org Git - packages/bibcount.git/blame - bibcount.spec
- drop obsolete and outdated manual inclusion of rpm macros
[packages/bibcount.git] / bibcount.spec
CommitLineData
58ebd954 1Summary: Counts bibliography entries by type
807562c4 2Summary(pl.UTF-8): Zliczanie wpisów bibliografii w zależności od rodzaju
58ebd954 3Name: bibcount
58dd154f 4Version: 1.0
7afc4a00
PG
5Release: 1
6License: unknown
58ebd954
PG
7Group: Applications
8Source0: http://www.ecst.csuchico.edu/~jacobsd/bib/archives/%{name}
9# Source0-md5: 6ef4985c4e5fbd5780c6d186c17add08
10URL: http://www.ecst.csuchico.edu/~jacobsd/bib/tools/bibtex.html
11BuildRequires: perl-base
12BuildRequires: rpm-perlprov
13BuildRequires: sed >= 4.0
14BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16%description
d14c80cb
JB
17Counts bibliography entries by type.
18
1d01455f
JR
19%description -l pl.UTF-8
20bibcount zlicza wpisy bibliografii w zależności od rodzaju.
58ebd954
PG
21
22%prep
23
24%install
25rm -rf $RPM_BUILD_ROOT
26install -d $RPM_BUILD_ROOT%{_bindir}
27
28install %{SOURCE0} $RPM_BUILD_ROOT%{_bindir}
29sed -i -e 's#/usr/local/bin/perl#/usr/bin/perl#' $RPM_BUILD_ROOT%{_bindir}/%{name}
30
31%clean
32rm -rf $RPM_BUILD_ROOT
33
34%files
35%defattr(644,root,root,755)
36%attr(755,root,root) %{_bindir}/*
This page took 0.069362 seconds and 4 git commands to generate.