]> git.pld-linux.org Git - packages/fileschanged.git/blob - fileschanged.spec
- complete URL
[packages/fileschanged.git] / fileschanged.spec
1 Summary:        A FAM (File Alteration Monitor) client
2 Summary(pl):    Klient FAM (monitora zmian plików)
3 Name:           fileschanged
4 Version:        0.6.1
5 Release:        1
6 Epoch:          0
7 License:        GPL
8 Group:          Applications/File
9 Source0:        http://dl.sourceforge.net/fileschanged/%{name}-%{version}.tar.gz
10 # Source0-md5:  d7f6b4030d2d46ba94da781bef61095a
11 URL:            http://fileschanged.sourceforge.net/
12 BuildRequires:  autoconf
13 BuildRequires:  automake
14 BuildRequires:  fam-devel
15 BuildRequires:  help2man
16 Requires:       fam
17 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19 %description
20 The fileschanged utility is a FAM (File Alteration Monitor) client.
21 From the command-line it monitors sets of files and shows you when
22 they change. You can use fileschanged in shell scripts to take action
23 when monitored files become altered.
24
25 %description -l pl
26 Fileschanged to klient FAM (monitora zmian plików). Pozwala
27 monitorowaæ podany mu zestaw plików i informowaæ, je¶li który¶ z nich
28 siê zmieni. Mo¿na u¿ywaæ fileschanged w skryptach pow³oki, by zrobiæ
29 co¶ gdy zmieni± siê okre¶lone pliki.
30
31 %prep
32 %setup -q
33
34 %build
35 %{__aclocal}
36 %{__autoconf}
37 %{__autoheader}
38 %{__automake}
39 %configure
40 %{__make}
41
42 %install
43 rm -rf $RPM_BUILD_ROOT
44
45 %{__make} install \
46         DESTDIR=$RPM_BUILD_ROOT
47
48 # only useless files (docs and fileschanged.lsm)
49 rm -rf $RPM_BUILD_ROOT%{_datadir}/%{name}
50
51 %clean
52 rm -rf $RPM_BUILD_ROOT
53
54 %files
55 %defattr(644,root,root,755)
56 %doc AUTHORS ChangeLog README TODO
57 %attr(755,root,root) %{_bindir}/*
58 %{_mandir}/man1/*
59 %{_infodir}/*.info*
This page took 2.439416 seconds and 3 git commands to generate.