]> git.pld-linux.org Git - packages/bibcount.git/blame - bibcount.spec
- this is version 1.0
[packages/bibcount.git] / bibcount.spec
CommitLineData
58ebd954
PG
1%include /usr/lib/rpm/macros.perl
2Summary: Counts bibliography entries by type
3Name: bibcount
58dd154f 4Version: 1.0
58ebd954
PG
5Release: 0.9
6License: ???
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
17Counts bibliography entries by type
18
19%prep
20
21%install
22rm -rf $RPM_BUILD_ROOT
23install -d $RPM_BUILD_ROOT%{_bindir}
24
25install %{SOURCE0} $RPM_BUILD_ROOT%{_bindir}
26sed -i -e 's#/usr/local/bin/perl#/usr/bin/perl#' $RPM_BUILD_ROOT%{_bindir}/%{name}
27
28%clean
29rm -rf $RPM_BUILD_ROOT
30
31%files
32%defattr(644,root,root,755)
33%attr(755,root,root) %{_bindir}/*
This page took 0.056439 seconds and 4 git commands to generate.