File: blame.spec

package info (click to toggle)
rcs-blame 1.3.1-4.1
  • links: PTS
  • area: main
  • in suites: buster
  • size: 3,412 kB
  • sloc: ansic: 16,323; sh: 11,881; yacc: 389; lex: 154; makefile: 151
file content (81 lines) | stat: -rw-r--r-- 2,147 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
Summary: An RCS file annotator
Name: blame
Version: 1.3.1
Release: 1%{?dist}
License: GPL Version 2
Group: Development/Tools
Source0: %{name}-%{version}.tar.gz
URL: http://blame.sourceforge.net/
Vendor: Michael Chapman
Packager: Michael Chapman <foonly@users.sourceforge.net>
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

* Thu Nov 23 2006 Michael Chapman <foonly@users.sourceforge.net> 1.3.1-1
- Gnulib updates.
- Rebuilt for fc4/fc5/fc6.

* Fri Dec 02 2005 Michael Chapman <foonly@users.sourceforge.net> 1.3-1
- Minor bugfixes.

* Thu Jun 30 2005 Michael Chapman <foonly@users.sourceforge.net> 1.2-1
- Minor bugfixes.

* Thu Nov 24 2004 Michael Chapman <foonly@users.sourceforge.net> 1.1-1
- Rebuilt.

* Thu Nov 24 2004 Michael Chapman <foonly@users.sourceforge.net> 1.0-3
- Said gcc 3.4 bugs weren't actually bugs.

* Thu Nov 23 2004 Michael Chapman <foonly@users.sourceforge.net> 1.0-2
- Rebuild RPM with -mtune=i386 to work around gcc 3.4 bugs.

* Thu Nov 23 2004 Michael Chapman <foonly@users.sourceforge.net> 1.0-1
- Stable release.

* Thu Nov 20 2004 Michael Chapman <foonly@users.sourceforge.net> 0.3-2
- Fixed bug involving delta texts without empty last lines.
- Fixed --help output.

* Thu Nov 11 2004 Michael Chapman <foonly@users.sourceforge.net> 0.3-1
- Support for $RCSINIT environment variable.
- Support for -V and --version to emulate old RCS versions.
- Minor bugfixes.
- Added manpage.

* Thu Oct 21 2004 Michael Chapman <foonly@users.sourceforge.net> 0.2-1
- Major speed improvements.

* Tue Sep 28 2004 Michael Chapman <foonly@users.sourceforge.net> 0.1-2
- Fixed build for old Red Hat.

* Mon Sep 27 2004 Michael Chapman <foonly@users.sourceforge.net> 0.1-1
- Initial RPM release.