]> git.pld-linux.org Git - packages/tenshi.git/commitdiff
- updated to 0.5.1
authorElan Ruusamäe <glen@pld-linux.org>
Wed, 30 Aug 2006 11:42:26 +0000 (11:42 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    tenshi-root.patch -> 1.3
    tenshi.spec -> 1.10

tenshi-root.patch
tenshi.spec

index 1e484dcf9160ce8c76a9456099f7f13c486b6521..285b52d5ea5e95fcec249b996f05fc74c37d46c8 100644 (file)
@@ -1,12 +1,20 @@
---- a/Makefile~        2004-07-16 00:15:54.000000000 +0300
-+++ b/Makefile 2004-07-19 01:27:41.000000000 +0300
-@@ -35,7 +35,7 @@
- install:
-       install -D tenshi ${DESTDIR}${bindir}/tenshi
-       [ -f ${DESTDIR}${sysconfdir}/tenshi/tenshi.conf ] || \
--              install -o tenshi -g root -m 0640 -D tenshi.conf ${DESTDIR}${sysconfdir}/tenshi/tenshi.conf
-+              install -m 0640 -D tenshi.conf ${DESTDIR}${sysconfdir}/tenshi/tenshi.conf
+--- tenshi-0.5.1/Makefile      2006-08-30 14:39:38.320918658 +0300
++++ tenshi-0.5.1/Makefile      2006-08-30 14:40:47.672478124 +0300
+@@ -6,7 +6,7 @@
+ bindir = /usr/sbin
+ sysconfdir = /etc
+ docdir = /usr/share/doc/tenshi-${VERSION}
+-mandir = /usr/man
++mandir = /usr/share/man
+ libdir = /var/lib/tenshi
+ DOCS = README INSTALL CREDITS LICENSE Changelog
+@@ -38,5 +38,5 @@
+-              install -g root -m 0644 -D tenshi.conf ${DESTDIR}${sysconfdir}/tenshi/tenshi.conf
++              install -m 0644 -D tenshi.conf ${DESTDIR}${sysconfdir}/tenshi/tenshi.conf
        install -d ${DESTDIR}${docdir}
        install -m 0644 ${DOCS} ${DESTDIR}${docdir}/
--      install -o tenshi -g root -m 750 -d ${DESTDIR}${libdir}
-+      install -m 750 -d ${DESTDIR}${libdir}
+-      install -g root -m 0644 tenshi.8 ${DESTDIR}${mandir}/man8/
+-      install -g root -m 755 -d ${DESTDIR}${libdir}
++      install -m 0644 tenshi.8 ${DESTDIR}${mandir}/man8/
++      install -m 755 -d ${DESTDIR}${libdir}
index 074ced57dbe7e3b0ed1e994cc177a5ae99f0afbe..195e145bc7ad56c55f57253dc9046f4636f14759 100644 (file)
@@ -2,15 +2,14 @@
 Summary:       Log parsing and notification program
 Summary(pl):   Program do analizy logów i powiadamiania
 Name:          tenshi
-Version:       0.3.4
-Release:       0.2
+Version:       0.5.1
+Release:       1
 License:       GPL v2
 Group:         Applications/System
 Source0:       http://dev.gentoo.org/~lcars/tenshi/%{name}-%{version}.tar.gz
-# Source0-md5: f3e875540833a85c43052d96c5698463
+# Source0-md5: 44361d5d8defc5170146f467a8825413
 Source1:       %{name}.init
 Patch0:                %{name}-root.patch
-Patch1:                %{name}-debugsmtp.patch
 URL:           http://www.gentoo.org/proj/en/infrastructure/tenshi/index.xml
 BuildRequires: rpmbuild(macros) >= 1.228
 BuildRequires: rpm-perlprov
@@ -54,7 +53,6 @@ wiadomo
 %prep
 %setup -q
 %patch0 -p1
-%patch1 -p1
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.612573 seconds and 4 git commands to generate.