Sophie

Sophie

distrib > Mandriva > 2010.2 > i586 > by-pkgid > de269ec1d3d99bd886e4427d73851120 > files > 1

mairix-0.21-1mdv2010.0.src.rpm





<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<!-- ViewVC :: http://www.viewvc.org/ -->
<head>
<title>[pkgs] View of /devel/mairix/mairix-0.21-build.patch</title>
<meta name="generator" content="ViewVC 1.0.8" />
<link rel="stylesheet" href="/viewvc-static/styles.css" type="text/css" />

</head>
<body>
<div class="vc_navheader">

<form method="get" action="/viewvc/">

<table style="padding:0.1em;">
<tr>
<td>
<strong>

<a href="/viewvc/">

[pkgs]</a>
/

<a href="/viewvc/devel/">

devel</a>
/

<a href="/viewvc/devel/mairix/">

mairix</a>
/

<a href="/viewvc/devel/mairix/mairix-0.21-build.patch?view=log">

mairix-0.21-build.patch</a>


</strong>

</td>
<td style="text-align:right;">


<strong>Repository:</strong>
<select name="root" onchange="submit()">


<option value="*viewroots*">Repository Listing</option>










































































<optgroup label="CVS Repositories"><option>core</option><option>dirsec</option><option>docs</option><option>elvis</option><option>extras</option><option>fedora</option><option>l10n</option><option>legacy</option><option selected="selected">pkgs</option></optgroup>


</select>
<input type="submit" value="Go" />

</td>
</tr>
</table>

</form>

</div>
<div style="float: right; padding: 5px;"><a href="http://www.viewvc.org/"><img src="/viewvc-static/images/logo.png" alt="ViewVC logotype" width="128" height="48" /></a></div>
<h1>View of /devel/mairix/mairix-0.21-build.patch</h1>

<p style="margin:0;">

<a href="/viewvc/devel/mairix/"><img src="/viewvc-static/images/back_small.png" width="16" height="16" alt="Parent Directory" /> Parent Directory</a>

| <a href="/viewvc/devel/mairix/mairix-0.21-build.patch?view=log#rev1.1"><img src="/viewvc-static/images/log.png" width="16" height="16" alt="Revision Log" /> Revision Log</a>




</p>

<hr />
<div class="vc_summary">
Revision <strong>1.1</strong> -
(<a href="/viewvc/devel/mairix/mairix-0.21-build.patch?revision=1.1"><strong>download</strong></a>)

(<a href="/viewvc/devel/mairix/mairix-0.21-build.patch?annotate=1.1"><strong>annotate</strong></a>)

<br /><em>Mon Jun 30 09:26:09 2008 UTC</em>
(12 months, 3 weeks ago)
by <em>mlichvar</em>


<br />Branch: <strong>MAIN</strong>


<br />CVS Tags: <strong>F-10-split, mairix-0_21-2_fc10, F-11-split, mairix-0_21-1_fc10, mairix-0_21-3_fc11, mairix-0_21-4_fc12, HEAD</strong>








<pre class="vc_log">- initial release
</pre>

</div>
<div id="vc_markup"><pre>diff -up mairix-0.21/Makefile.in.build mairix-0.21/Makefile.in
--- mairix-0.21/Makefile.in.build	2007-06-22 22:18:00.000000000 +0200
+++ mairix-0.21/Makefile.in	2008-03-05 17:45:25.000000000 +0100
@@ -96,11 +96,11 @@ install:
 	[ -d $(man1dir) ] || mkdir -p $(man1dir)
 	[ -d $(man5dir) ] || mkdir -p $(man5dir)
 	cp -f mairix $(bindir)
-	chmod 555 $(bindir)/mairix
-	cp -f mairix.1 $(man1dir)
-	chmod 444 $(man1dir)/mairix.1
-	cp -f mairixrc.5 $(man5dir)
-	chmod 444 $(man5dir)/mairixrc.5
+	chmod 755 $(bindir)/mairix
+	cp -f -p mairix.1 $(man1dir)
+	chmod 644 $(man1dir)/mairix.1
+	cp -f -p mairixrc.5 $(man5dir)
+	chmod 644 $(man5dir)/mairixrc.5
 
 .PHONY : all install clean distclean
 
diff -up mairix-0.21/configure.build mairix-0.21/configure
--- mairix-0.21/configure.build	2007-06-22 22:18:00.000000000 +0200
+++ mairix-0.21/configure	2008-03-05 17:45:49.000000000 +0100
@@ -249,7 +249,6 @@ do
     ;;
   * )
     printf "Unrecognized option : $option\n"
-    bad_options=yes
     ;;
   esac
 done
</pre></div>

<hr />
<table>
<tr>
<td><address><a href="mailto:webmaster@fedoraproject.org">webmaster@fedoraproject.org</a></address></td>
<td style="text-align: right;"><strong><a href="/viewvc-static/help_rootview.html">ViewVC Help</a></strong></td>
</tr>
<tr>
<td>Powered by <a href="http://viewvc.tigris.org/">ViewVC 1.0.8</a></td>
<td style="text-align: right;">&nbsp;</td>
</tr>
</table>
</body>
</html>