Search
j0ke.net Open Build Service
>
Projects
>
devel
>
git
> Changes
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
Changes of Revision 6
[-]
[+]
Changed
git.spec
@@ -1,5 +1,5 @@ # -# spec file for package git (Version 1.5.6.5) +# spec file for package git (Version 1.7.3.1) # # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -25,7 +25,7 @@ %else BuildRequires: libopenssl-devel %endif -Version: 1.6.0.2 +Version: 1.7.3.1 Release: 8 Summary: Fast, scalable, distributed revision control system License: GPL v2 or later @@ -214,8 +214,8 @@ install -d ${RPM_BUILD_ROOT}/etc/apache2/conf.d install -m 755 gitweb/gitweb.cgi $RPM_BUILD_ROOT/usr/share/git-web/gitweb.cgi install -m 644 %{SOURCE1} $RPM_BUILD_ROOT/etc/apache2/conf.d/gitweb.conf -for i in git-favicon.png git-logo.png gitweb.css; do - install -m 644 gitweb/$i $RPM_BUILD_ROOT/usr/share/git-web +for i in git-favicon.png git-logo.png gitweb.css gitweb.js; do + install -m 644 gitweb/static/$i $RPM_BUILD_ROOT/usr/share/git-web done ### git-daemon install -d -m 755 $RPM_BUILD_ROOT/etc/init.d @@ -262,7 +262,6 @@ %files svn %defattr(-,root,root) -%{_bindir}/*svn* %doc Documentation/*svn*.txt %{!?_without_docs: %{_mandir}/man1/*svn*.1*} %{!?_without_docs: %doc Documentation/*svn*.html } @@ -277,21 +276,18 @@ %files arch %defattr(-,root,root) %doc Documentation/git-archimport.txt -%{_bindir}/git-archimport %{!?_without_docs: %{_mandir}/man1/git-archimport.1*} %{!?_without_docs: %doc Documentation/git-archimport.html } %files email %defattr(-,root,root) %doc Documentation/*email*.txt -%{_bindir}/*email* %{!?_without_docs: %{_mandir}/man1/*email*.1*} %{!?_without_docs: %doc Documentation/*email*.html } %files daemon %defattr(-,root,root) %doc Documentation/*daemon*.txt -%{_bindir}/*daemon* /etc/init.d/git-daemon %{_sbindir}/rcgit-daemon %dir /srv/git @@ -310,7 +306,7 @@ %files core -f bin-man-doc-files %defattr(-,root,root) -%{_datadir}/git-core/ +%{_prefix}/libexec/git-core/ %doc README COPYING Documentation/*.txt %{!?_without_docs: %doc Documentation/*.html } /var/adm/perl-modules/%{name} @@ -325,6 +321,30 @@ %dir /etc/apache2/conf.d %config(noreplace) /etc/apache2/conf.d/gitweb.conf /usr/share/git-web +/usr/share/gitweb/gitweb.cgi +/usr/share/gitweb/static/git-favicon.png +/usr/share/gitweb/static/git-logo.png +/usr/share/gitweb/static/gitweb.css +/usr/share/gitweb/static/gitweb.js +%if 0%{?suse_version} >= 1110 +%{_libdir}/python*/site-packages/git_remote_helpers-0.1.0-py*.egg-info +%endif +%{_libdir}/python*/site-packages/git_remote_helpers/__init__.py +%{_libdir}/python*/site-packages/git_remote_helpers/__init__.pyc +%{_libdir}/python*/site-packages/git_remote_helpers/git/__init__.py +%{_libdir}/python*/site-packages/git_remote_helpers/git/__init__.pyc +%{_libdir}/python*/site-packages/git_remote_helpers/git/exporter.py +%{_libdir}/python*/site-packages/git_remote_helpers/git/exporter.pyc +%{_libdir}/python*/site-packages/git_remote_helpers/git/git.py +%{_libdir}/python*/site-packages/git_remote_helpers/git/git.pyc +%{_libdir}/python*/site-packages/git_remote_helpers/git/importer.py +%{_libdir}/python*/site-packages/git_remote_helpers/git/importer.pyc +%{_libdir}/python*/site-packages/git_remote_helpers/git/non_local.py +%{_libdir}/python*/site-packages/git_remote_helpers/git/non_local.pyc +%{_libdir}/python*/site-packages/git_remote_helpers/git/repo.py +%{_libdir}/python*/site-packages/git_remote_helpers/git/repo.pyc +%{_libdir}/python*/site-packages/git_remote_helpers/util.py +%{_libdir}/python*/site-packages/git_remote_helpers/util.pyc %changelog * Fri Sep 19 2008 Carsten Schoene <cs@linux-administrator.com>
Added
git-1.7.3.1.tar.bz2
^