]> git.pld-linux.org Git - packages/dcd.git/commitdiff
- 0.5.0 - faster devel version, but passive search does not work...
authorPaweł Gołaszewski <blues@pld-linux.org>
Tue, 8 Mar 2005 09:01:37 +0000 (09:01 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dcd.spec -> 1.65

dcd.spec

index 2ef6d4bdcd1d7722b6717038c36801006ffa7ce1..27a5932abf73fd497e3daa4e61b1d4d17775da47 100644 (file)
--- a/dcd.spec
+++ b/dcd.spec
@@ -1,13 +1,13 @@
 Summary:       DConnect Daemon - Hub D****ct Connect for Linux
 Summary(pl):   DConnect Daemon - Hub D****ct Connecta dla Linuksa
 Name:          dcd
-Version:       0.4.8
-Release:       1
+Version:       0.5.0
+Release:       0.9
 License:       GPL v2
 Group:         Networking/Daemons
 Vendor:                DConnect Team <dc-hub@ds.pg.gda.pl>
-Source0:       ftp://pollux.ds.pg.gda.pl/pub/Linux/DConnect/sources/stable/%{name}-%{version}.tar.bz2
-# Source0-md5: 6219d776ce0ced149f74f28463b098f6
+Source0:       ftp://pollux.ds.pg.gda.pl/pub/Linux/DConnect/sources/devel/%{name}-%{version}.tar.bz2
+# Source0-md5: 100f6b4369d542286ed67faa16112662
 URL:           http://www.dc.ds.pg.gda.pl/
 BuildRequires: autoconf >= 2.52
 BuildRequires: automake
@@ -87,9 +87,13 @@ mv -f /etc/dcd/dcd.conf.tmp /etc/dcd/dcd.conf
 echo "Upgrading from version < 0.4.6"
 sed -i -e 's/minimum_sleep_time\b/minimal_sleep_time/' /etc/dcd/dcd.conf
 
+%triggerpostun -- dcd < 0.4.9
+echo "Upgrading from version < 0.4.9"
+sed -i -e 's/ping_timeout/idle_timeout/' /etc/dcd/dcd.conf
+
 %files
 %defattr(644,root,root,755)
-%doc AUTHORS BUGS FAQ NEWS README TODO doc/*.html
+%doc AUTHORS BUGS FAQ NEWS README TODO
 %attr(755,daemon,root) %dir %{_sysconfdir}/dcd
 %attr(660,root,daemon) %config(noreplace) %{_sysconfdir}/dcd/console.allow
 %attr(660,root,daemon) %config(noreplace) %{_sysconfdir}/dcd/dcd.users
This page took 0.031991 seconds and 4 git commands to generate.