]> git.pld-linux.org Git - packages/gDesklets.git/commitdiff
- added locale-names patch (changes locale no -> nb)
authorgrzegol <grzegol@pld-linux.org>
Mon, 23 Feb 2004 10:34:26 +0000 (10:34 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- regenerate libtool
- updated BRs

Changed files:
    gDesklets.spec -> 1.33

gDesklets.spec

index c82cec7b131b6eb685549cfbd14840d49f6a4b95..f3fe4c09a79ad79235565b29b9789110571c997b 100644 (file)
@@ -11,12 +11,16 @@ Group:              X11/Applications
 Source0:       http://www.pycage.de/download/gdesklets/%{name}-%{version}.tar.bz2
 # Source0-md5: a13af8ab694fd7e1ef2ef21634aa3e39
 Patch0:                %{name}-am.patch
+Patch1:                %{name}-locale-names.patch
 URL:           http://gdesklets.gnomedesktop.org/
 BuildRequires: GConf2-devel >= 2.4.0
 BuildRequires: autoconf
 BuildRequires: automake
 BuildRequires: gtk+2-devel >= 2.2.0
+BuildRequires: intltool
+BuildRequires: libgnomeui-devel >= 2.2.0
 BuildRequires: libgtop-devel >= 2.0.0
+BuildRequires: libtool
 BuildRequires: python >= 2.3
 BuildRequires: python-gnome-devel >= 2.0.0
 BuildRequires: python-pygtk-devel >= 2.0.0
@@ -42,8 +46,12 @@ gDesklets udost
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
+
+mv po/{no,nb}.po
 
 %build
+%{__libtoolize}
 %{__aclocal}
 %{__automake}
 %{__autoconf}
@@ -97,8 +105,8 @@ rm -rf $RPM_BUILD_ROOT
 %lang(tr) %{_datadir}/gdesklets/locale/tr
 %lang(fr) %{_datadir}/gdesklets/locale/fr
 %lang(he) %{_datadir}/gdesklets/locale/he
+%lang(nb) %{_datadir}/gdesklets/locale/nb
 %lang(nl) %{_datadir}/gdesklets/locale/nl
-%lang(no) %{_datadir}/gdesklets/locale/no
 %lang(pl) %{_datadir}/gdesklets/locale/pl
 %lang(pt) %{_datadir}/gdesklets/locale/pt
 %lang(pt_BR) %{_datadir}/gdesklets/locale/pt_BR
This page took 0.059073 seconds and 4 git commands to generate.