]> git.pld-linux.org Git - packages/gettext.git/commitdiff
- remove en@*quot locales, not supported by glibc
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 20 Feb 2003 12:03:24 +0000 (12:03 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gettext.spec -> 1.84

gettext.spec

index e8dd8cf6776c24bddecb6fa547fae43219561861..10427e6384cf5bb218520f4bade3baba20907b2d 100644 (file)
@@ -207,6 +207,9 @@ install lib/.libs/lib*.a src/.libs/lib*.a $RPM_BUILD_ROOT%{_libdir}
 # needed by uintmax.m4 (maybe automake is too old?)
 install m4/ulonglong.m4 $RPM_BUILD_ROOT%{_aclocaldir}
 
+# not supported by glibc 2.3.1
+rm -rf $RPM_BUILD_ROOT%{_datadir}/locale/{en@boldquot,en@quot}
+
 %find_lang %{name}
 
 %clean
This page took 0.13233 seconds and 4 git commands to generate.