]> git.pld-linux.org Git - packages/mozilla-thunderbird-bin.git/commitdiff
symlink hyphenation
authorElan Ruusamäe <glen@pld-linux.org>
Sat, 29 Oct 2011 12:53:53 +0000 (12:53 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    mozilla-thunderbird-bin.spec -> 1.15

mozilla-thunderbird-bin.spec

index 159ddff68036f41931eb628c387b159134f17404..bad4447dedb01b9f796e0ea05bf1a639829efb3d 100644 (file)
@@ -5,7 +5,7 @@ Summary:        Mozilla Thunderbird - email client
 Summary(pl.UTF-8):     Mozilla Thunderbird - klient poczty
 Name:          mozilla-thunderbird-bin
 Version:       7.0.1
-Release:       0.1
+Release:       0.2
 License:       MPL 1.1 or GPL v2+ or LGPL v2.1+
 Group:         X11/Applications/Networking
 Source0:       http://releases.mozilla.org/pub/mozilla.org/thunderbird/releases/%{version}/linux-i686/en-US/thunderbird-%{version}.tar.bz2#/%{realname}-%{version}.tar.bz2
@@ -73,8 +73,10 @@ touch $RPM_BUILD_ROOT%{_libdir}/%{name}/components/compreg.dat
 touch $RPM_BUILD_ROOT%{_libdir}/%{name}/components/xpti.dat
 
 # use system dict
-%{__rm} -r $RPM_BUILD_ROOT%{_libdir}/%{name}/dictionaries
+%{__rm} -rv $RPM_BUILD_ROOT%{_libdir}/%{name}/dictionaries
 ln -s %{_datadir}/myspell $RPM_BUILD_ROOT%{_libdir}/%{name}/dictionaries
+%{__rm} -rv $RPM_BUILD_ROOT%{_libdir}/%{name}/hyphenation
+ln -s %{_datadir}/myspell $RPM_BUILD_ROOT%{_libdir}/%{name}/hyphenation
 
 # move arch independant ones to datadir
 mv $RPM_BUILD_ROOT%{_libdir}/%{name}/chrome $RPM_BUILD_ROOT%{_datadir}/%{name}/chrome
@@ -156,6 +158,7 @@ rm -rf $HOME
 %{_libdir}/%{name}/dictionaries
 %{_libdir}/%{name}/icons
 %{_libdir}/%{name}/isp
+%{_libdir}/%{name}/hyphenation
 
 %{_pixmapsdir}/*.png
 %{_desktopdir}/*.desktop
This page took 0.675865 seconds and 4 git commands to generate.