]> git.pld-linux.org Git - packages/dnotify.git/blame - dnotify.spec
- rewrited.
[packages/dnotify.git] / dnotify.spec
CommitLineData
e935be00 1Summary: Execute a command when the contents of a directory change
2Name: dnotify
3Version: 0.12.0
4Release: 1
5Epoch: 1
6License: GPL
7Vendor: Oskar Liljeblad <oskar@osk.mine.nu>
8Group: Applications/File
9Source0: http://www.student.lu.se/~nbi98oli/src/%{name}-%{version}.tar.gz
10URL: http://www.student.lu.se/~nbi98oli/dnotify.html
11BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
5cbd5b0b 12
13%description
e935be00 14dnotify is a simple program that makes it possible to execute a
15command every time the contents of a specific directory change in
16linux. It is run from the command line and takes two arguments: one or
17more directories to monitor and a command to execute whenever a
18directory has changed. Options control what events to trigger on: when
19a file was read in the directory, when one was created, deleted and so
20on.
5cbd5b0b 21
22%prep
23%setup -q
24
25%build
e935be00 26%configure
27%{__make}
5cbd5b0b 28
29%install
e935be00 30rm -rf $RPM_BUILD_ROOT
31
32%{__make} install \
33 DESTDIR=$RPM_BUILD_ROOT
5cbd5b0b 34
35%clean
e935be00 36rm -rf $RPM_BUILD_ROOT
5cbd5b0b 37
38%files
e935be00 39%defattr(644,root,root,755)
40%doc README AUTHORS NEWS TODO
41%attr(755,root,root) %{_bindir}/*
5cbd5b0b 42%{_mandir}/*/*
This page took 0.106975 seconds and 4 git commands to generate.