]> git.ipfire.org Git - people/ms/ipfire-3.x.git/commitdiff
libxkbfile: Update to 1.0.8.
authorStefan Schantl <stefan.schantl@ipfire.org>
Sun, 3 Feb 2013 21:19:50 +0000 (22:19 +0100)
committerStefan Schantl <stefan.schantl@ipfire.org>
Sun, 3 Feb 2013 21:19:50 +0000 (22:19 +0100)
Update to the latest stable version.

libxkbfile/libxkbfile.nm

index 6084282b1a55d36a053a258980f5ef0ebc3516ea..3f88e8384a4d07a473ca7f432fb357c84bb17bdd 100644 (file)
@@ -4,7 +4,7 @@
 ###############################################################################
 
 name       = libxkbfile
-version    = 1.0.6
+version    = 1.0.8
 release    = 1
 
 maintainer = Stefan Schantl <stefan.schantl@ipfire.org>
@@ -14,18 +14,18 @@ license    = MIT
 summary    = X.Org X11 libxkbfile runtime library.
 
 description
-       The flex program generates scanners. Scanners are programs which can \
-       recognize lexical patterns in text. Flex takes pairs of regular \
-       expressions and C code as input and generates a C source file as \
-       output.  The output file is compiled and linked with a library to \
-       produce an executable.  The executable searches through its input for \
-       occurrences of the regular expressions. When a match is found, it \
-       executes the corresponding C code. Flex was designed to work with \
-       both Yacc and Bison, and is used by many programs as part of their \
+       The flex program generates scanners. Scanners are programs which can
+       recognize lexical patterns in text. Flex takes pairs of regular
+       expressions and C code as input and generates a C source file as
+       output.  The output file is compiled and linked with a library to
+       produce an executable.  The executable searches through its input for
+       occurrences of the regular expressions. When a match is found, it
+       executes the corresponding C code. Flex was designed to work with
+       both Yacc and Bison, and is used by many programs as part of their
        build process.
 end
 
-source_dl  =
+source_dl  = http://ftp.x.org/pub/individual/lib/
 
 build
        requires
@@ -37,7 +37,6 @@ end
 
 packages
        package %{name}
-       end
 
        package %{name}-devel
                template DEVEL