SPECS: git-core.spec - pl fixes - fixed invalid macros usage

qboosh qboosh at pld-linux.org
Mon Dec 3 20:10:17 CET 2007


Author: qboosh                       Date: Mon Dec  3 19:10:17 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- pl fixes
- fixed invalid macros usage

---- Files affected:
SPECS:
   git-core.spec (1.101 -> 1.102) 

---- Diffs:

================================================================
Index: SPECS/git-core.spec
diff -u SPECS/git-core.spec:1.101 SPECS/git-core.spec:1.102
--- SPECS/git-core.spec:1.101	Sun Dec  2 12:19:41 2007
+++ SPECS/git-core.spec	Mon Dec  3 20:10:12 2007
@@ -95,7 +95,7 @@
 
 %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
@@ -109,13 +109,13 @@
 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 +128,9 @@
 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
@@ -268,11 +268,11 @@
 
 %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 \
@@ -305,9 +305,9 @@
 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
@@ -363,7 +363,7 @@
 %attr(755,root,root) %{_bindir}/git-*
 %{_datadir}/%{name}
 %{_datadir}/git-gui
-%{_sharedstatedir}/git
+%{_localstatedir}/lib/git
 
 %files daemon-inetd
 %defattr(644,root,root,755)
@@ -376,8 +376,8 @@
 
 %files devel
 %defattr(644,root,root,755)
-%{_includedir}/*
-%{_libdir}/*.a
+%{_includedir}/git-core
+%{_libdir}/libgit.a
 
 %files gitk
 %defattr(644,root,root,755)
@@ -422,6 +422,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.102  2007-12-03 19:10:12  qboosh
+- pl fixes
+- fixed invalid macros usage
+
 Revision 1.101  2007-12-02 11:19:41  qboosh
 - added try-restart action to init script
 - release 2
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/git-core.spec?r1=1.101&r2=1.102&f=u



More information about the pld-cvs-commit mailing list