packages: git-core/git-core.spec - move git-cvsserver to -cvs subpackage - ...

glen glen at pld-linux.org
Thu Mar 4 16:19:09 CET 2010


Author: glen                         Date: Thu Mar  4 15:19:09 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- move git-cvsserver to -cvs subpackage
- cleanup .py
- verbose files on main package to avoid such mistake again; rel 2

---- Files affected:
packages/git-core:
   git-core.spec (1.191 -> 1.192) 

---- Diffs:

================================================================
Index: packages/git-core/git-core.spec
diff -u packages/git-core/git-core.spec:1.191 packages/git-core/git-core.spec:1.192
--- packages/git-core/git-core.spec:1.191	Mon Mar  1 13:00:56 2010
+++ packages/git-core/git-core.spec	Thu Mar  4 16:19:03 2010
@@ -10,7 +10,7 @@
 Summary(pl.UTF-8):	Prymitywne narzędzie do śledzenia treści
 Name:		git-core
 Version:	1.7.0.1
-Release:	1
+Release:	2
 License:	GPL v2
 Group:		Development/Tools
 Source0:	http://www.kernel.org/pub/software/scm/git/git-%{version}.tar.bz2
@@ -392,10 +392,10 @@
 %endif
 
 # header files and lib
-install *.h $RPM_BUILD_ROOT%{_includedir}/%{name}
-install xdiff/*.h $RPM_BUILD_ROOT%{_includedir}/%{name}/xdiff
-install libgit.a $RPM_BUILD_ROOT%{_libdir}
-install xdiff/lib.a $RPM_BUILD_ROOT%{_libdir}/libgit_xdiff.a
+cp -a *.h $RPM_BUILD_ROOT%{_includedir}/%{name}
+cp -a xdiff/*.h $RPM_BUILD_ROOT%{_includedir}/%{name}/xdiff
+cp -a libgit.a $RPM_BUILD_ROOT%{_libdir}
+cp -a xdiff/lib.a $RPM_BUILD_ROOT%{_libdir}/libgit_xdiff.a
 
 # bash completion
 install -d $RPM_BUILD_ROOT%{_sysconfdir}/bash_completion.d
@@ -445,6 +445,7 @@
 # remove unneeded files
 rm $RPM_BUILD_ROOT%{perl_archlib}/perllocal.pod
 rm $RPM_BUILD_ROOT%{perl_vendorarch}/auto/Git/.packlist
+%py_postclean
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -483,7 +484,10 @@
 %defattr(644,root,root,755)
 %doc README contrib
 %attr(755,root,root) %{_bindir}/git
-%attr(755,root,root) %{_bindir}/git-*
+%attr(755,root,root) %{_bindir}/git-receive-pack
+%attr(755,root,root) %{_bindir}/git-shell
+%attr(755,root,root) %{_bindir}/git-upload-archive
+%attr(755,root,root) %{_bindir}/git-upload-pack
 
 %if %{with doc}
 %{_mandir}/man1/git-*.1*
@@ -603,6 +607,7 @@
 
 %files cvs
 %defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/git-cvsserver
 %attr(755,root,root) %{_libdir}/%{name}/git-cvs*
 %if %{with doc}
 %{_mandir}/man1/git-cvs*.1*
@@ -651,6 +656,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.192  2010/03/04 15:19:03  glen
+- move git-cvsserver to -cvs subpackage
+- cleanup .py
+- verbose files on main package to avoid such mistake again; rel 2
+
 Revision 1.191  2010/03/01 12:00:56  arekm
 - up to 1.7.0.1
 
================================================================

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



More information about the pld-cvs-commit mailing list