File: blame.spec.in

package info (click to toggle)
rcs-blame 1.3.1-4
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 3,356 kB
  • ctags: 2,613
  • sloc: ansic: 16,351; sh: 11,881; yacc: 389; lex: 154; makefile: 151
file content (41 lines) | stat: -rw-r--r-- 793 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
Summary: An RCS file annotator
Name: @PACKAGE_TARNAME@
Version: @PACKAGE_VERSION@
Release: @RELEASE@%{?dist}
License: GPL Version 2
Group: Development/Tools
Source0: %{name}-%{version}.tar.gz
URL: http://blame.sourceforge.net/
Vendor: Michael Chapman
Packager: Michael Chapman <@PACKAGE_BUGREPORT@>
BuildRoot: %{_tmppath}/%{name}-%{version}-root
Prefix: %{_prefix}

%description
Blame displays the last modification for each line in an RCS file.
It is the RCS equivalent of CVS's "annotate" command.

%prep
%setup

%build
%{configure}
%{__make}
%{__make} check

%install
%{makeinstall}

%clean
if test "$RPM_BUILD_ROOT" != "/"; then
	%{__rm} -rf $RPM_BUILD_ROOT
fi

%files
%defattr(-,root,root)
%doc AUTHORS COPYING ChangeLog INSTALL NEWS README
%{_bindir}/*
%{_mandir}/*/*

%changelog
@NEWS@