From a5886e05b486046d39391a3bb9ac0739901bed4e Mon Sep 17 00:00:00 2001 From: jpc Date: Sat, 22 May 2004 23:52:19 +0000 Subject: [PATCH] - new spec Changed files: fileschanged.spec -> 1.1 --- fileschanged.spec | 58 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 58 insertions(+) create mode 100644 fileschanged.spec diff --git a/fileschanged.spec b/fileschanged.spec new file mode 100644 index 0000000..59473af --- /dev/null +++ b/fileschanged.spec @@ -0,0 +1,58 @@ +Summary: A FAM (File Alteration Monitor) client +Summary(pl): Klient FAM (monitora zmian plików) +Name: fileschanged +Version: 0.6.0 +Release: 0.1 +Epoch: 0 +License: GPL +Group: Applications/File +Source0: http://cesnet.dl.sourceforge.net/sourceforge/fileschanged/%{name}-%{version}.tar.gz +# Source0-md5: 78f652c17190017080eb985804d62013 +URL: http://fileschanged.sf.net +BuildRequires: autoconf +BuildRequires: automake +BuildRequires: fam-devel +Requires: fam +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +The fileschanged utility is a FAM (File Alteration Monitor) client. +From the command-line it monitors sets of files and shows you when +they change. You can use fileschanged in shell scripts to take action +when monitored files become altered. + +%description -l pl +Fileschanged to klient FAM (monitora zmian plików). Pozwala +monitorowaæ podany mu zestaw plików i informowaæ, je¶li który¶ z nich +siê zmieni. Mo¿esz u¿yæ fileschanged w skrytpach pow³oki, by zrobiæ +co¶ gdy zmieni± siê okre¶lone pliki. + +%prep +%setup -q + +%build +%{__aclocal} +%{__autoconf} +%{__autoheader} +%{__automake} +%configure +%{__make} + +%install +rm -rf $RPM_BUILD_ROOT + +%{__make} install \ + DESTDIR=$RPM_BUILD_ROOT + +# only useless files (docs and fileschanged.lsm) +rm -rf $RPM_BUILD_ROOT%{_datadir}/%{name} + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%doc AUTHORS ChangeLog NEWS README +%attr(755,root,root) %{_bindir}/* +%{_mandir}/man1/* +%{_infodir}/* -- 2.43.0