]> git.pld-linux.org Git - packages/tenshi.git/blobdiff - tenshi.spec
- release 2
[packages/tenshi.git] / tenshi.spec
index 5520243cd328abe30926188a47fac68f49a03e01..bf8b8d3042d497ff43abdb99f666b81f46d3db67 100644 (file)
@@ -2,16 +2,17 @@
 Summary:       Log parsing and notification program
 Summary(pl.UTF-8):     Program do analizy logów i powiadamiania
 Name:          tenshi
-Version:       0.10
-Release:       1
+Version:       0.12
+Release:       2
 License:       GPL
 Group:         Applications/System
 Source0:       http://dev.inversepath.com/tenshi/%{name}-%{version}.tar.gz
-# Source0-md5: cc6abbcd1bf563fa31771b7d4b05fe65
+# Source0-md5: 2b5b19c3b74b3fa7bb2a768b7a9c01ae
 Source1:       %{name}.init
+Source2:       %{name}.tmpfiles
 Patch0:                %{name}-root.patch
 Patch1:                %{name}-config.patch
-URL:           http://dev.inversepath.com/trac/tenshi
+URL:           http://www.inversepath.com/tenshi.html
 BuildRequires: rpm-perlprov
 BuildRequires: rpmbuild(macros) >= 1.228
 Requires(post,preun):  /sbin/chkconfig
@@ -66,12 +67,14 @@ wiadomości są tak skondensowane, jak to tylko możliwe.
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT{%{_mandir}/man8,/var/run/tenshi}
+install -d $RPM_BUILD_ROOT{%{_mandir}/man8,/var/run/tenshi} \
+       $RPM_BUILD_ROOT/usr/lib/tmpfiles.d
 
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
 install -D %{SOURCE1} $RPM_BUILD_ROOT/etc/rc.d/init.d/%{name}
+install %{SOURCE2} $RPM_BUILD_ROOT/usr/lib/tmpfiles.d/%{name}.conf
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -105,3 +108,4 @@ fi
 %attr(754,root,root) /etc/rc.d/init.d/%{name}
 %{_mandir}/man8/*
 %dir %attr(775,root,tenshi) /var/run/tenshi
+/usr/lib/tmpfiles.d/%{name}.conf
This page took 0.046699 seconds and 4 git commands to generate.