Author: glen                         Date: Mon Aug 17 12:14:21 2009 GMT
Module: packages                      Tag: HEAD
---- Log message:
- fix ru locale. LP#413301
- --disable-static and files cleanup
- rel 3

---- Files affected:
packages/guake:
   guake.spec (1.3 -> 1.4) 

---- Diffs:

================================================================
Index: packages/guake/guake.spec
diff -u packages/guake/guake.spec:1.3 packages/guake/guake.spec:1.4
--- packages/guake/guake.spec:1.3       Sun Jul  5 20:25:21 2009
+++ packages/guake/guake.spec   Mon Aug 17 14:14:16 2009
@@ -3,7 +3,7 @@
 Summary(pl.UTF-8):     guake - wyskakujÄ…cy terminal
 Name:          guake
 Version:       0.3.1
-Release:       2
+Release:       3
 License:       GPL v2+
 Group:         X11/Applications
 Source0:       
http://guake-terminal.org/releases/0.3.1/%{name}-%{version}.tar.gz
@@ -12,8 +12,10 @@
 BuildRequires: GConf2-devel
 BuildRequires: autoconf >= 2.53
 BuildRequires: automake
+BuildRequires: libtool
 BuildRequires: python-pygtk-devel
 BuildRequires: python-vte
+BuildRequires: sed >= 4.0
 Requires(post,postun): desktop-file-utils
 Requires(post,postun): scrollkeeper
 Requires(post,preun):  GConf2
@@ -29,9 +31,17 @@
 
 %prep
 %setup -q
+mv po/{ru_RU,ru}.po
+%{__sed} -i -e '/ALL_LINGUAS/s/ru_RU/ru/' configure.ac
 
 %build
-%configure
+%{__libtoolize}
+%{__aclocal} -I m4
+%{__autoconf}
+%{__autoheader}
+%{__automake}
+%configure \
+       --disable-static
 %{__make}
 
 %install
@@ -40,7 +50,9 @@
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
-%find_lang %{name} --all-name
+rm -f $RPM_BUILD_ROOT%{_libdir}/guake/*.la
+
+%find_lang %{name}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -74,6 +86,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.4  2009/08/17 12:14:16  glen
+- fix ru locale. LP#413301
+- --disable-static and files cleanup
+- rel 3
+
 Revision 1.3  2009/07/05 18:25:21  pawelz
 - dropped R: notification-daemon
 - R: dbus(org.freedesktop.Notifications)
================================================================

---- CVS-web:
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/guake/guake.spec?r1=1.3&r2=1.4&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to