]> git.pld-linux.org Git - packages/git-core.git/blobdiff - git-core.spec
This commit was manufactured by cvs2git to create tag 'auto-ac-git-core-
[packages/git-core.git] / git-core.spec
index 4833aa9f46d2ce9fee224c5af459e64db3543656..9d3c294e5a154aec68e6e75220dd98be56a9b24a 100644 (file)
@@ -1,4 +1,4 @@
-
+#
 # Conditional build:
 %bcond_without tests   # don't perform make test
 %bcond_without doc     # skip building/packaging docs/manuals (takes some time)
@@ -7,22 +7,24 @@
 Summary:       The stupid content tracker
 Summary(pl.UTF-8):     Prymitywne narzędzie do śledzenia treści
 Name:          git-core
-Version:       1.5.3.7
+Version:       1.5.5.2
 Release:       1
 License:       GPL v2
 Group:         Development/Tools
 Source0:       http://www.kernel.org/pub/software/scm/git/git-%{version}.tar.bz2
-# Source0-md5: a114cbf532ff627698a031a66d072173
+# Source0-md5: 7379e652b7c51da209a677b806e1d276
 Source1:       %{name}-gitweb.conf
 Source2:       %{name}-gitweb-httpd.conf
 Source3:       %{name}.sysconfig
 Source4:       %{name}.inet
 Source5:       %{name}.init
+Patch0:                %{name}-bashizm.patch
 URL:           http://git.or.cz/
 BuildRequires: autoconf
 BuildRequires: automake
 BuildRequires: curl-devel
 BuildRequires: expat-devel
+BuildRequires: gettext-devel
 BuildRequires: openssl-devel
 BuildRequires: perl-Error
 BuildRequires: perl-base
@@ -36,13 +38,15 @@ BuildRequires:      xmlto
 %endif
 %if %{with tests}
 BuildRequires: cvs
-# tests fail when using this client
+BuildRequires: cvsps
 BuildRequires: pdksh >= 5.2.14-46
+# tests fail when using this client
 BuildConflicts:        cvs-nserver-client
 %endif
 Requires:      coreutils
 Requires:      cpio
 Requires:      curl
+Requires:      cvsps >= 2.1-2
 Requires:      diffutils
 Requires:      findutils
 Requires:      grep
@@ -95,10 +99,10 @@ katalogu.
 
 %package daemon-inetd
 Summary:       Files necessary to run git-daemon as an inetd service
-Summary(pl.UTF-8):     Pliki niezbędne do uruchomienia git-daemon w trybie usługi inetd
+Summary(pl.UTF-8):     Pliki niezbędne do uruchomienia git-daemona w trybie usługi inetd
 Group:         Networking/Daemons
 Requires:      %{name} = %{version}-%{release}
-Requires:      setup >= 2.4.11-1
+Requires:      setup >= 2.4.10-6
 Provides:      git-core-daemon
 Obsoletes:     git-core-daemon
 Obsoletes:     git-core-daemon-standalone
@@ -109,13 +113,13 @@ repositories. This package provides all necessarry files to run
 git-daemon as an inetd service.
 
 %description daemon-inetd -l pl.UTF-8
-Git-daemon to prosty daemon git korzystający z protokołu TCP do
-udostępnienia repozytoriów git. Pakiet ten dostarcza potrzebnych
-plików do uruchomienia git-daemon w trybie usługi inetd.
+Git-daemon to prosty demon git korzystający z protokołu TCP do
+udostępniania repozytoriów git. Ten pakiet dostarcza pliki potrzebne
+do uruchomienia git-demona w trybie usługi inetd.
 
 %package daemon-standalone
 Summary:       Files necessary to run git-daemon as a standalone service
-Summary(pl.UTF-8):     Pliki niezbędne do uruchomienia git-daemon w trybie usługi standalone
+Summary(pl.UTF-8):     Pliki niezbędne do uruchomienia git-daemona w trybie usługi samodzielnej
 Group:         Networking/Daemons
 Requires:      %{name} = %{version}-%{release}
 Provides:      git-core-daemon
@@ -128,9 +132,9 @@ repositories. This package provides all necessarry files to run
 git-daemon as an standalone service.
 
 %description daemon-standalone -l pl.UTF-8
-Git-daemon to prosty daemon git korzystający z protokołu TCP do
-udostępnienia repozytoriów git. Pakiet ten dostarcza potrzebnych
-plików do uruchomienia git-daemon w trybie usługi standalone.
+Git-daemon to prosty demon git korzystający z protokołu TCP do
+udostępniania repozytoriów git. Ten pakiet dostarcza pliki potrzebne
+do uruchomienia git-daemona w trybie usługi samodzielnej.
 
 %package devel
 Summary:       Header files for git-core
@@ -187,7 +191,11 @@ Summary:   A GTK+ based repository browser for git
 Summary(pl.UTF-8):     Oparta na GTK+ przeglądarka repozytorium gita
 Group:         Development/Tools
 Requires:      %{name} = %{version}-%{release}
-#Requires:     pytongowe mambo dżambo
+Requires:      python >= 1:2.4
+Requires:      python-pycairo >= 1.0
+Requires:      python-pygobject
+Requires:      python-pygtk-gtk >= 2:2.8
+Suggests:      python-gnome-desktop-gtksourceview
 
 %description gitview
 A GTK+ based repository browser for git.
@@ -243,6 +251,7 @@ Ta wtyczka dostarcza podświetlanie składni dla treści commitów gita.
 
 %prep
 %setup -q -n git-%{version}
+%patch0 -p1
 
 %build
 %{__aclocal}
@@ -264,11 +273,11 @@ Ta wtyczka dostarcza podświetlanie składni dla treści commitów gita.
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT{%{_includedir}/%{name}/xdiff,%{_sharedstatedir}/git}
+install -d $RPM_BUILD_ROOT{%{_includedir}/%{name}/xdiff,%{_localstatedir}/lib/git}
 install -d $RPM_BUILD_ROOT{%{appdir},%{cgibindir},%{webappdir}}
 install -d $RPM_BUILD_ROOT%{_datadir}/vim/vimfiles/syntax
 install -d $RPM_BUILD_ROOT%{_sysconfdir}/bash_completion.d
-install -d $RPM_BUILD_ROOT%{_sysconfdir}/{sysconfig/rc-inetd,rc.d/init.d}
+install -d $RPM_BUILD_ROOT/etc/{sysconfig/rc-inetd,rc.d/init.d}
 
 %{__make} install \
        INSTALLDIRS=vendor \
@@ -301,15 +310,15 @@ install %{SOURCE2} $RPM_BUILD_ROOT%{webappdir}/httpd.conf
 install contrib/gitview/gitview $RPM_BUILD_ROOT%{_bindir}
 
 # git-daemon related files
-install %{SOURCE3} $RPM_BUILD_ROOT%{_sysconfdir}/sysconfig/git-daemon
-install %{SOURCE4} $RPM_BUILD_ROOT%{_sysconfdir}/sysconfig/rc-inetd/git-daemon
-install %{SOURCE5} $RPM_BUILD_ROOT%{_sysconfdir}/rc.d/init.d/git-daemon
+install %{SOURCE3} $RPM_BUILD_ROOT/etc/sysconfig/git-daemon
+install %{SOURCE4} $RPM_BUILD_ROOT/etc/sysconfig/rc-inetd/git-daemon
+install %{SOURCE5} $RPM_BUILD_ROOT/etc/rc.d/init.d/git-daemon
 
 # remove unneeded files
 rm -f $RPM_BUILD_ROOT%{perl_archlib}/perllocal.pod
 rm -f $RPM_BUILD_ROOT%{perl_vendorarch}/auto/Git/.packlist
-rm $RPM_BUILD_ROOT%{perl_vendorlib}/Error.pm
-rm $RPM_BUILD_ROOT%{_mandir}/man3/private-Error.3*
+rm -f $RPM_BUILD_ROOT%{perl_vendorlib}/Error.pm
+rm -f $RPM_BUILD_ROOT%{_mandir}/man3/private-Error.3*
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -351,6 +360,7 @@ fi
 %doc Documentation/{[!g]*,g[!i]*,git,git[!k]*}.html Documentation/howto Documentation/technical
 %{_mandir}/man1/git-*.1*
 %{_mandir}/man5/gitattributes.5*
+%{_mandir}/man5/gitcli.5*
 %{_mandir}/man5/gitignore.5*
 %{_mandir}/man5/gitmodules.5*
 %{_mandir}/man7/git.7*
@@ -359,7 +369,7 @@ fi
 %attr(755,root,root) %{_bindir}/git-*
 %{_datadir}/%{name}
 %{_datadir}/git-gui
-%{_sharedstatedir}/git
+%{_localstatedir}/lib/git
 
 %files daemon-inetd
 %defattr(644,root,root,755)
@@ -372,8 +382,8 @@ fi
 
 %files devel
 %defattr(644,root,root,755)
-%{_includedir}/*
-%{_libdir}/*.a
+%{_includedir}/git-core
+%{_libdir}/libgit.a
 
 %files gitk
 %defattr(644,root,root,755)
@@ -382,6 +392,11 @@ fi
 %{_mandir}/man1/gitk.1*
 %endif
 %attr(755,root,root) %{_bindir}/gitk
+%dir %{_datadir}/gitk
+%dir %{_datadir}/gitk/lib
+%dir %{_datadir}/gitk/lib/msgs
+%lang(de) %{_datadir}/gitk/lib/msgs/de.msg
+%lang(it) %{_datadir}/gitk/lib/msgs/it.msg
 
 %files gitweb
 %defattr(644,root,root,755)
This page took 0.039867 seconds and 4 git commands to generate.