File: fileschanged.spec.in

package info (click to toggle)
fileschanged 0.6.5-2
  • links: PTS
  • area: main
  • in suites: buster, stretch
  • size: 1,348 kB
  • ctags: 159
  • sloc: sh: 4,137; ansic: 1,407; makefile: 87; sed: 16
file content (41 lines) | stat: -rw-r--r-- 1,189 bytes parent folder | download | duplicates (4)
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: @PACKAGE_SUMMARY@
Name: @PACKAGE_NAME@
Version: @PACKAGE_VERSION@
Release: 0
License: GPL
Group: Utilities/File
Source: @PACKAGE_NAME@-@PACKAGE_VERSION@.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -un)
Vendor: @PACKAGE_MAINTAINER@
Packager: @PACKAGE_MAINTAINER@

%description
@PACKAGE_NAME@ is a GNU/Linux command-line utility that reports when files have been altered. 
This software is a client to the FAM (File Alteration Monitor) server that is now available in some distributions.  Here's how the fileschanged FAM client works: you give it some filenames on the command line and then it monitors those files for changes.  When it discovers that a file has changed (or has been altered), it displays the filename on the standard-output.

%prep
%setup
%configure

%build
make

%install
[ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT
%makeinstall

%files
%defattr(-,root,root)
%{_bindir}/*
%{_mandir}/*/*
%{_infodir}/*.info*
%{_datadir}/%{name}
/usr/share/locale/ca/LC_MESSAGES/fileschanged.mo
/usr/share/locale/es/LC_MESSAGES/fileschanged.mo


%changelog
* Fri May 7 2004 Dick Marinus <dick.marinus@etos.nl>
- version 0.6.0
- tidied specfile