File: fhist-1.18.spec

package info (click to toggle)
fhist 1.18-2
  • links: PTS
  • area: main
  • in suites: buster, stretch
  • size: 2,564 kB
  • ctags: 1,332
  • sloc: ansic: 15,161; sh: 4,749; makefile: 1,028; awk: 154; yacc: 101
file content (58 lines) | stat: -rw-r--r-- 2,040 bytes parent folder | download | duplicates (3)
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
Summary: file history and comparison tools
Name: fhist
Version: 1.18
Release: 1
Copyright: GPL
Group: Development/Tools
Source: http://fhist.sourceforge.net/fhist-1.18.tar.gz
URL: http://fhist.sourceforge.net/
BuildRoot: /tmp/fhist-build-root

%description
The FHist package contains 3 utilities, a file history tool ``fhist'',
a file comparison tool ``fcomp'', and a file merging tool ``fmerge''.
All three are bundled together, because they all use the same
minimal-difference algorithm.

The history tool presented here, fhist, is a minimal history tool.
It provides no locking or branching.  This can be useful in contexts
where the configuration management or change control be being provided
by some other tool.

%prep
%setup

%build
./configure --prefix=/usr
make

%install
make RPM_BUILD_ROOT=$RPM_BUILD_ROOT install

%files
%attr(0755,root,bin) /usr/bin/fcomp
%attr(0755,root,bin) /usr/bin/fhist
%attr(0755,root,bin) /usr/bin/fmerge
%attr(0644,root,bin) /usr/lib/fhist/en/LC_MESSAGES/fcomp.mo
%attr(0644,root,bin) /usr/lib/fhist/en/LC_MESSAGES/fhist.mo
%attr(0644,root,bin) /usr/lib/fhist/en/LC_MESSAGES/fmerge.mo
%attr(0644,root,bin) /usr/share/fhist/en/building.ps
%attr(0644,root,bin) /usr/share/fhist/en/building.dvi
%attr(0644,root,bin) /usr/share/fhist/en/building.txt
%attr(0644,root,bin) /usr/share/fhist/en/man1/fcomp.1*
%attr(0644,root,bin) /usr/man/man1/fcomp.1*
%attr(0644,root,bin) /usr/share/fhist/en/man1/fhist.1*
%attr(0644,root,bin) /usr/man/man1/fhist.1*
%attr(0644,root,bin) /usr/share/fhist/en/man1/fhist_lic.1*
%attr(0644,root,bin) /usr/man/man1/fhist_lic.1*
%attr(0644,root,bin) /usr/share/fhist/en/man1/fmerge.1*
%attr(0644,root,bin) /usr/man/man1/fmerge.1*
%attr(0644,root,bin) /usr/share/fhist/en/readme.ps
%attr(0644,root,bin) /usr/share/fhist/en/readme.dvi
%attr(0644,root,bin) /usr/share/fhist/en/readme.txt
%attr(0644,root,bin) /usr/share/fhist/en/reference.ps
%attr(0644,root,bin) /usr/share/fhist/en/reference.dvi
%attr(0644,root,bin) /usr/share/fhist/en/reference.txt

%clean
rm -rf $RPM_BUILD_ROOT