]> git.pld-linux.org Git - packages/fileschanged.git/commitdiff
- new spec
authorjpc <jpc@pld-linux.org>
Sat, 22 May 2004 23:52:19 +0000 (23:52 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    fileschanged.spec -> 1.1

fileschanged.spec [new file with mode: 0644]

diff --git a/fileschanged.spec b/fileschanged.spec
new file mode 100644 (file)
index 0000000..59473af
--- /dev/null
@@ -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}/*
This page took 0.05968 seconds and 4 git commands to generate.