Revbump main pkg and unset revision off all subpkgs.

This commit is contained in:
Juan RP
2012-05-23 08:14:33 +02:00
parent 564dd67619
commit 861041b245
494 changed files with 265 additions and 516 deletions

View File

@@ -5,7 +5,6 @@ long_desc="${long_desc}
This package contains files for development: headers, static libs, etc."
revision=5
Add_dependency run kernel-libc-headers ">=3.2.6<3.3"
Add_dependency run glibc ">=${version}_5"

View File

@@ -5,7 +5,6 @@ long_desc="${long_desc}
This package contains the ${sourcepkg} locale files, for non US users."
revision=2
conf_files="/etc/default/libc-locales"
noarch=yes

View File

@@ -5,7 +5,6 @@ long_desc="
This package contains nscd, a daemon that provides a cache for the
most common name service requests."
revision=4
systemd_services="nscd.service on"
conf_files="/etc/nscd.conf"

View File

@@ -1,7 +1,7 @@
# Template file for 'glibc'
pkgname=glibc
version=2.14.1
revision=6
revision=7
distfiles="http://ftp.gnu.org/gnu/glibc/glibc-${version}.tar.bz2"
short_desc="The GNU C library"
maintainer="Juan RP <xtraeme@gmail.com>"