]> git.pld-linux.org Git - packages/rpm.git/blame - rpm-find-lang
- updated perl-macros patch to handle different forms of "require version" deps
[packages/rpm.git] / rpm-find-lang
CommitLineData
fe4aadd2 1#!/bin/sh
7ea1a64a 2# $Id$
fe4aadd2 3
7ea1a64a
ER
4# findlang - automagically generate list of language specific files
5# for inclusion in an rpm spec file.
6# This does assume that the *.mo files are under .../share/locale/...
7# Run with no arguments gets a usage message.
fe4aadd2 8
7ea1a64a 9# findlang is copyright (c) 1998 by W. L. Estes <wlestes@uncg.edu>
fe4aadd2 10
7ea1a64a
ER
11# Redistribution and use of this software are hereby permitted for any
12# purpose as long as this notice and the above copyright notice remain
13# in tact and are included with any redistribution of this file or any
14# work based on this file.
15
16# Changes:
17#
130522f9
ER
18