]> git.pld-linux.org Git - packages/fileschanged.git/blob - fileschanged.spec
- updated gettext BR
[packages/fileschanged.git] / fileschanged.spec
1 Summary:        A FAM (File Alteration Monitor) client
2 Summary(pl.UTF-8):      Klient FAM (monitora zmian plików)
3 Name:           fileschanged
4 Version:        0.6.5
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:  49ae8bed507c000f9c7fa430b5b71205
11 URL:            http://fileschanged.sourceforge.net/
12 BuildRequires:  autoconf
13 BuildRequires:  automake
14 BuildRequires:  fam-devel
15 BuildRequires:  gettext-tools
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.UTF-8
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} -I m4
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.058914 seconds and 3 git commands to generate.