Sophie

Sophie

distrib > Mandriva > 8.2 > i586 > media > main-src > by-pkgid > a4d944d72e949f460f42f753a94ae56f > files > 2

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

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

Summary: X Resources for ukrainization of some applications
Name: %{name}
Version: %{version}
Release: %{release}
License: GPL
Group: System/Internationalization
Source0: %{name}-%{version}.tar.bz2
Buildroot: %_tmppath/%{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 -f Netscape

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

%clean
rm -rf $RPM_BUILD_ROOT

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


%changelog
* Fri Aug 17 2001 Pablo Saratxaga <pablo@mandrakesoft.com> 1.0-5mdk
- moved files to /etc/X11

* Fri Aug 17 2001 Pablo Saratxaga <pablo@mandrakesoft.com> 1.0-4mdk
- moved files to /etc/X11

* Tue May 01 2001 David BAUDENS <baudens@mandrakesoft.com> 0.1-3mdk
- Use %%_tmppath for BuildRoot

* 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