]> git.pld-linux.org Git - packages/fileschanged.git/blame_incremental - fileschanged.spec
- updated gettext BR
[packages/fileschanged.git] / fileschanged.spec
... / ...
CommitLineData
1Summary: A FAM (File Alteration Monitor) client
2Summary(pl.UTF-8): Klient FAM (monitora zmian plików)
3Name: fileschanged
4Version: 0.6.5
5Release: 1
6Epoch: 0
7License: GPL
8Group: Applications/File
9Source0: http://dl.sourceforge.net/fileschanged/%{name}-%{version}.tar.gz
10# Source0-md5: 49ae8bed507c000f9c7fa430b5b71205
11URL: http://fileschanged.sourceforge.net/
12BuildRequires: autoconf
13BuildRequires: automake
14BuildRequires: fam-devel
15BuildRequires: gettext-tools
16BuildRequires: help2man
17Requires: fam
18BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20%description
21The fileschanged utility is a FAM (File Alteration Monitor) client.
22From the command-line it monitors sets of files and shows you when
23they change. You can use fileschanged in shell scripts to take action
24when monitored files become altered.
25
26%description -l pl.UTF-8
27Fileschanged to klient FAM (monitora zmian plików). Pozwala
28monitorować podany mu zestaw plików i informować, jeśli któryś z nich
29się zmieni. Można używać fileschanged w skryptach powłoki, by zrobić
30coś 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
44rm -rf $RPM_BUILD_ROOT
45
46%{__make} install \
47 DESTDIR=$RPM_BUILD_ROOT
48
49# only useless files (docs and fileschanged.lsm)
50rm -rf $RPM_BUILD_ROOT%{_datadir}/%{name}
51
52%find_lang %{name}
53
54%clean
55rm -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.076147 seconds and 4 git commands to generate.