Mailinglist Archive: opensuse-commit (2129 mails)
| < Previous | Next > |
commit pinentry
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Thu, 10 Apr 2008 22:02:02 +0200
- Message-id: <20080410200202.53771678335@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package pinentry
checked in at Thu Apr 10 22:02:02 CEST 2008.
--------
--- pinentry/pinentry.changes 2008-03-31 01:03:36.000000000 +0200
+++ pinentry/pinentry.changes 2008-04-10 18:51:08.722503000 +0200
@@ -1,0 +2,7 @@
+Thu Apr 10 18:48:59 CEST 2008 - werner@xxxxxxx
+
+- Use correct ncurses header for libncursesw
+- Handle info file
+- Use RPM_OPT_FLAGS even for c++ files
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ pinentry.spec ++++++
--- /var/tmp/diff_new_pack.L30081/_old 2008-04-10 22:01:30.000000000 +0200
+++ /var/tmp/diff_new_pack.L30081/_new 2008-04-10 22:01:30.000000000 +0200
@@ -15,7 +15,8 @@
BuildRequires: gtk2-devel libdrm-devel libjpeg-devel ncurses-devel qt3-devel
update-desktop-files
Url: http://www.gnupg.org/aegypten/
Version: 0.7.2
-Release: 177
+Release: 181
+PreReq: %install_info_prereq
Summary: Collection of Simple PIN or Passphrase Entry Dialogs
License: GPL v2 or later
AutoReqProv: on
@@ -29,6 +30,7 @@
Patch5: pinentry-gsize.diff
Group: Productivity/Other
BuildRoot: %{_tmppath}/%{name}-%{version}-build
+%global ncursesw_config %(set -- %{_bindir}/ncursesw*-config; echo
${1})
%description
This is a collection of simple PIN or passphrase entry dialogs which
@@ -103,7 +105,9 @@
aclocal -I m4
autoconf
automake
-CFLAGS="$RPM_OPT_FLAGS" ./configure \
+CFLAGS="$RPM_OPT_FLAGS $(%{ncursesw_config} --cflags)" \
+CXXFLAGS="$RPM_OPT_FLAGS $(%{ncursesw_config} --cflags)" \
+ ./configure \
--prefix=%{_prefix} \
--sysconfdir=/etc \
--libdir=%{_libdir} \
@@ -111,7 +115,8 @@
-enable-pinentry-gtk2 \
--with-qt-dir=%{_libdir}/qt3/ \
--with-qt-includes=%{_libdir}/qt3/include/ \
- --with-qt-libraries=%{_libdir}/qt3/%_lib/
+ --with-qt-libraries=%{_libdir}/qt3/%_lib/ \
+ --without-ncurses-include-dir
make
%install
@@ -120,6 +125,12 @@
rm -rf ${RPM_BUILD_ROOT}%{_bindir}/pinentry
cp %{S:1} ${RPM_BUILD_ROOT}%{_bindir}
+%post
+%install_info --info-dir=.%{_infodir} .%{_infodir}/pinentry.info.gz
+
+%postun
+%install_info_delete --info-dir=.%{_infodir} .%{_infodir}/pinentry.info.gz
+
%files
%defattr(-,root,root)
%doc AUTHORS COPYING ChangeLog NEWS README
@@ -134,6 +145,10 @@
%attr(755,root,root) %{_bindir}/pinentry-gtk-2
%changelog
+* Thu Apr 10 2008 werner@xxxxxxx
+- Use correct ncurses header for libncursesw
+- Handle info file
+- Use RPM_OPT_FLAGS even for c++ files
* Mon Mar 31 2008 ro@xxxxxxx
- fix build with changed definition of g_malloc (gulong->gsize)
* Tue Sep 11 2007 ltinkl@xxxxxxx
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |