]> git.pld-linux.org Git - packages/ejabberd.git/commitdiff
- default config patch
authorJacek Konieczny <jajcus@pld-linux.org>
Wed, 1 Sep 2004 10:16:15 +0000 (10:16 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- config flags added to config file in %files

Changed files:
    ejabberd.spec -> 1.4

ejabberd.spec

index de94e4c456701ea2271657612ad530f1f124a639..cdbfea81cdd5426ac0a9fe2e10b7bbb74f2ad6a3 100644 (file)
@@ -2,7 +2,7 @@ Summary:        Fault-tolerant distributed Jabber/XMPP server
 Summary(pl):   Odporny na awarie rozproszony serwer Jabbera/XMPP
 Name:          ejabberd
 Version:       0.7
-Release:       0.1
+Release:       0.5
 License:       GPL
 Group:         Applications/Communications
 Source0:       http://www.jabberstudio.org/files/ejabberd/%{name}-%{version}.tar.gz
@@ -12,6 +12,7 @@ Source2:      %{name}.sysconfig
 Source3:       %{name}.sh
 Source4:       %{name}ctl.sh
 Patch0:                %{name}-makefile.patch
+Patch1:                %{name}-config.patch
 URL:           http://ejabberd.jabberstudio.org/
 BuildRequires: autoconf
 BuildRequires: erlang >= R8B
@@ -35,6 +36,7 @@ rozproszony serwer Jabbera. Jest napisany w wi
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 %build
 cd src
@@ -87,7 +89,7 @@ fi
 %defattr(644,root,root,755)
 %doc ChangeLog TODO doc
 %attr(755,root,root) %{_sbindir}/*
-/etc/jabber/*
+%attr(640,root,jabber) %config(noreplace) %verify(not md5 size mtime) /etc/jabber/*
 %attr(776,root,jabber) /var/log/ejabberd
 %{_libdir}/ejabberd
 %dir %attr(770,root,jabber) /var/lib/ejabberd
This page took 0.405539 seconds and 4 git commands to generate.