<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git/git.spec.in, branch v2.6.2</title>
<subtitle>Mirror of https://git.kernel.org/pub/scm/git/git.git/
</subtitle>
<id>https://git.shady.money/git/atom?h=v2.6.2</id>
<link rel='self' href='https://git.shady.money/git/atom?h=v2.6.2'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/'/>
<updated>2012-04-06T17:15:11Z</updated>
<entry>
<title>spec: add missing build dependency</title>
<updated>2012-04-06T17:15:11Z</updated>
<author>
<name>Felipe Contreras</name>
<email>felipe.contreras@gmail.com</email>
</author>
<published>2012-04-06T12:22:30Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=e681a93a98bf2ab1ef672ed70c81f0c0fbea68b5'/>
<id>urn:sha1:e681a93a98bf2ab1ef672ed70c81f0c0fbea68b5</id>
<content type='text'>
Otherwise:

/usr/bin/perl Makefile.PL PREFIX='/opt/git' INSTALL_BASE=''
Can't locate ExtUtils/MakeMaker.pm in @INC (@INC contains: ...) at Makefile.PL line 1.
BEGIN failed--compilation aborted at Makefile.PL line 1.
make[1]: *** [perl.mak] Error 2
make: *** [perl/perl.mak] Error 2

Signed-off-by: Felipe Contreras &lt;felipe.contreras@gmail.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>git.spec: Workaround localized messages not put in any RPM</title>
<updated>2012-02-04T07:06:30Z</updated>
<author>
<name>Jakub Narebski</name>
<email>jnareb@gmail.com</email>
</author>
<published>2012-02-03T21:49:07Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=3a9f58c00a4fd0bee8f1b01abcd2656190979518'/>
<id>urn:sha1:3a9f58c00a4fd0bee8f1b01abcd2656190979518</id>
<content type='text'>
Currently building git RPM from tarball results in the following
error:

  RPM build errors:
     Installed (but unpackaged) file(s) found:
     /usr/share/locale/is/LC_MESSAGES/git.mo

This is caused by the fact that localized messages do not have their
place in some RPM package.  Let's postpone decision where they should
be put (be it git-i18n-Icelandic, or git-i18n, or git package itself)
for later by removing locale files at the end of install phase.

Signed-off-by: Jakub Narebski &lt;jnareb@gmail.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>gitweb: Add gitweb manpages to 'gitweb' package in git.spec</title>
<updated>2011-10-16T18:09:35Z</updated>
<author>
<name>Jakub Narebski</name>
<email>jnareb@gmail.com</email>
</author>
<published>2011-10-16T11:07:35Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=55752fa8610ebc16a1ebda2bcaf73f82142dde30'/>
<id>urn:sha1:55752fa8610ebc16a1ebda2bcaf73f82142dde30</id>
<content type='text'>
Signed-off-by: Jakub Narebski &lt;jnareb@gmail.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>git.spec.in: Add gitweb subpackage</title>
<updated>2010-06-30T22:49:18Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2010-06-30T22:49:07Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=88202b9ce6ae09eaeb228104536ecf78ef50f0db'/>
<id>urn:sha1:88202b9ce6ae09eaeb228104536ecf78ef50f0db</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>RPM spec: include bash completion support</title>
<updated>2010-03-29T16:40:06Z</updated>
<author>
<name>Ian Ward Comfort</name>
<email>icomfort@stanford.edu</email>
</author>
<published>2010-03-26T08:39:57Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=3bfdf87c47d516abfe9a84e8fdd918a930543189'/>
<id>urn:sha1:3bfdf87c47d516abfe9a84e8fdd918a930543189</id>
<content type='text'>
Include the bash completion routines from the contrib/ directory in our core
RPM, in the de facto standard location.

Signed-off-by: Ian Ward Comfort &lt;icomfort@stanford.edu&gt;
Acked-by: Ben Walton &lt;bwalton@artsci.utoronto.ca&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>RPM packaging: use %global inside %{!?...}</title>
<updated>2010-01-31T19:33:44Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2010-01-31T19:11:16Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=9f7a3c19dee2064b24b6b9fd5d6f6e770d4d539c'/>
<id>urn:sha1:9f7a3c19dee2064b24b6b9fd5d6f6e770d4d539c</id>
<content type='text'>
According to
https://www.redhat.com/archives/fedora-devel-list/2010-January/msg00093.html

scope of %define lasts until the end brace; earlier RPM up to Fedora 12
didn't necessarily honor the scope, but later versions corrected the bug.

Problem and solution both pointed out by Todd Zullinger.

Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>RPM packaging: don't include foreign-scm-helper bits yet</title>
<updated>2010-01-30T21:56:50Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2010-01-30T17:45:11Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=a9c7c4364a6c1e0d95790cf2c8697b5b6ff30b1b'/>
<id>urn:sha1:a9c7c4364a6c1e0d95790cf2c8697b5b6ff30b1b</id>
<content type='text'>
The files in /usr/lib/python* are only the support infrastructure for
foreign scm interface yet to be written and/or shipped with git.  Don't
include them in the binary package (this will also free us from Python
dependency).

When we ship with foreign scm interface, we will need to package these
files with it in a separate subpackage, but we are not there yet.

Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Nicolas Pitre has a new email address</title>
<updated>2009-09-14T09:23:36Z</updated>
<author>
<name>Nicolas Pitre</name>
<email>nico@fluxnic.net</email>
</author>
<published>2009-09-14T06:41:16Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=03aa8ff3be3b35522b2e378651e65e0e86778018'/>
<id>urn:sha1:03aa8ff3be3b35522b2e378651e65e0e86778018</id>
<content type='text'>
Due to problems at cam.org, my nico@cam.org email address is no longer
valid.  From now on, nico@fluxnic.net should be used instead.

Signed-off-by: Nicolas Pitre &lt;nico@fluxnic.net&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'maint-1.6.0' into maint</title>
<updated>2009-02-06T03:38:58Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2009-02-06T03:38:58Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=919ab6429aab9af44feea0768feef80f3092e9d3'/>
<id>urn:sha1:919ab6429aab9af44feea0768feef80f3092e9d3</id>
<content type='text'>
* maint-1.6.0:
  Fixed broken git help -w when installing from RPM
</content>
</entry>
<entry>
<title>Fixed broken git help -w when installing from RPM</title>
<updated>2009-02-05T06:00:49Z</updated>
<author>
<name>David J. Mellor</name>
<email>dmellor@whistlingcat.com</email>
</author>
<published>2009-02-05T04:14:29Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=ab2fdb3b62589477bde0cd0af8239bee510c3488'/>
<id>urn:sha1:ab2fdb3b62589477bde0cd0af8239bee510c3488</id>
<content type='text'>
After the git-core package was renamed to git, git help -w was still looking
for files in /usr/share/doc/git-core-$VERSION instead of
/usr/share/doc/git-$VERSION.

Signed-off-by: David J. Mellor &lt;dmellor@whistlingcat.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
</feed>
