Sophie

Sophie

distrib > Mandriva > 2006.0 > i586 > media > main-src > by-pkgid > 2a3d587255347a8be3152e110f3594c6 > files > 2

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

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

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}-%{version}-buildroot
Buildarch:	noarch
Requires:	XFree86
Requires:	locales-%{lang}

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

%prep
%setup -q

%build
rm -f Netscape

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/X11/%{lang}/app-defaults
cp -pf * $RPM_BUILD_ROOT%{_sysconfdir}/X11/%{lang}/app-defaults
mkdir -p $RPM_BUILD_ROOT%{_prefix}/X11R6/%{_lib}/X11/
ln -s %{_sysconfdir}/X11/%{lang} $RPM_BUILD_ROOT%{_prefix}/X11R6/%{_lib}/X11/%{lang}

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr (-,root,root)
%dir %{_sysconfdir}/X11/%{lang}
%dir %{_sysconfdir}/X11/%{lang}/app-defaults
%config %{_sysconfdir}/X11/%{lang}/app-defaults/*
%{_prefix}/X11R6/%{_lib}/X11/%{lang}


%changelog
* Sat Jul 12 2003 Per Øyvind Karlsen <peroyvind@sintrax.net> 0.1-6mdk
- quiet setup
- macroize
- rebuild
- cosmetics
- fix symlink-should-be-absolute

* 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