Changes of Revision 6
[-] | Changed | git.spec |
x 1
2 # 3 -# spec file for package git (Version 1.5.6.5) 4 +# spec file for package git (Version 1.7.3.1) 5 # 6 # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. 7 # 8
9 %else 10 BuildRequires: libopenssl-devel 11 %endif 12 -Version: 1.6.0.2 13 +Version: 1.7.3.1 14 Release: 8 15 Summary: Fast, scalable, distributed revision control system 16 License: GPL v2 or later 17
18 install -d ${RPM_BUILD_ROOT}/etc/apache2/conf.d 19 install -m 755 gitweb/gitweb.cgi $RPM_BUILD_ROOT/usr/share/git-web/gitweb.cgi 20 install -m 644 %{SOURCE1} $RPM_BUILD_ROOT/etc/apache2/conf.d/gitweb.conf 21 -for i in git-favicon.png git-logo.png gitweb.css; do 22 - install -m 644 gitweb/$i $RPM_BUILD_ROOT/usr/share/git-web 23 +for i in git-favicon.png git-logo.png gitweb.css gitweb.js; do 24 + install -m 644 gitweb/static/$i $RPM_BUILD_ROOT/usr/share/git-web 25 done 26 ### git-daemon 27 install -d -m 755 $RPM_BUILD_ROOT/etc/init.d 28
29 30 %files svn 31 %defattr(-,root,root) 32 -%{_bindir}/*svn* 33 %doc Documentation/*svn*.txt 34 %{!?_without_docs: %{_mandir}/man1/*svn*.1*} 35 %{!?_without_docs: %doc Documentation/*svn*.html } 36
37 %files arch 38 %defattr(-,root,root) 39 %doc Documentation/git-archimport.txt 40 -%{_bindir}/git-archimport 41 %{!?_without_docs: %{_mandir}/man1/git-archimport.1*} 42 %{!?_without_docs: %doc Documentation/git-archimport.html } 43 44 %files email 45 %defattr(-,root,root) 46 %doc Documentation/*email*.txt 47 -%{_bindir}/*email* 48 %{!?_without_docs: %{_mandir}/man1/*email*.1*} 49 %{!?_without_docs: %doc Documentation/*email*.html } 50 51 %files daemon 52 %defattr(-,root,root) 53 %doc Documentation/*daemon*.txt 54 -%{_bindir}/*daemon* 55 /etc/init.d/git-daemon 56 %{_sbindir}/rcgit-daemon 57 %dir /srv/git 58
59 60 %files core -f bin-man-doc-files 61 %defattr(-,root,root) 62 -%{_datadir}/git-core/ 63 +%{_prefix}/libexec/git-core/ 64 %doc README COPYING Documentation/*.txt 65 %{!?_without_docs: %doc Documentation/*.html } 66 /var/adm/perl-modules/%{name} 67
68 %dir /etc/apache2/conf.d 69 %config(noreplace) /etc/apache2/conf.d/gitweb.conf 70 /usr/share/git-web 71 +/usr/share/gitweb/gitweb.cgi 72 +/usr/share/gitweb/static/git-favicon.png 73 +/usr/share/gitweb/static/git-logo.png 74 +/usr/share/gitweb/static/gitweb.css 75 +/usr/share/gitweb/static/gitweb.js 76 +%if 0%{?suse_version} >= 1110 77 +%{_libdir}/python*/site-packages/git_remote_helpers-0.1.0-py*.egg-info 78 +%endif 79 +%{_libdir}/python*/site-packages/git_remote_helpers/__init__.py 80 +%{_libdir}/python*/site-packages/git_remote_helpers/__init__.pyc 81 +%{_libdir}/python*/site-packages/git_remote_helpers/git/__init__.py 82 +%{_libdir}/python*/site-packages/git_remote_helpers/git/__init__.pyc 83 +%{_libdir}/python*/site-packages/git_remote_helpers/git/exporter.py 84 +%{_libdir}/python*/site-packages/git_remote_helpers/git/exporter.pyc 85 +%{_libdir}/python*/site-packages/git_remote_helpers/git/git.py 86 +%{_libdir}/python*/site-packages/git_remote_helpers/git/git.pyc 87 +%{_libdir}/python*/site-packages/git_remote_helpers/git/importer.py 88 +%{_libdir}/python*/site-packages/git_remote_helpers/git/importer.pyc 89 +%{_libdir}/python*/site-packages/git_remote_helpers/git/non_local.py 90 +%{_libdir}/python*/site-packages/git_remote_helpers/git/non_local.pyc 91 +%{_libdir}/python*/site-packages/git_remote_helpers/git/repo.py 92 +%{_libdir}/python*/site-packages/git_remote_helpers/git/repo.pyc 93 +%{_libdir}/python*/site-packages/git_remote_helpers/util.py 94 +%{_libdir}/python*/site-packages/git_remote_helpers/util.pyc 95 96 %changelog 97 * Fri Sep 19 2008 Carsten Schoene <cs@linux-administrator.com> 98 |
||
Added | git-1.7.3.1.tar.bz2 ^ |