]> git.pld-linux.org Git - packages/claws-mail.git/commitdiff
- added locale-names patch, cleanup unpackages files; release 1 auto/ac/sylpheed-claws-0_9_12-1
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 20 Jul 2004 15:03:00 +0000 (15:03 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    claws-mail.spec -> 1.87

claws-mail.spec

index ed7fd31c3a7661ec4c6bd75ea70051c333442bb4..ec93660d6d66c914fde5f9d3e6d04e2df67a4c24 100644 (file)
@@ -17,16 +17,17 @@ Summary:    A bleeding edge branch of Sylpheed, a GTK+ based, lightweight, and fast
 Summary(pl):   Rozwojowa wersja Sylpheed z du¿± ilo¶ci± zmian oraz ulepszeñ
 Name:          %{_sname}-claws
 Version:       0.9.12
-Release:       0.1
+Release:       1
 License:       GPL v2
 Group:         X11/Applications/Networking
-Source0:       http://dl.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2
+Source0:       http://dl.sourceforge.net/sylpheed-claws/%{name}-%{version}.tar.bz2
 # Source0-md5: 798f25bb5dae7fd4959fbcb38868bef0
 Source1:       %{name}.desktop
-Source2:       http://dl.sourceforge.net/%{name}/%{_sname}-iconset-%{_iconver}.tar.gz
+Source2:       http://dl.sourceforge.net/sylpheed-claws/%{_sname}-iconset-%{_iconver}.tar.gz
 # Source2-md5: a2aa029cdee6cc22a0305774b70a5a70
+Patch0:                %{name}-locale-names.patch
 URL:           http://sylpheed-claws.sourceforge.net/
-BuildRequires: aspell-devel >= 0.50
+BuildRequires: aspell-devel >= 2:0.50
 BuildRequires: autoconf
 BuildRequires: automake
 BuildRequires: bzip2-devel
@@ -101,11 +102,14 @@ Motywy dla programu Sylpheed-Claws.
 
 %prep
 %setup -q -a2
+%patch0 -p1
 mv %{_sname}-iconset-* themes
 mv -f themes/README README.themes
 
+mv -f po/{zh_TW.Big5,zh_TW}.po
+rm -f po/stamp-po
+
 %build
-rm -f missing
 %{__libtoolize}
 %{__gettextize}
 %{__aclocal} -I m4
@@ -129,7 +133,8 @@ rm -f missing
        %{?with_spamassassin:--enable-spamassassin-plugin } \
        --enable-aspell \
        --enable-gdk-pixbuf \
-       --enable-threads
+       --enable-threads \
+       --disable-static
 
 %{__make}
 
@@ -145,6 +150,8 @@ cp -a themes $RPM_BUILD_ROOT%{_datadir}/%{name}
 
 install %{_sname}.png $RPM_BUILD_ROOT%{_pixmapsdir}
 
+rm -f $RPM_BUILD_ROOT%{_libdir}/%{name}/plugins/*.la
+
 %find_lang %{name}
 
 %clean
@@ -175,7 +182,7 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %dir %{_libdir}/%{name}
 %dir %{_libdir}/%{name}/plugins
-%attr(755,root,root) %{_libdir}/%{name}/plugins/*so
+%attr(755,root,root) %{_libdir}/%{name}/plugins/*.so
 
 %files devel
 %defattr(644,root,root,755)
This page took 0.044808 seconds and 4 git commands to generate.