]> git.pld-linux.org Git - packages/dnotify.git/blobdiff - dnotify.spec
- up to 0.18.0
[packages/dnotify.git] / dnotify.spec
index 7a06a151ceef4d2cebde19b7cf6df729be1c9908..62e59b9955c690ba1927524ec1bb9bc7b636d2fa 100644 (file)
@@ -1,20 +1,24 @@
 Summary:       Execute a command when the contents of a directory change
 Summary(pl):   Wykonywanie poleceñ po zmianie zawarto¶ci katalogu
 Name:          dnotify
-Version:       0.12.0
+Version:       0.18.0
 Release:       1
 Epoch:         1
 License:       GPL
 Vendor:                Oskar Liljeblad <oskar@osk.mine.nu>
 Group:         Applications/File
 Source0:       http://www.student.lu.se/~nbi98oli/src/%{name}-%{version}.tar.gz
+# Source0-md5: 7af869cee7e07b10817c4e7918ad0aee
 URL:           http://www.student.lu.se/~nbi98oli/dnotify.html
+BuildRequires: autoconf
+BuildRequires: automake
+BuildRequires: gettext-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
 dnotify is a simple program that makes it possible to execute a
 command every time the contents of a specific directory change in
-linux. It is run from the command line and takes two arguments: one or
+Linux. It is run from the command line and takes two arguments: one or
 more directories to monitor and a command to execute whenever a
 directory has changed. Options control what events to trigger on: when
 a file was read in the directory, when one was created, deleted and so
@@ -33,6 +37,9 @@ katalogu jaki
 %setup -q
 
 %build
+%{__aclocal}
+%{__autoconf}
+%{__automake}
 %configure
 %{__make}
 
@@ -42,10 +49,12 @@ rm -rf $RPM_BUILD_ROOT
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
+%find_lang %{name}
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%files
+%files -f %{name}.lang
 %defattr(644,root,root,755)
 %doc README AUTHORS NEWS TODO
 %attr(755,root,root) %{_bindir}/*
This page took 0.17224 seconds and 4 git commands to generate.