]> git.pld-linux.org Git - packages/dnotify.git/blame - dnotify.spec
- updated gettext BR
[packages/dnotify.git] / dnotify.spec
CommitLineData
e935be00 1Summary: Execute a command when the contents of a directory change
893b85e3 2Summary(pl.UTF-8): Wykonywanie poleceń po zmianie zawartości katalogu
e935be00 3Name: dnotify
5f0b111e 4Version: 0.18.0
4c057044 5Release: 1
e935be00 6Epoch: 1
7License: GPL
8Vendor: Oskar Liljeblad <oskar@osk.mine.nu>
9Group: Applications/File
10Source0: http://www.student.lu.se/~nbi98oli/src/%{name}-%{version}.tar.gz
5f0b111e 11# Source0-md5: 7af869cee7e07b10817c4e7918ad0aee
e935be00 12URL: http://www.student.lu.se/~nbi98oli/dnotify.html
d3749962 13BuildRequires: autoconf
14BuildRequires: automake
3f65ccc0 15BuildRequires: gettext-tools
e935be00 16BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
5cbd5b0b 17
18%description
e935be00 19dnotify is a simple program that makes it possible to execute a
20command every time the contents of a specific directory change in
d3749962 21Linux. It is run from the command line and takes two arguments: one or
e935be00 22more directories to monitor and a command to execute whenever a
23directory has changed. Options control what events to trigger on: when
24a file was read in the directory, when one was created, deleted and so
25on.
5cbd5b0b 26
bbe5b0fa
JR
27%description -l pl.UTF-8
28dnotify to prosty program, który umożliwia wykonanie polecenia za
29każdym razem, kiedy zawartość danego katalogu pod Linuksem ulegnie
30zmianie. Program jest uruchamiany z linii poleceń i przyjmuje dwa
31parametry: jeden lub więcej katalogów do monitorowania oraz polecenie
32do wykonania po każdej zmianie zawartości katalogu. Opcje kontrolują,
33jakie zdarzenia mają spowodować uruchomienie polecenia: kiedy w
34katalogu jakiś plik był czytany, został utworzony lub usunięty itp.
0288afec 35
5cbd5b0b 36%prep
37%setup -q
38
39%build
d3749962 40%{__aclocal}
41%{__autoconf}
42%{__automake}
e935be00 43%configure
44%{__make}
5cbd5b0b 45
46%install
e935be00 47rm -rf $RPM_BUILD_ROOT
48
49%{__make} install \
50 DESTDIR=$RPM_BUILD_ROOT
5cbd5b0b 51
b41731fa 52%find_lang %{name}
53
5cbd5b0b 54%clean
e935be00 55rm -rf $RPM_BUILD_ROOT
5cbd5b0b 56
b41731fa 57%files -f %{name}.lang
e935be00 58%defattr(644,root,root,755)
59%doc README AUTHORS NEWS TODO
60%attr(755,root,root) %{_bindir}/*
5cbd5b0b 61%{_mandir}/*/*
This page took 0.070394 seconds and 4 git commands to generate.