]> git.pld-linux.org Git - packages/rpm-build-macros.git/blame - rpm-find-lang
- v1.654: extend _noautoreq with language specific macros
[packages/rpm-build-macros.git] / rpm-find-lang
CommitLineData
d26ea5ec 1#!/bin/sh
d26ea5ec 2
2475a48e 3# find-lang - automagically generate list of language specific files
5dc8fe06
ER
4# for inclusion in an rpm spec file.
5# This does assume that the *.mo files are under .../share/locale/...
6# Run with no arguments gets a usage message.
d26ea5ec 7
5dc8fe06 8# findlang is copyright (c) 1998 by W. L. Estes <wlestes@uncg.edu>
d26ea5ec 9
5dc8fe06
ER
10# Redistribution and use of this software are hereby permitted for any
11# purpose as long as this notice and the above copyright notice remain
12# in tact and are included with any redistribution of this file or any
13# work based on this file.
14
15# Changes:
16#
20884491
ER
17