]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/commitdiff
Merge remote-tracking branch 'stevee/systemd'
authorMichael Tremer <michael.tremer@ipfire.org>
Sat, 1 Oct 2011 14:59:39 +0000 (16:59 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 1 Oct 2011 14:59:39 +0000 (16:59 +0200)
beep/beep.nm
db4/db4.nm
gettext/gettext.nm
glib2/glib2.nm
pam/pam.nm
pam/securetty [deleted file]
readline/inputrc [deleted file]
readline/readline.nm

index d4da7d29270d44d09029de57806613ccf9080d3d..6de82eeff2d7f08f67acf135e663c034cf4a85eb 100644 (file)
@@ -4,7 +4,7 @@
 ###############################################################################
 
 name       = beep
-version    = 1.2.2
+version    = 1.3
 release    = 1
 
 groups     = Applications/System
index 53946992bc09ba419d9f16034ae7896b9a4ab136..6839448047cd830db137f0b69d45bacadb8050ad 100644 (file)
@@ -19,11 +19,11 @@ license    = Proprietary
 summary    = Berkeley DB is a library that provides an embedded database.
 
 description
-       Berkeley DB (BDB) is a computer software library that provides \
+       Berkeley DB (BDB) is a computer software library that provides
        a high-performance embedded database.
 end
 
-source_dl  =
+source_dl  = http://download.oracle.com/berkeley-db/
 
 build
        requires
@@ -49,21 +49,31 @@ build
        end
 end
 
-# XXX insert descriptions
 packages
        package db4
-               files = /usr/lib*/libdb-%{version_major}.so
-       end
        
        package db4-devel
                template DEVEL
+
+               files += \
+                       !/usr/lib*/libdb-%{version_major}.so
        end
        
        package db4-utils
-               files = /usr/bin
+               summary = Command line tools for managing Berkeley DB (version 4) databases.
+               description = %{summary}
+
+               files
+                       /usr/bin
+               end
        end
        
        package db4-cxx
-               files = /usr/lib*/libdb_cxx-%{version_major}.so
+               summary = The Berkeley DB database library (version 4) for C++.
+               description = %{summary}
+
+               files
+                       /usr/lib*/libdb_cxx-%{version_major}.so
+               end
        end
 end
index 91b0f8e9eaf4e7e76e016fc51a36efac27b451a0..0f13892ac67246573426fa008bca479a825997ce 100644 (file)
@@ -5,7 +5,7 @@
 
 name       = gettext
 version    = 0.18.1.1
-release    = 1
+release    = 2
 
 groups     = System/Base
 url        = http://www.gnu.org/software/gettext/
@@ -13,19 +13,19 @@ license    = GPLv3 LGPL2+
 summary    = GNU libraries and utilities for producing multi-lingual messages.
 
 description
-       The GNU gettext package provides a set of tools and documentation for \
-       producing multi-lingual messages in programs. Tools include a set of \
-       conventions about how programs should be written to support message \
-       catalogs, a directory and file naming organization for the message \
-       catalogs, a runtime library which supports the retrieval of translated \
-       messages, and stand-alone programs for handling the translatable and \
-       the already translated strings. Gettext provides an easy to use \
-       library and tools for creating, using, and modifying natural language \
-       catalogs and is a powerful and simple method for internationalizing \
+       The GNU gettext package provides a set of tools and documentation for
+       producing multi-lingual messages in programs. Tools include a set of
+       conventions about how programs should be written to support message
+       catalogs, a directory and file naming organization for the message
+       catalogs, a runtime library which supports the retrieval of translated
+       messages, and stand-alone programs for handling the translatable and
+       the already translated strings. Gettext provides an easy to use
+       library and tools for creating, using, and modifying natural language
+       catalogs and is a powerful and simple method for internationalizing
        programs.
 end
 
-source_dl  =
+source_dl  = http://ftp.gnu.org/pub/gnu/gettext/
 
 build
        requires
@@ -46,9 +46,22 @@ end
 
 packages
        package %{name}
-       end
        
        package %{name}-devel
                template DEVEL
+
+               requires += \
+                       gettext-libs=%{thisver}
+       end
+
+       package %{name}-libs
+               template LIBS
+
+               files
+                       /usr/lib/libgettextlib-*.so
+                       /usr/lib/libgettextpo.so.*
+                       /usr/lib/libgettextsrc-*.so
+                       /usr/lib/preloadable_libintl.so
+               end
        end
 end
index 08c056af71824e8bb027f93955f2de5d0bddf285..22c32a8b5c8d752e00ad7b3827a9023a4709feef 100644 (file)
@@ -4,7 +4,8 @@
 ###############################################################################
 
 name       = glib
-version    = 2.29.14
+version    = 2.30.0
+version_major = 2.30
 release    = 1
 
 groups     = System/Libraries
@@ -13,14 +14,14 @@ license    = LGPLv2+
 summary    = A library of handy utility functions.
 
 description
-       GLib is the low-level core library that forms the basis \
-       for projects such as GTK+ and GNOME. It provides data structure \
-       handling for C, portability wrappers, and interfaces for such runtime \
-       functionality as an event loop, threads, dynamic loading, and an \
+       GLib is the low-level core library that forms the basis
+       for projects such as GTK+ and GNOME. It provides data structure
+       handling for C, portability wrappers, and interfaces for such runtime
+       functionality as an event loop, threads, dynamic loading, and an
        object system.
 end
 
-source_dl  =
+source_dl  = http://ftp.gnome.org/pub/gnome/sources/glib/%{version_major}/
 sources    = %{thisapp}.tar.xz
 
 build
index a883768322f1c84b21045b431197aafbe91e7e4c..3772519fa98ebd29d8ee80da8f3672cb6691dc58 100644 (file)
@@ -5,7 +5,7 @@
 
 name       = pam
 version    = 1.1.0
-release    = 2
+release    = 3
 thisapp    = Linux-PAM-%{version}
 
 groups     = System/Base
@@ -54,7 +54,10 @@ build
                #sed -i 's/yes/no/' %{BUILDROOT}/etc/default/useradd
                mkdir -pv %{BUILDROOT}/etc/security
                install -v -m644 %{DIR_SOURCE}/pam_env.conf %{BUILDROOT}/etc/security/pam_env.conf
-               cp -vf %{DIR_SOURCE}/{login.defs,securetty} %{BUILDROOT}/etc
+               cp -vf %{DIR_SOURCE}/login.defs %{BUILDROOT}/etc
+
+               # Included in setup package
+               rm -f %{BUILDROOT}/etc/environment
        end
 end
 
@@ -64,7 +67,7 @@ packages
                        pam_ldap
                end
        end
-       
+
        package %{name}-devel
                template DEVEL
        end
diff --git a/pam/securetty b/pam/securetty
deleted file mode 100644 (file)
index f176d04..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-tty1
-tty2
-tty3
-tty4
-tty5
-tty6
-ttyp0
-ttyp1
-ttyp2
-ttyp3
-ttyp4
-ttyp5
-ttyp6
-ttyp7
-ttyp8
-ttyp9
-ttypa
-ttypb
-ttypc
-ttypd
-ttype
-ttypf
diff --git a/readline/inputrc b/readline/inputrc
deleted file mode 100644 (file)
index 7a7908c..0000000
+++ /dev/null
@@ -1,42 +0,0 @@
-# Begin /etc/inputrc
-
-# Allow the command prompt to wrap to the next line
-set horizontal-scroll-mode Off
-
-# Enable 8bit input
-set meta-flag On
-set input-meta On
-
-# Turns off 8th bit stripping
-set convert-meta Off
-
-# Keep the 8th bit for display
-set output-meta On
-
-# none, visible or audible
-set bell-style none
-
-# All of the following map the escape sequence of the
-# value contained inside the 1st argument to the
-# readline specific functions
-
-"\eOd": backward-word
-"\eOc": forward-word
-
-# for linux console
-"\e[1~": beginning-of-line
-"\e[4~": end-of-line
-"\e[5~": beginning-of-history
-"\e[6~": end-of-history
-"\e[3~": delete-char
-"\e[2~": quoted-insert
-
-# for xterm
-"\eOH": beginning-of-line
-"\eOF": end-of-line
-
-# for Konsole
-"\e[H": beginning-of-line
-"\e[F": end-of-line
-
-# End /etc/inputrc
index 33d4a25b820f3f515a548015864bc206eb11bb06..1d9095d86fa3de77004048631d0497137c234f60 100644 (file)
@@ -5,7 +5,7 @@
 
 name       = readline
 version    = 6.2
-release    = 3
+release    = 4
 
 groups     = System/Libraries
 url        = ftp://ftp.gnu.org/gnu/readline/
@@ -46,15 +46,12 @@ build
 
                mkdir -pv %{BUILDROOT}/etc/profile.d
                cp -vf %{DIR_SOURCE}/readline.sh %{BUILDROOT}/etc/profile.d/
-
-               cp -vf %{DIR_SOURCE}/inputrc %{BUILDROOT}/etc/
        end
 end
 
 packages
        package %{name}
-       end
-       
+
        package %{name}-devel
                template DEVEL
        end