]> git.pld-linux.org Git - packages/fileschanged.git/blame - fileschanged.spec
- updated gettext BR
[packages/fileschanged.git] / fileschanged.spec
CommitLineData
a5886e05 1Summary: A FAM (File Alteration Monitor) client
0c986ad0 2Summary(pl.UTF-8): Klient FAM (monitora zmian plików)
a5886e05 3Name: fileschanged
014a998b 4Version: 0.6.5
2bb6e14c 5Release: 1
a5886e05 6Epoch: 0
7License: GPL
8Group: Applications/File
2bb6e14c 9Source0: http://dl.sourceforge.net/fileschanged/%{name}-%{version}.tar.gz
014a998b 10# Source0-md5: 49ae8bed507c000f9c7fa430b5b71205
fa0ec070 11URL: http://fileschanged.sourceforge.net/
a5886e05 12BuildRequires: autoconf
13BuildRequires: automake
14BuildRequires: fam-devel
1764c989 15BuildRequires: gettext-tools
2bb6e14c 16BuildRequires: help2man
a5886e05 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
48f78f48
JR
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.
a5886e05 31
32%prep
33%setup -q
34
35%build
014a998b 36%{__aclocal} -I m4
a5886e05 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
0fc437e8 52%find_lang %{name}
53
a5886e05 54%clean
55rm -rf $RPM_BUILD_ROOT
56
0fc437e8 57%files -f %{name}.lang
a5886e05 58%defattr(644,root,root,755)
2bb6e14c 59%doc AUTHORS ChangeLog README TODO
a5886e05 60%attr(755,root,root) %{_bindir}/*
61%{_mandir}/man1/*
70f6c5aa 62%{_infodir}/*.info*
This page took 0.06706 seconds and 5 git commands to generate.