public inbox for ipfire-scm@lists.ipfire.org
 help / color / mirror / Atom feed
From: git@ipfire.org
To: ipfire-scm@lists.ipfire.org
Subject: [git.ipfire.org] IPFire 3.x development tree branch, master, updated. 9ec021753659babcc03d08084c6652c230afd6c3
Date: Mon, 03 Oct 2016 12:11:37 +0100	[thread overview]
Message-ID: <20161003111137.EDE341078E81@git01.ipfire.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 4013 bytes --]

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "IPFire 3.x development tree".

The branch, master has been updated
       via  9ec021753659babcc03d08084c6652c230afd6c3 (commit)
      from  6af225ae05e1f9f12b17e9d299fc0f6f3c0af97a (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 9ec021753659babcc03d08084c6652c230afd6c3
Author: Michael Tremer <michael.tremer(a)ipfire.org>
Date:   Mon Oct 3 12:07:44 2016 +0100

    glibc: Remove -command and -headers package
    
    These packages are a bit redundant and got now
    merged into the main package and the -devel package.
    
    Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>

-----------------------------------------------------------------------

Summary of changes:
 glibc/glibc.nm | 71 ++++++++++++----------------------------------------------
 1 file changed, 14 insertions(+), 57 deletions(-)

Difference in files:
diff --git a/glibc/glibc.nm b/glibc/glibc.nm
index 943bf0e..5dd018d 100644
--- a/glibc/glibc.nm
+++ b/glibc/glibc.nm
@@ -5,7 +5,7 @@
 
 name       = glibc
 version    = 2.24
-release    = 1
+release    = 2
 
 maintainer = Michael Tremer <michael.tremer(a)ipfire.org>
 groups     = System/Base
@@ -179,86 +179,43 @@ end
 
 packages
 	package glibc
-		requires = glibc-common = %{thisver}
-
 		if "%{DISTRO_ARCH}" == "armv7hl"
 			provides += ld-linux.so.3
 			provides += ld-linux.so.3(GLIBC_2.4)
 			provides += ld-linux.so.3(GLIBC_PRIVATE)
 		end
 
-		conflicts
-			kernel < %{OPTIMIZED_KERNEL}
-		end
-	end
-
-	package glibc-common
-		# XXX description and summary are missing
-
 		requires
-			glibc = %{thisver}
 			tzdata
 		end
 
-		files
-			/usr/bin
-			/usr/sbin
-			/usr/share
-			/usr/lib/locale
-			!/usr/share/zoneinfo
+		conflicts
+			kernel < %{OPTIMIZED_KERNEL}
+		end
+
+		obsoletes
+			glibc-common < %{thisver}
 		end
 	end
 
 	package glibc-devel
-		summary = Object files for development using standard C libraries.
-		description
-			The glibc-devel package contains the object files necessary
-			for developing programs which use the standard C libraries (which are
-			used by nearly all programs).  If you are developing programs which
-			will use the standard C libraries, your system needs to have these
-			standard object files available in order to create the
-			executables.
-
-			Install glibc-devel if you are going to develop programs which will
-			use the standard C libraries.
-		end
-		group = Development/Libraries
+		template DEVEL
 
 		requires
 			glibc = %{thisver}
 			glibc-headers = %{thisver}
+			kernel-headers >= %{OPTIMIZED_KERNEL}
 		end
 
-		files
-			%{includedir}
-			%{libdir}/*.a
-			%{libdir}/*.o
-		end
-	end
-
-	package glibc-headers
-		description
-			The glibc-headers package contains the header files necessary
-			for developing programs which use the standard C libraries (which are
-			used by nearly all programs).  If you are developing programs which
-			will use the standard C libraries, your system needs to have these
-			standard header files available in order to create the
-			executables.
-
-			Install glibc-headers if you are going to develop programs which will
-			use the standard C libraries.
+		provides
+			glibc-headers = %{thisver}
 		end
 
-		requires
-			glibc = %{thisver}
-			kernel-headers >= %{OPTIMIZED_KERNEL}
+		obsoletes
+			glibc-headers < %{thisver}
 		end
 
-		files
-			/usr/include
-			!/usr/include/linuxthreads
-			!/usr/include/gnu/stubs-[32164]*.h
-		end
+		files += %{libdir}/*.[ao]
 	end
 
 	package nscd


hooks/post-receive
--
IPFire 3.x development tree

                 reply	other threads:[~2016-10-03 11:11 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20161003111137.EDE341078E81@git01.ipfire.org \
    --to=git@ipfire.org \
    --cc=ipfire-scm@lists.ipfire.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox