rpms/dietlibc/devel dietlibc.spec,1.63,1.64

Enrico Scholz ensc at fedoraproject.org
Sun Mar 1 12:43:05 UTC 2009


Author: ensc

Update of /cvs/extras/rpms/dietlibc/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv19234

Modified Files:
	dietlibc.spec 
Log Message:
updated


Index: dietlibc.spec
===================================================================
RCS file: /cvs/extras/rpms/dietlibc/devel/dietlibc.spec,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -r1.63 -r1.64
--- dietlibc.spec	1 Mar 2009 12:26:20 -0000	1.63
+++ dietlibc.spec	1 Mar 2009 12:42:34 -0000	1.64
@@ -66,6 +66,14 @@
 Summary:	dietlibc development files
 Group:		Development/Libraries
 Requires:	%name = %version-%release
+Requires:	%name-header = %version-%release
+
+%package header
+Summary:	dietlibc header files
+Group:		Development/Libraries
+Requires:	%name = %version-%release
+Requires(pre):	%name-devel = %version-%release
+Requires:	%name-devel = %version-%release
 BuildArch:	noarch
 
 %package lib
@@ -84,7 +92,14 @@
 used to create small statically linked binaries for Linux on alpha,
 arm, hppa, ia64, i386, mips, s390, sparc, sparc64, ppc and x86_64.
 
-This package contains the header and object files for dietlibc.
+This package contains the object files for dietlibc.
+
+%description header
+The diet libc is a libc that is optimized for small size. It can be
+used to create small statically linked binaries for Linux on alpha,
+arm, hppa, ia64, i386, mips, s390, sparc, sparc64, ppc and x86_64.
+
+This package contains the header files for dietlibc.
 
 %description lib
 The diet libc is a libc that is optimized for small size. It can be
@@ -181,9 +196,15 @@
 %_bindir/*
 
 
+%files header
+%defattr(-,root,root,-)
+%pkglibdir/include
+
+
 %files devel
 %defattr(-,root,root,-)
 %pkglibdir
+%exclude %pkglibdir/include
 %{?with_dynamic:%exclude %pkglibdir/*/*.so}
 
 
@@ -198,6 +219,9 @@
 
 
 %changelog
+* Sun Mar  1 2009 Enrico Scholz <enrico.scholz at informatik.tu-chemnitz.de> - 0.31-8.20090228
+- splitted a noarch -header subpackage out of -devel
+
 * Sun Mar  1 2009 Enrico Scholz <enrico.scholz at informatik.tu-chemnitz.de> - 0.31-7.20090228
 - updated to 20090228
 - updated patches




More information about the fedora-extras-commits mailing list