Sophie

Sophie

distrib > Mandriva > 7.2 > i586 > media > main-src > by-pkgid > 73180dc8443ff03782aca35a4e2ac826 > files > 2

app-defaults-uk-0.1-2mdk.src.rpm

%define lang uk
%define name app-defaults-%{lang}
%define version 0.1
%define release 2mdk

Summary: X Resources for ukrainization of some applications
Name: %{name}
Version: %{version}
Release: %{release}
Copyright: GPL
Group: System/Internationalization
Source0: %{name}-%{version}.tar.bz2
Buildroot: /var/tmp/%{name}-root
Buildarch: noarch
Requires: XFree86
Requires: locales-%{lang}

%description
X Resources for ukrainizations of some applications in KOI8-U encoding

%prep
%setup

%build
rm Netscape

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT/usr/X11R6/lib/X11/%{lang}/app-defaults
cp -pf * $RPM_BUILD_ROOT/usr/X11R6/lib/X11/%{lang}/app-defaults


%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr (-,root,root)
%dir /usr/X11R6/lib/X11/%{lang}
%dir /usr/X11R6/lib/X11/%{lang}/app-defaults
%config /usr/X11R6/lib/X11/%{lang}/app-defaults/*


%changelog
* Thu Jun 22 2000 Pablo Saratxaga <pablo@mandrakesoft.com> 0.1-2mdk
- added requires: locales-xx, and included the specific dirs in the package
- removed file 'Netscape' as it is not translated and may conflict
  with a future netscape-xxxx translation

* Fri Jan 14 2000 AEN <aen@logic.ru> 0.1-ipl1mdk
- initial release