]> git.pld-linux.org Git - packages/dnotify.git/commitdiff
- updated to 0.16.0
authormisi3k <misi3k@pld-linux.org>
Sat, 21 Aug 2004 19:07:12 +0000 (19:07 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added find_lang

Changed files:
    dnotify.spec -> 1.9

dnotify.spec

index 1d33160f356aa61f2ac6c7ac6c7e075480f6f1e5..158f218426a8261530fe2666666fff8466b60165 100644 (file)
@@ -1,14 +1,14 @@
 Summary:       Execute a command when the contents of a directory change
 Summary(pl):   Wykonywanie poleceñ po zmianie zawarto¶ci katalogu
 Name:          dnotify
 Summary:       Execute a command when the contents of a directory change
 Summary(pl):   Wykonywanie poleceñ po zmianie zawarto¶ci katalogu
 Name:          dnotify
-Version:       0.14.0
+Version:       0.16.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
 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: 8abc2b49853a50edd75999953fcd4d24
+# Source0-md5: 95d5f111d90a77256e0ba4b2052ba2bc
 URL:           http://www.student.lu.se/~nbi98oli/dnotify.html
 BuildRequires: autoconf
 BuildRequires: automake
 URL:           http://www.student.lu.se/~nbi98oli/dnotify.html
 BuildRequires: autoconf
 BuildRequires: automake
@@ -48,10 +48,12 @@ rm -rf $RPM_BUILD_ROOT
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
+%find_lang %{name}
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %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}/*
 %defattr(644,root,root,755)
 %doc README AUTHORS NEWS TODO
 %attr(755,root,root) %{_bindir}/*
This page took 0.101671 seconds and 4 git commands to generate.