]> git.pld-linux.org Git - packages/imlib.git/commitdiff
- added locale-zh patch to standardize zh_CN name
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 16 May 2003 10:03:21 +0000 (10:03 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- removed static modules, shut up check-files

Changed files:
    imlib.spec -> 1.92

imlib.spec

index 8a6946d015c56eff50391a8f81ecab20860e6a62..f53dc84da18586dfd5ff7c6af2b5fda0cf683e66 100644 (file)
@@ -16,6 +16,7 @@ Patch0:               %{name}-m4_fix.patch
 Patch1:                %{name}-full_i18n.patch
 Patch2:                %{name}-config.patch
 Patch3:                %{name}-ac25x.patch
+Patch4:                %{name}-locale-zh.patch
 Patch14:       %{name}-intl.patch
 URL:           http://www.labs.redhat.com/imlib/
 BuildRequires: autoconf
@@ -141,9 +142,13 @@ Bibliotecas est
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
+%patch4 -p1
 # temporary hack
 %patch14 -p1
 
+# standardize name
+mv -f po/{zh_CN.GB2312.po,zh_CN.po}
+
 %build
 rm -rf missing
 %{__gettextize}
@@ -165,6 +170,9 @@ install -d $RPM_BUILD_ROOT%{_applnkdir}/Settings
 
 install %{SOURCE1} $RPM_BUILD_ROOT%{_applnkdir}/Settings
 
+# no static modules and *.la for modules - shut up check-files
+rm -f $RPM_BUILD_ROOT%{_libdir}/libimlib-*.{la,a}
+
 %find_lang %{name}
 
 %clean
@@ -201,4 +209,5 @@ rm -rf $RPM_BUILD_ROOT
 
 %files static
 %defattr(644,root,root,755)
-%{_libdir}/lib*.a
+%{_libdir}/libImlib.a
+%{_libdir}/libgdk_imlib.a
This page took 0.158913 seconds and 4 git commands to generate.