SPECS: git-core.spec - up to 1.4.3.4; add perl subpackage

arekm arekm at pld-linux.org
Sun Nov 5 17:55:13 CET 2006


Author: arekm                        Date: Sun Nov  5 16:55:13 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- up to 1.4.3.4; add perl subpackage

---- Files affected:
SPECS:
   git-core.spec (1.33 -> 1.34) 

---- Diffs:

================================================================
Index: SPECS/git-core.spec
diff -u SPECS/git-core.spec:1.33 SPECS/git-core.spec:1.34
--- SPECS/git-core.spec:1.33	Fri Oct 27 20:38:52 2006
+++ SPECS/git-core.spec	Sun Nov  5 17:55:08 2006
@@ -4,12 +4,12 @@
 Summary:	The stupid content tracker
 Summary(pl):	Prymitywne narzędzie do śledzenia treści
 Name:		git-core
-Version:	1.4.3.2
+Version:	1.4.3.4
 Release:	1
 License:	GPL v2
 Group:		Development/Tools
 Source0:	http://www.kernel.org/pub/software/scm/git/git-%{version}.tar.bz2
-# Source0-md5:	c13797079424790597d696972fffa7b4
+# Source0-md5:	5114c6b58329f3574697a595774df7d0
 URL:		http://git.or.cz/
 BuildRequires:	asciidoc
 BuildRequires:	curl-devel
@@ -65,10 +65,27 @@
 %description devel
 Pliki nagłówkowe dla git-core.
 
+%package -n perl-git-core
+Summary:	Perl interface to the Git version control system
+Group:		Development/Languages/Perl
+Requires:	%{name} = %{version}-%{release}
+
+%description -n perl-git-core
+This module provides Perl scripts easy way to interface the Git
+version control system. The modules have an easy and well-tested way
+to call arbitrary Git commands; in the future, the interface will also
+provide specialized methods for doing easily operations which are not
+totally trivial to do over the generic command interface.
+
 %prep
 %setup -q -n git-%{version}
 
 %build
+cd perl
+%{__perl} Makefile.PL \
+	INSTALLDIRS=vendor
+cd ..
+
 %{__make} \
 	prefix=%{_prefix} \
 	CC="%{__cc}" \
@@ -109,12 +126,20 @@
 %defattr(644,root,root,755)
 %{_includedir}/*
 
+%files -n perl-git-core
+%defattr(644,root,root,755)
+%{perl_vendorlib}/*.pm
+%{_mandir}/man3/*
+
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
 * %{date} PLD Team <feedback at pld-linux.org>
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.34  2006/11/05 16:55:08  arekm
+- up to 1.4.3.4; add perl subpackage
+
 Revision 1.33  2006/10/27 18:38:52  arekm
 - up to 1.4.3.2
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/git-core.spec?r1=1.33&r2=1.34&f=u



More information about the pld-cvs-commit mailing list