diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2013-12-06 14:54:38 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2013-12-06 14:54:38 +0100 |
commit | 21cde6e426e4d5ba575035c57f493ee336eb18be (patch) | |
tree | 3b3bef08e2ae3ab5529e03ce5a734f8a09808005 | |
parent | 2fceb10d2bf5b1936ccd570d54c79d8e83de320d (diff) | |
download | nx-libs-21cde6e426e4d5ba575035c57f493ee336eb18be.tar.gz nx-libs-21cde6e426e4d5ba575035c57f493ee336eb18be.tar.bz2 nx-libs-21cde6e426e4d5ba575035c57f493ee336eb18be.zip |
nx-libs.spec: Use local tarball, don't expect ,,-full'' in tarball name.
-rw-r--r-- | debian/changelog | 8 | ||||
-rw-r--r-- | nx-libs.spec | 3 |
2 files changed, 7 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog index 3465cc713..6c3062036 100644 --- a/debian/changelog +++ b/debian/changelog @@ -13,9 +13,11 @@ nx-libs (2:3.5.0.22-0x2go1) UNRELEASED; urgency=low * debian/control: + Add libfreetype6-dev to Build-Depends: field. * Refresh patch: 600_nx-X11+nxcompext+nxcompshad_unique-libnames.full.patch. - * Ship nx-libs.spec (RPM package definitions) in upstream project. (Thanks - to the Fedora package maintainers). File differs from the Fedora file - already. + * nx-libs.spec: + + Ship nx-libs.spec (RPM package definitions) in upstream project. (Thanks + to the Fedora package maintainers). File differs from the Fedora file + already. + + Use local tarball, don't expect ,,-full'' in tarball name. [ Clemens Lang ] * Add patch 605_nxcomp_Types.h-dont-use-STL-internals-on-libc++.full.patch. Fix diff --git a/nx-libs.spec b/nx-libs.spec index 326b91a94..e28e77344 100644 --- a/nx-libs.spec +++ b/nx-libs.spec @@ -8,7 +8,8 @@ Summary: NX X11 protocol compression libraries Group: System Environment/Libraries License: GPLv2+ URL: http://x2go.org/ -Source0: http://code.x2go.org/releases/source/%{name}/%{name}-%{version}-full.tar.gz +#Source0: http://code.x2go.org/releases/source/%{name}/%{name}-%{version}-full.tar.gz +Source0: %{name}-%{version}.tar.gz # git clone git://code.x2go.org/nx-libs # cd nx-libs # debian/roll-tarballs.sh HEAD server |