]> git.pld-linux.org Git - packages/mutt.git/commitdiff
- wmconfig file replaced by destop, mutt-1_0-1_pre1i
authorkloczek <kloczek@pld-linux.org>
Wed, 1 Sep 1999 00:20:38 +0000 (00:20 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- some cosmetic changes.

Changed files:
    mutt.spec -> 1.24

mutt.spec

index 224befccf41a64063fbf4f4dd308c0c840ee2950..6dacef6619d9abf92bda263bed7123b76b059ec3 100644 (file)
--- a/mutt.spec
+++ b/mutt.spec
@@ -10,7 +10,7 @@ Copyright:    GPL
 Group:         Applications/Mail
 Group(pl):     Aplikacje/Poczta
 Source0:       ftp://riemann.iam.uni-bonn.de/pub/mutt/%{name}-%{version}pre1i.tar.gz
-Source1:       mutt.wmconfig
+Source1:       mutt.desktop
 Source2:       Muttrc
 Patch:         mutt-mail.patch
 URL:           http://www.mutt.org/
@@ -52,7 +52,6 @@ CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing" LDFLAGS="-s" \
 %configure \
        --with-sharedir=%{_datadir} \
        --sysconfdir=/etc \
-       --mandir=%{_mandir} \
        --enable-pop \
        --enable-imap \
        --with-curses \
@@ -65,16 +64,16 @@ make
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT/etc/X11/wmconfig
+install -d $RPM_BUILD_ROOT/etc/X11/applnk/Networking/Mail
 
 make install DESTDIR=$RPM_BUILD_ROOT
 
-install %{SOURCE1} $RPM_BUILD_ROOT/etc/X11/wmconfig/mutt
+install %{SOURCE1} $RPM_BUILD_ROOT/etc/X11/applnk/Networking/Mail
 install %{SOURCE2} $RPM_BUILD_ROOT/etc/Muttrc
 
-gzip -9nf              $RPM_BUILD_ROOT%{_mandir}/man1/* \
-                       contrib/{*rc,*cap} \
-                       ChangeLog README TODO NEWS README.SECURITY
+gzip -9nf $RPM_BUILD_ROOT%{_mandir}/man1/* \
+       contrib/{*rc,*cap} \
+       ChangeLog README TODO NEWS README.SECURITY
 
 %find_lang %{name}
 
@@ -86,7 +85,7 @@ rm -rf $RPM_BUILD_ROOT
 %doc {ChangeLog,README,TODO,NEWS,README.SECURITY}.gz
 
 %config(noreplace) %verify(not size md5 mtime) /etc/Muttrc
-%config(missingok) /etc/X11/wmconfig/mutt
+/etc/X11/applnk/Networking/Mail/mutt.desktop
 
-%attr(0755,root,root) %{_bindir}/*
-%lang(en) %{_mandir}/man*/*
+%attr(755,root,root) %{_bindir}/*
+%{_mandir}/man*/*
This page took 0.05507 seconds and 4 git commands to generate.