The branch, master has been updated via 0de9fa491d59dbebb33df5ab948d8683bf9358a3 (commit) from 0fdc929d3d3a30dbb02d00fb56645e90c136aac8 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 0de9fa491d59dbebb33df5ab948d8683bf9358a3 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Sun Dec 8 14:46:59 2013 +0100 pinentry-x2go.spec: Add spec file for building RPM packages. Inspired by OpenSuSE spec file. ----------------------------------------------------------------------- Summary of changes: debian/changelog | 3 +++ pinentry-x2go.spec | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 49 insertions(+) create mode 100644 pinentry-x2go.spec The diff of changes is: diff --git a/debian/changelog b/debian/changelog index 5f2478f..5d649a8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,9 @@ pinentry-x2go (0.7.5.7-0x2go1) UNRELEASED; urgency=low - Set Pinentry title to X2Go Pinpad (was: X2GO ...). * debian/source/format: + Add file, use format 1.0. + * pinentry-x2go.spec: + + Add spec file for building RPM packages. Inspired by OpenSuSE spec file. + [ Orion Poplawski ] * New upstream version (0.7.5.7): diff --git a/pinentry-x2go.spec b/pinentry-x2go.spec new file mode 100644 index 0000000..1f30aa2 --- /dev/null +++ b/pinentry-x2go.spec @@ -0,0 +1,46 @@ +Name: pinentry-x2go +Version: 0.7.5.7 +Release: 0.0x2go1{?dist} +Group: Applications/Communications +Summary: Qt4-based PIN or pass-phrase entry dialog for x2goclient +License: GPL-2.0 +URL: http://www.x2go.org/ +Source0: http://code.x2go.org/releases/source/%name/%name-%version.tar.gz + +%if 0%{?el5} +# For compatibility with EPEL5 +BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) +%endif +BuildRequires: autoconf >= 2.57, automake >= 1.7.6 +BuildRequires: gcc-c++ +BuildRequires: libcap-devel, ncurses-devel +BuildRequires: libqt4-devel + +%description +This package contains a program that allows for entry of PINs or pass +phrases. Based on original pinentry-qt software, modified for +x2goclient. + +%prep +%setup -q + +%build +if [ ! -e configure ]; then + autoreconf -fi; +fi; +%configure +make %{?_smp_mflags}; + +%install +b="%buildroot"; +pushd pinentry-x2go/; +# Why on earth does every goddamn build system have to use different names +# for DESTDIR, and force strip on us? +make install DESTDIR="%buildroot" INSTALL_ROOT="%buildroot" STRIP="true"; +popd; + +%files +%defattr(-,root,root) +%_bindir/pinentry-x2go + +%changelog hooks/post-receive -- pinentry-x2go.git (PinEntry Dialog (Qt) for X2Go Client) This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "pinentry-x2go.git" (PinEntry Dialog (Qt) for X2Go Client).