1
0

Accepting request 23316 from system:install:head

Copy from system:install:head/package-translations based on submit request 23316 from user coolo

OBS-URL: https://build.opensuse.org/request/show/23316
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/package-translations?expand=0&rev=2
This commit is contained in:
OBS User autobuild 2009-10-30 16:35:20 +00:00 committed by Git OBS Bridge
parent 29d920420e
commit 8b71ed333c
2 changed files with 13 additions and 2 deletions

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Wed Oct 28 09:28:12 UTC 2009 - coolo@novell.com
- require perl-gettext
-------------------------------------------------------------------
Wed Oct 28 08:28:02 UTC 2009 - coolo@novell.com
- fix build
-------------------------------------------------------------------
Mon Oct 26 15:55:40 UTC 2009 - coolo@novell.com

View File

@ -20,7 +20,7 @@
Name: package-translations
Version: 1.0
Release: 1
Release: 2
Summary: Summary and Descriptions Translations
License: BSD 3-clause (or similar)
Group: System/GUI/Other
@ -30,6 +30,7 @@ Source0: package-translations.tar.bz2
Source1: translate_packages.pl
Source99: PREPARE_PACKAGE
BuildArch: noarch
Requires: perl-gettext
%description
This package provides translations for our packages. You don't want to install this
@ -43,7 +44,7 @@ package on your system, it's only useful when you create openSUSE media.
%install
mkdir -p $RPM_BUILD_ROOT/usr/share/locale/en_US/LC_MESSAGES
cp -a mo/* $RPM_BUILD_ROOT/usr/share/locale/en_US/LC_MESSAGES
install -D -m 755 %{SOURCE1} /usr/bin/translate_packages.pl
install -D -m 755 %{SOURCE1} $RPM_BUILD_ROOT/usr/bin/translate_packages.pl
%files
%defattr(-,root,root)