]> git.pld-linux.org Git - packages/rpm-build-macros.git/blame_incremental - rpm-find-lang
- use the sysconfig module to get Python3 directories
[packages/rpm-build-macros.git] / rpm-find-lang
... / ...
CommitLineData
1#!/bin/sh
2# $Id$
3
4# find-lang - 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.
8
9# findlang is copyright (c) 1998 by W. L. Estes <wlestes@uncg.edu>
10
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#
18