commit 8813566af3e3806137fc17e333491845fd6f02ed
Author: Jakub Bogusz <[email protected]>
Date:   Tue Mar 4 18:17:27 2014 +0100

    - pl, adjusted configuration

 amtterm.spec | 28 +++++++++++++++++++++++-----
 1 file changed, 23 insertions(+), 5 deletions(-)
---
diff --git a/amtterm.spec b/amtterm.spec
index b00782e..7d1492f 100644
--- a/amtterm.spec
+++ b/amtterm.spec
@@ -1,5 +1,6 @@
 %include       /usr/lib/rpm/macros.perl
 Summary:       Intel AMT serial-over-lan (sol) client
+Summary(pl.UTF-8):     Klient portu szeregowego po sieci (SOL) Intel AMT
 Name:          amtterm
 Version:       1.3
 Release:       2
@@ -9,11 +10,11 @@ Source0:     
http://www.kraxel.org/releases/amtterm/%{name}-%{version}.tar.gz
 # Source0-md5: a2385b2305680ae06687867527924ff5
 Patch0:                amtterm-reconnect-hack.patch
 URL:           http://www.kraxel.org/blog/linux/amtterm/
-BuildRequires: gtk+2-devel
-BuildRequires: pkg-config
-BuildRequires: vte0-devel
+BuildRequires: gtk+2-devel >= 2.0
+BuildRequires: pkgconfig
 BuildRequires: perl-devel >= 1:5.8.0
 BuildRequires: rpm-perlprov >= 4.1-13
+BuildRequires: vte0-devel
 Requires:      perl-SOAP-Lite
 Requires:      perl-SOAP-Lite-HTTP
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -21,23 +22,40 @@ BuildRoot:  %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 %description
 Serial-over-lan (sol) client for Intel AMT.
 
+%description -l pl.UTF-8
+Klient portu szeregowego po sieci (SOL - Serial-over-LAN) Intel AMT.
+
 %package -n gamt
 Summary:       Graphical Intel AMT serial-over-lan (sol) client
+Summary(pl.UTF-8):     Graficzny klient portu szeregowego po sieci (SOL) Intel 
AMT
 Group:         X11/Applications/Networking
 
 %description -n gamt
 Serial-over-lan (sol) client for Intel AMT.
-This package contains graphical (gtk) version.
+
+This package contains graphical (GTK+) version.
+
+%description -n gamt -l pl.UTF-8
+Klient portu szeregowego po sieci (SOL - Serial-over-LAN) Intel AMT.
+
+Ten pakiet zawiera wersjÄ™ graficznÄ… (GTK+).
 
 %prep
 %setup -q
 %patch0 -p1
 
 %build
+# note: force LIB= because check is error-prone, e.g. existence of
+# piplib (libpiplib64.so) or polylib (libpolylib64.so) causes to use lib64
+# on 32-bit system
 prefix=%{_prefix} \
+CC="%{__cc}" \
 CFLAGS="%{rpmcflags}" \
 LDFLAGS="%{rpmldflags}" \
-%{__make} verbose=yes
+STRIP=" " \
+%{__make} \
+       LIB=%{_lib} \
+       verbose=yes
 
 %install
 rm -rf $RPM_BUILD_ROOT
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/amtterm.git/commitdiff/8813566af3e3806137fc17e333491845fd6f02ed

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

Reply via email to