]> git.pld-linux.org Git - packages/ekg2.git/commitdiff
- Refresh config.sub also in libltdl/ (adamg) auto/ac/ekg2-2_0-0_20040902_1
authorjaphy <japhy@pld-linux.org>
Fri, 3 Sep 2004 16:36:58 +0000 (16:36 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- Update to current snapshot (20040902)
- Package .mo files, BR: gettext-devel

Changed files:
    ekg2.spec -> 1.23

ekg2.spec

index cf356ce6d1d865683ba06a931af8716e06ff3e0d..8bae6ceb81a0427bf789eee5016c4f5dbc08d757 100644 (file)
--- a/ekg2.spec
+++ b/ekg2.spec
@@ -8,7 +8,7 @@
 %if %{with yesterday_snapshot}
 %define                _snap %(date +%%Y%%m%%d -d yesterday)
 %else
-%define                _snap 20040817
+%define                _snap 20040902
 %endif
 
 Summary:       A client compatible with Gadu-Gadu
@@ -17,11 +17,11 @@ Summary(it):        Esperimentale cliente di Gadu-Gadu
 Summary(pl):   Eksperymentalny Klient Gadu-Gadu
 Name:          ekg2
 Version:       2.0
-Release:       0.%{_snap}.2
+Release:       0.%{_snap}.1
 License:       GPL v2+
 Group:         Applications/Communications
 Source0:       http://www.ekg2.org/archive/%{name}-%{_snap}.tar.gz
-# Source0-md5: 0dc34153b9121a790ef99927e6e61922
+# Source0-md5: d12e86bff3876f8be4969c008cae4058
 URL:           http://www.ekg2.org/
 BuildRequires: automake
 BuildRequires: libgadu-devel
@@ -33,6 +33,7 @@ BuildRequires:        expat-devel
 BuildRequires: libjpeg-devel
 BuildRequires: gcc-c++
 BuildRequires: autoconf
+BuildRequires: gettext-devel
 BuildRequires: libstdc++-devel
 %{?with_aspell:BuildRequires:  aspell-devel}
 BuildRequires: gnutls-devel
@@ -56,6 +57,7 @@ Gadu-Gadu jak i Jabbera. Planowana tak
 
 %build
 cp -f /usr/share/automake/config.sub .
+cp -f /usr/share/automake/config.sub libltdl/
 %configure \
        --with%{!?with_aspell:out}-aspell
 %{__make}
@@ -82,3 +84,4 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{_libdir}/%{name}/plugins/*.so
 %{?with_ioctl_daemon:%attr(4755,root,root) %{_libdir}/ioctld}
 %{_datadir}/%{name}
+%{_datadir}/locale/*/LC_MESSAGES/%{name}.mo
This page took 0.045001 seconds and 4 git commands to generate.