]> git.pld-linux.org Git - packages/dbmail.git/commitdiff
- moved config to /etc
authorradek <radek@pld-linux.org>
Fri, 4 Jun 2004 11:04:22 +0000 (11:04 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dbmail.spec -> 1.5

dbmail.spec

index b90492d25182aa2928ace01e4a2ef95260d4dafd..21bc8785c1ba9e22cf327a4f474e8f59b8364d56 100644 (file)
@@ -4,7 +4,7 @@ Summary:        Collection of programs for storing and retrieving mail from a SQL datab
 Name:          dbmail
 Version:       2.0
 %define _rc    rc5
 Name:          dbmail
 Version:       2.0
 %define _rc    rc5
-Release:       0.%{_rc}.2
+Release:       0.%{_rc}.3
 License:       GPL v2
 Group:         Networking/Daemons
 Source0:       http://dbmail.org/tgz/%{name}-%{version}%{_rc}.tgz
 License:       GPL v2
 Group:         Networking/Daemons
 Source0:       http://dbmail.org/tgz/%{name}-%{version}%{_rc}.tgz
@@ -77,7 +77,7 @@ rm -rf $RPM_BUILD_ROOT
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
-install -D dbmail.conf $RPM_BUILD_ROOT%{_sysconfdir}/dbmail/dbmail.conf
+install -D dbmail.conf $RPM_BUILD_ROOT%{_sysconfdir}/dbmail.conf
 install -d $RPM_BUILD_ROOT%{_mandir}/man1
 cp man/*   $RPM_BUILD_ROOT%{_mandir}/man1
 install contrib/mailbox2dbmail/mailbox2dbmail   $RPM_BUILD_ROOT%{_bindir}
 install -d $RPM_BUILD_ROOT%{_mandir}/man1
 cp man/*   $RPM_BUILD_ROOT%{_mandir}/man1
 install contrib/mailbox2dbmail/mailbox2dbmail   $RPM_BUILD_ROOT%{_bindir}
@@ -99,8 +99,7 @@ rm -rf $RPM_BUILD_ROOT
 %doc AUTHORS ChangeLog NEWS README THANKS TODO EXTRAS BUGS INSTALL* sql
 %attr(755,root,root) %{_bindir}/*
 %{_libdir}/*.a
 %doc AUTHORS ChangeLog NEWS README THANKS TODO EXTRAS BUGS INSTALL* sql
 %attr(755,root,root) %{_bindir}/*
 %{_libdir}/*.a
-%dir %{_sysconfdir}/dbmail
-%attr(640,root,root) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/dbmail/*
+%attr(640,root,root) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/*
 %{_mandir}/man1/dbmail-*
 
 %files mailbox2dbmail
 %{_mandir}/man1/dbmail-*
 
 %files mailbox2dbmail
This page took 0.085868 seconds and 4 git commands to generate.