]> git.pld-linux.org Git - packages/ezmlm-idx.git/commitdiff
- spec adapterized.
authorkloczek <kloczek@pld-linux.org>
Thu, 18 May 2000 19:19:33 +0000 (19:19 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ezmlm-idx.spec -> 1.11

ezmlm-idx.spec

index a854a6585fb8e8dc8f1ebcbebf63af807c8559a6..3985557e86fcdb79f2039e2260afdc17c3902f37 100644 (file)
@@ -19,12 +19,13 @@ Conflicts:  ezmlm
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-Qmail Mailing List Manager + Indexing, (Remote) Moderation, digest, make
-patches, multi-language, MIME, global-interface, easy-to-use.
+Qmail Mailing List Manager + Indexing, (Remote) Moderation, digest,
+make patches, multi-language, MIME, global-interface, easy-to-use.
 
 %description -l pl
-Qmailowy Mened¿er List Dyskusyjnych + Indeksowanie, (Zdalne) Moderowanie,
-obs³uga wielu jêzyków, MIME, globalny-interfejs, prosta obs³uga.
+Qmailowy Mened¿er List Dyskusyjnych + Indeksowanie, (Zdalne)
+Moderowanie, obs³uga wielu jêzyków, MIME, globalny-interfejs, prosta
+obs³uga.
 
 %prep
 %setup -q -T -b 0 -n ezmlm-%{EZMLM}
@@ -54,11 +55,11 @@ rm -rf $RPM_BUILD_ROOT
 echo "$RPM_BUILD_ROOT%{_bindir}" > conf-bin
 echo "$RPM_BUILD_ROOT%{_mandir}" > conf-man
 
-install -d $RPM_BUILD_ROOT/etc/ezmlm
+install -d $RPM_BUILD_ROOT%{_sysconfdir}/ezmlm
 install -d $RPM_BUILD_ROOT%{_bindir}
 install -d $RPM_BUILD_ROOT%{_mandir}/man{1,5}
 
-install ezmlmrc $RPM_BUILD_ROOT/etc/ezmlm
+install ezmlmrc $RPM_BUILD_ROOT%{_sysconfdir}/ezmlm
 
 make setup
 
@@ -76,7 +77,7 @@ rm -rf $RPM_BUILD_ROOT
 %doc SYSDEPS TARGETS UPGRADE.idx  DOWNGRADE.idx ezmlmrc 
 %doc ezmlmrc.*[a-zA-Z] ezman 
 
-%attr(755,root,root) %dir /etc/ezmlm
-%attr(755,root,root) /usr/bin/ezmlm-*
+%attr(755,root,root) %dir %{_sysconfdir}/ezmlm
+%attr(755,root,root) %{_bindir}/ezmlm-*
 %attr(644,root,root) %{_mandir}/man[15]/*
-%attr(644,root,root) %config %verify(not size mtime md5) /etc/ezmlm/*
+%attr(644,root,root) %config %verify(not size mtime md5) %{_sysconfdir}/ezmlm/*
This page took 0.079881 seconds and 4 git commands to generate.