SPECS: mISDN.spec - add package devel

areq areq at pld-linux.org
Sat Sep 3 23:16:25 CEST 2005


Author: areq                         Date: Sat Sep  3 21:16:25 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- add package devel

---- Files affected:
SPECS:
   mISDN.spec (1.4 -> 1.5) 

---- Diffs:

================================================================
Index: SPECS/mISDN.spec
diff -u SPECS/mISDN.spec:1.4 SPECS/mISDN.spec:1.5
--- SPECS/mISDN.spec:1.4	Mon Aug 29 23:37:54 2005
+++ SPECS/mISDN.spec	Sat Sep  3 23:16:18 2005
@@ -72,6 +72,13 @@
 
 Ten pakiet zawiera moduł jądra Linuksa SMP.
 
+%package devel
+Summary:        Development header files for mISDN
+Group:          Development/Libraries
+
+%description devel
+Development header files for mISDN.
+
 %prep
 %setup -q -n %{name}-%{mISDN_version}
 
@@ -108,6 +115,10 @@
 
 %install
 rm -rf $RPM_BUILD_ROOT
+
+install -d $RPM_BUILD_ROOT%{_includedir}/linux
+install include/linux/*.h $RPM_BUILD_ROOT%{_includedir}/linux
+
 cd drivers/isdn/hardware
 install -d $RPM_BUILD_ROOT/lib/modules/%{_kernel_ver}{,smp}/drivers/isdn/hardware/mISDN
 
@@ -151,12 +162,19 @@
 /lib/modules/%{_kernel_ver}smp/drivers/isdn/hardware/mISDN/*.ko*
 %endif
 
+%files devel
+%defattr(644,root,root,755)
+%{_includedir}/linux/*.h
+
 %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.5  2005/09/03 21:16:18  areq
+- add package devel
+
 Revision 1.4  2005/08/29 21:37:54  arekm
 - fixed
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/mISDN.spec?r1=1.4&r2=1.5&f=u




More information about the pld-cvs-commit mailing list