SPECS: git-core.spec - 1.4.2

aredridel aredridel at pld-linux.org
Tue Sep 12 00:18:00 CEST 2006


Author: aredridel                    Date: Mon Sep 11 22:18:00 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- 1.4.2

---- Files affected:
SPECS:
   git-core.spec (1.24 -> 1.25) 

---- Diffs:

================================================================
Index: SPECS/git-core.spec
diff -u SPECS/git-core.spec:1.24 SPECS/git-core.spec:1.25
--- SPECS/git-core.spec:1.24	Sun Aug 13 18:08:20 2006
+++ SPECS/git-core.spec	Tue Sep 12 00:17:55 2006
@@ -52,6 +52,13 @@
 Nie robi wiele, ale to, co "robi", to wydajne śledzenie zawartości
 katalogu.
 
+%package devel
+Summary:	header files for git-core
+Group: Development/Libraries
+
+%description devel
+header files for git-core.
+
 %prep
 %setup -q -n git-%{version}
 
@@ -66,6 +73,7 @@
 
 %install
 rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_includedir}/%{name}/xdiff
 
 %{__make} install \
 	prefix=%{_prefix} \
@@ -77,6 +85,9 @@
 	mandir=%{_mandir} \
 	DESTDIR=$RPM_BUILD_ROOT
 
+install *.h $RPM_BUILD_ROOT%{_includedir}/%{name}
+install xdiff/*.h $RPM_BUILD_ROOT%{_includedir}/%{name}/xdiff
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -88,12 +99,18 @@
 %dir %{_datadir}/%{name}
 %{_datadir}/%{name}/*
 
+%files devel
+%{_includedir}/*
+
 %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.25  2006/09/11 22:17:55  aredridel
+- 1.4.2
+
 Revision 1.24  2006/08/13 16:08:20  arekm
 - up to 1.4.2
 
================================================================

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



More information about the pld-cvs-commit mailing list