summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoram Park <boram1288.park@samsung.com>2012-08-21 18:04:18 +0900
committerBoram Park <boram1288.park@samsung.com>2012-08-21 18:04:18 +0900
commit20eb6c74bc6babce0a19fa338dc284f31b8b7f1e (patch)
tree74bca2c5050d14264eab545c5851e23d52f1d0f0
parent0039dc412a7a3f74bdadb85df554d0e8100de018 (diff)
downloadlibpthread-stubs-master.tar.gz
libpthread-stubs-master.tar.bz2
libpthread-stubs-master.zip
-rwxr-xr-xdebian/changelog61
-rw-r--r--debian/compat1
-rwxr-xr-xdebian/control40
-rw-r--r--debian/copyright.debian15
-rwxr-xr-xdebian/rules24
-rw-r--r--debian/watch2
-rw-r--r--packaging/libpthread-stubs.spec17
7 files changed, 4 insertions, 156 deletions
diff --git a/debian/changelog b/debian/changelog
deleted file mode 100755
index d89fd62..0000000
--- a/debian/changelog
+++ /dev/null
@@ -1,61 +0,0 @@
-libpthread-stubs (0.3-5slp2) unstable; urgency=low
-
- * [X11R7.6] upgrade package
- * Git: 165.213.180.234:slp/pkgs/xorg/xcb/libpthread-stubs
- * Tag: libpthread-stubs_0.3-5slp2
-
- -- SooChan Lim <sc1.lim@samsung.com> Tue, 04 Jan 2011 14:36:33 +0900
-
-libpthread-stubs (0.3-4slp2) unstable; urgency=low
-
- * Modify the changelog
- * Git: 165.213.180.234:/git/slp/pkgs/xorg/xcb/libpthread-stubs
- * Tag: libpthread-stubs_0.3-4slp2
-
- -- SooChan Lim <sc1.lim@samsung.com> Fri, 26 Nov 2010 10:42:28 +0900
-
-libpthread-stubs (0.3-3slp2) unstable; urgency=low
-
- * modify the package name
-
- -- SooChan Lim <sc1.lim@samsung.com> Thu, 25 Mar 2010 17:36:31 +0900
-
-libpthread-stubs (0.3-2) unstable; urgency=low
-
- * Fix bogus symlink (Closes: #556222)
-
- -- Julien Danjou <acid@debian.org> Mon, 16 Nov 2009 09:58:11 +0100
-
-libpthread-stubs (0.3-1) unstable; urgency=low
-
- * New upstream release
- + Revert sem_ symbols (Closes: #548240)
- * Move static stuff in /usr/lib (Closes: #548109)
-
- -- Julien Danjou <acid@debian.org> Wed, 14 Oct 2009 11:18:06 +0200
-
-libpthread-stubs (0.2-1) unstable; urgency=low
-
- * New upstream release
- + Provides sem function (Closes: #495229)
- * Add myself as uploader
- * Bump standard version
- * Move lib into /lib (Closes: #480237)
- * Add copyrights
- * Fix substvars in debian/control
-
- -- Julien Danjou <acid@debian.org> Wed, 23 Sep 2009 10:34:09 +0200
-
-libpthread-stubs (0.1-2) unstable; urgency=low
-
- * Add XS-Vcs-Git and XS-Vcs-Browser fields.
- * Upload to unstable.
-
- -- Josh Triplett <josh@freedesktop.org> Mon, 21 May 2007 14:00:38 -0700
-
-libpthread-stubs (0.1-1) experimental; urgency=low
-
- * Initial release.
-
- -- Jamey Sharp <sharpone@debian.org> Fri, 24 Nov 2006 01:01:49 -0800
-
diff --git a/debian/compat b/debian/compat
deleted file mode 100644
index 7ed6ff8..0000000
--- a/debian/compat
+++ /dev/null
@@ -1 +0,0 @@
-5
diff --git a/debian/control b/debian/control
deleted file mode 100755
index a52bd51..0000000
--- a/debian/control
+++ /dev/null
@@ -1,40 +0,0 @@
-Source: libpthread-stubs
-Priority: optional
-Section: libdevel
-Maintainer: SooChan Lim <sc1.lim@samsung.com>, SangJin Lee <lsj119@samsung.com>, XCB Developers <xcb@lists.freedesktop.org>
-Uploaders: SooChan Lim <sc1.lim@samsung.com>, Jamey Sharp <sharpone@debian.org>, Josh Triplett <josh@freedesktop.org>, Julien Danjou <acid@debian.org>
-Build-Depends: cdbs (>= 0.4.40), debhelper (>= 5.0.0)
-Standards-Version: 3.8.3
-XS-Vcs-Git: git://anongit.freedesktop.org/git/xcb/pthread-stubs
-XS-Vcs-Browser: http://gitweb.freedesktop.org/?p=xcb/pthread-stubs.git
-
-Package: libpthread-stubs0
-Section: libs
-Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
-Description: pthread stubs not provided by native libc
- This library provides weak aliases for pthread functions not provided
- in libc or otherwise available by default. Libraries like libxcb rely
- on pthread stubs to use pthreads optionally, becoming thread-safe when
- linked to libpthread, while avoiding any performance hit when running
- single-threaded. libpthread-stubs supports this behavior even on
- platforms which do not supply all the necessary pthread stubs. On
- platforms which already supply all the necessary pthread stubs, this
- package has no content.
-
-Package: libpthread-stubs0-dev
-Section: libdevel
-Architecture: any
-Depends: ${misc:Depends}, libpthread-stubs0 (= ${binary:Version})
-Description: pthread stubs not provided by native libc, development files
- This library provides weak aliases for pthread functions not provided
- in libc or otherwise available by default. Libraries like libxcb rely
- on pthread stubs to use pthreads optionally, becoming thread-safe when
- linked to libpthread, while avoiding any performance hit when running
- single-threaded. libpthread-stubs supports this behavior even on
- platforms which do not supply all the necessary pthread stubs.
- .
- On platforms which already supply all the necessary pthread stubs, this
- package ships only the pkg-config file pthread-stubs.pc, to allow
- libraries to unconditionally express a dependency on pthread-stubs and
- still obtain correct behavior.
diff --git a/debian/copyright.debian b/debian/copyright.debian
deleted file mode 100644
index 337ab13..0000000
--- a/debian/copyright.debian
+++ /dev/null
@@ -1,15 +0,0 @@
-This package was debianized by Jamey Sharp <sharpone@debian.org> on
-Fri, 24 Nov 2006 01:01:49 -0800. The package is co-maintained by the
-XCB developers via the XCB mailing list <xcb@lists.freedesktop.org>.
-
-It was downloaded from http://xcb.freedesktop.org/dist
-
-Upstream Authors: Jamey Sharp <sharpone@debian.org>
- Josh Triplett <josh@freedesktop.org>
-
-Copyright:
- Copyright (C) 2006 Diego Pettenò
- Inspired by libX11 code copyright (c) 1995 David E. Wexelblat.
- Copyright (C) 2007 Jamey Sharp <sharpone@debian.org>
- Copyright (C) 2007 Josh Triplett <josh@freedesktop.org>
-
diff --git a/debian/rules b/debian/rules
deleted file mode 100755
index 672315d..0000000
--- a/debian/rules
+++ /dev/null
@@ -1,24 +0,0 @@
-#!/usr/bin/make -f
-
-DEB_DH_INSTALL_SOURCEDIR=debian/tmp
-
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/class/autotools.mk
-
-DEB_CONFIGURE_EXTRA_FLAGS=--prefix=/
-
-debian/copyright: debian/copyright.debian COPYING
- cat $+ > $@
-
-clean::
- -rm -f debian/copyright
-
-common-install-prehook-arch common-install-prehook-indep:: debian/copyright
-
-install/libpthread-stubs0::
- if test -f debian/tmp/lib/libpthread-stubs.so.0.0.0; then dh_install -p$(cdbs_curpkg) debian/tmp/lib/libpthread-stubs.so.0.0.0; fi
- if test -L debian/tmp/lib/libpthread-stubs.so.0; then dh_install -p$(cdbs_curpkg) debian/tmp/lib/libpthread-stubs.so.0; fi
-
-install/libpthread-stubs0-dev::
- if test -f debian/tmp/lib/libpthread-stubs.a; then dh_install -p$(cdbs_curpkg) debian/tmp/lib/libpthread-stubs.a usr/lib; ln -s /lib/libpthread-stubs.so.0.0.0 debian/libpthread-stubs0-dev/usr/lib/libpthread-stubs.so; fi
- dh_install -p$(cdbs_curpkg) debian/tmp/lib/pkgconfig/pthread-stubs.pc usr/share/pkgconfig/
diff --git a/debian/watch b/debian/watch
deleted file mode 100644
index 8dbf88a..0000000
--- a/debian/watch
+++ /dev/null
@@ -1,2 +0,0 @@
-version=3
-http://xcb.freedesktop.org/dist/libpthread-stubs-([0-9].*)\.tar\.gz
diff --git a/packaging/libpthread-stubs.spec b/packaging/libpthread-stubs.spec
index 7ee9465..5e90474 100644
--- a/packaging/libpthread-stubs.spec
+++ b/packaging/libpthread-stubs.spec
@@ -1,12 +1,13 @@
+#sbs-git:slp/pkgs/xorg/xcb/libpthread-stubs libpthread-stubs 0.3 ce726f595116dd79d38db013c49c113555b1a15d
Name: libpthread-stubs
Summary: PThread Stubs for XCB
-Version: 0.3
+Version: 0.3
Release: 2.8
Group: System/X11
License: MIT
URL: http://xcb.freedesktop.org
-Source0: http://xcb.freedesktop.org/dist/libpthread-stubs-%{version}.tar.bz2
+Source: %{name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -16,8 +17,7 @@ PThread Stubs for XCB
%prep
-%setup -q -n %{name}-%{version}
-
+%setup -q
%build
@@ -44,12 +44,3 @@ rm -rf %{buildroot}
%defattr(-,root,root,-)
%{_libdir}/pkgconfig/pthread-stubs.pc
-
-%changelog
-* Sat Feb 27 2010 Anas Nashif <anas.nashif@intel.com> - 0.3
-- Updated with latest spectacle
-- Include YAML file in source rpm
-* Mon Feb 8 2010 Austin Zhang <austin.zhang@intel.com> 0.3
-- update to 0.3
-* Wed Nov 26 2008 Peng Li <peng.li@intel.com> 0.1
-- initial import libpthread-stubs 0.1