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