]> git.pld-linux.org Git - packages/fileschanged.git/blame - fileschanged.spec
- converted to UTF-8
[packages/fileschanged.git] / fileschanged.spec
CommitLineData
a5886e05 1Summary: A FAM (File Alteration Monitor) client
48f78f48 2Summary(pl.UTF-8): Klient FAM (monitora zmian plików)
a5886e05 3Name: fileschanged
5f92f1ac 4Version: 0.6.4
2bb6e14c 5Release: 1
a5886e05 6Epoch: 0
7License: GPL
8Group: Applications/File
2bb6e14c 9Source0: http://dl.sourceforge.net/fileschanged/%{name}-%{version}.tar.gz
5f92f1ac 10# Source0-md5: c8e6d9829a2ecb2363835787f578415d
fa0ec070 11URL: http://fileschanged.sourceforge.net/
a5886e05 12BuildRequires: autoconf
13BuildRequires: automake
14BuildRequires: fam-devel
5f92f1ac 15BuildRequires: gettext-devel
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
36%{__aclocal}
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.120824 seconds and 4 git commands to generate.