]> git.pld-linux.org Git - packages/dnotify.git/blame_incremental - dnotify.spec
- updated gettext BR
[packages/dnotify.git] / dnotify.spec
... / ...
CommitLineData
1Summary: Execute a command when the contents of a directory change
2Summary(pl.UTF-8): Wykonywanie poleceń po zmianie zawartości katalogu
3Name: dnotify
4Version: 0.18.0
5Release: 1
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
11# Source0-md5: 7af869cee7e07b10817c4e7918ad0aee
12URL: http://www.student.lu.se/~nbi98oli/dnotify.html
13BuildRequires: autoconf
14BuildRequires: automake
15BuildRequires: gettext-tools
16BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18%description
19dnotify is a simple program that makes it possible to execute a
20command every time the contents of a specific directory change in
21Linux. It is run from the command line and takes two arguments: one or
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.
26
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.
35
36%prep
37%setup -q
38
39%build
40%{__aclocal}
41%{__autoconf}
42%{__automake}
43%configure
44%{__make}
45
46%install
47rm -rf $RPM_BUILD_ROOT
48
49%{__make} install \
50 DESTDIR=$RPM_BUILD_ROOT
51
52%find_lang %{name}
53
54%clean
55rm -rf $RPM_BUILD_ROOT
56
57%files -f %{name}.lang
58%defattr(644,root,root,755)
59%doc README AUTHORS NEWS TODO
60%attr(755,root,root) %{_bindir}/*
61%{_mandir}/*/*
This page took 0.085204 seconds and 5 git commands to generate.