The branch, master has been updated via 4696734c484f253f87ffaf7d180dfbf0ed5cda16 (commit) from f73f9800d08537b23becd387319d2aef64f49c08 (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 4696734c484f253f87ffaf7d180dfbf0ed5cda16 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Fri Nov 29 21:31:33 2013 +0100 Ship cups-x2go.spec (RPM package definitions) in upstream project. (Thanks to the Fedora package maintainers). ----------------------------------------------------------------------- Summary of changes: cups-x2go.spec | 54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ debian/changelog | 2 ++ 2 files changed, 56 insertions(+) create mode 100644 cups-x2go.spec The diff of changes is: diff --git a/cups-x2go.spec b/cups-x2go.spec new file mode 100644 index 0000000..e58438c --- /dev/null +++ b/cups-x2go.spec @@ -0,0 +1,54 @@ +Name: cups-x2go +Version: 3.0.1.0 +Release: 0x2go%{?dist} +Summary: CUPS backend for printing from X2Go + +Group: System Environment/Libraries +License: GPLv2+ +URL: http://www.x2go.org/ +Source0: http://code.x2go.org/releases/source/%{name}/%{name}-%{version}.tar.gz + +BuildArch: noarch +Requires: cups +Requires: ghostscript + +%description +CUPS backend for printing from X2Go. + + +%prep +%setup -q + + +%build + + +%install +mkdir -p %{buildroot}%{_prefix}/lib/cups/backend/ +install -pm700 cups-x2go %{buildroot}%{_prefix}/lib/cups/backend/ +mkdir -p %{buildroot}%{_sysconfdir}/cups/ +cp -p cups-x2go.conf %{buildroot}%{_sysconfdir}/cups/ +mkdir -p %{buildroot}%{_datadir}/ppd/cups-x2go/ +cp -p CUPS-X2GO.ppd %{buildroot}%{_datadir}/ppd/cups-x2go/ +mkdir -p %{buildroot}%{_datadir}/x2go/versions +cp -p VERSION.cups-x2go %{buildroot}%{_datadir}/x2go/versions/ + + +%files +%{_prefix}/lib/cups/backend/cups-x2go +%config(noreplace) %{_sysconfdir}/cups/cups-x2go.conf +%{_datadir}/ppd/cups-x2go/ +%{_datadir}/x2go/ + + +%changelog +* Wed Sep 4 2013 Orion Poplawski <orion@cora.nwra.com> 3.0.0.4-2 +- Use install to set permissions on cups-x2go +- Drop %%doc for now +- Mark config file as %%config(noreplace) +- Fix Group +- Drop tabs + +* Fri Dec 14 2012 Orion Poplawski <orion@cora.nwra.com> 3.0.0.4-1 +- Initial Fedora package + diff --git a/debian/changelog b/debian/changelog index d2a1ba7..47f21af 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,8 @@ cups-x2go (3.0.1.0-0x2go1) UNRELEASED; urgency=low information. (Fixes: #299). * debian/source/format: + Switch to format 1.0. + * Ship cups-x2go.spec (RPM package definitions) in upstream project. (Thanks + to the Fedora package maintainers). -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Wed, 07 Nov 2012 17:10:22 +0100 hooks/post-receive -- cups-x2go.git (CUPS Backend for X2Go Printing) 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 "cups-x2go.git" (CUPS Backend for X2Go Printing).