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