Index: Makefile =================================================================== --- /dev/null +++ Makefile @@ -0,0 +1 @@ +include ../Makefile.common Index: abi_used_libs =================================================================== --- /dev/null +++ abi_used_libs @@ -0,0 +1,4 @@ +libc.so.6 +libpcre.so.1 +libpthread.so.0 +libpython3.5m.so.1.0 Index: files/watchman.tmpfiles =================================================================== --- /dev/null +++ files/watchman.tmpfiles @@ -0,0 +1 @@ +d /run/watchman 0777 root root Index: package.yml =================================================================== --- /dev/null +++ package.yml @@ -0,0 +1,35 @@ +name : watchman +version : 4.7.0 +release : 1 +source : + - https://github.com/facebook/watchman/archive/v4.7.0.tar.gz : 77c7174c59d6be5e17382e414db4907a298ca187747c7fcb2ceb44da3962c6bf +license : Apache-2.0 +component : system.utils +homepage : https://facebook.github.io/watchman +summary : Watches files and records, or triggers actions, when they change +description: | + Watchman exists to watch files and record when they actually change. It can + also trigger actions (such as rebuilding assets) when matching files change + + * Watchman can recursively watch one or more directory trees (we call them + roots) + * Watchman does not follow symlinks. It knows they exist, but they show up + the same as any other file in its reporting + * Watchman waits for a root to settle down before it will start to trigger + notifications or command execution + * Watchman is conservative, preferring to err on the side of caution; it + considers files to be freshly changed when you start to watch them or when + it is unsure + * You can query a root for file changes since you last checked, or the + current state of the tree + * You can subscribe to file changes that occur in a root +builddeps : + - pkgconfig(python3) +setup : | + %autogen --with-python=/usr/bin/python3 \ + --enable-statedir=/run/watchman +build : | + %make +install : | + %make_install + install -Dm 644 $pkgfiles/watchman.tmpfiles $installdir%libdir%/tmpfiles.d/watchman.conf Index: pspec_x86_64.xml =================================================================== --- /dev/null +++ pspec_x86_64.xml @@ -0,0 +1,82 @@ + + + watchman + https://facebook.github.io/watchman + + Pierre-Yves + pyu@riseup.net + + Apache-2.0 + system.utils + Watches files and records, or triggers actions, when they change + Watchman exists to watch files and record when they actually change. It can +also trigger actions (such as rebuilding assets) when matching files change + +* Watchman can recursively watch one or more directory trees (we call them +roots) +* Watchman does not follow symlinks. It knows they exist, but they show up +the same as any other file in its reporting +* Watchman waits for a root to settle down before it will start to trigger +notifications or command execution +* Watchman is conservative, preferring to err on the side of caution; it +considers files to be freshly changed when you start to watch them or when +it is unsure +* You can query a root for file changes since you last checked, or the +current state of the tree +* You can subscribe to file changes that occur in a root + + https://solus-project.com/sources/README.Solus + + + watchman + Watches files and records, or triggers actions, when they change + Watchman exists to watch files and record when they actually change. It can +also trigger actions (such as rebuilding assets) when matching files change + +* Watchman can recursively watch one or more directory trees (we call them +roots) +* Watchman does not follow symlinks. It knows they exist, but they show up +the same as any other file in its reporting +* Watchman waits for a root to settle down before it will start to trigger +notifications or command execution +* Watchman is conservative, preferring to err on the side of caution; it +considers files to be freshly changed when you start to watch them or when +it is unsure +* You can query a root for file changes since you last checked, or the +current state of the tree +* You can subscribe to file changes that occur in a root + + system.utils + + /run/watchman/.not-empty + /usr/bin + /usr/lib/python3.5/site-packages/pywatchman-1.3.0-py3.5.egg-info/PKG-INFO + /usr/lib/python3.5/site-packages/pywatchman-1.3.0-py3.5.egg-info/SOURCES.txt + /usr/lib/python3.5/site-packages/pywatchman-1.3.0-py3.5.egg-info/dependency_links.txt + /usr/lib/python3.5/site-packages/pywatchman-1.3.0-py3.5.egg-info/top_level.txt + /usr/lib/python3.5/site-packages/pywatchman-1.3.0-py3.5.egg-info/zip-safe + /usr/lib/python3.5/site-packages/pywatchman/__init__.py + /usr/lib/python3.5/site-packages/pywatchman/__pycache__/__init__.cpython-35.pyc + /usr/lib/python3.5/site-packages/pywatchman/__pycache__/capabilities.cpython-35.pyc + /usr/lib/python3.5/site-packages/pywatchman/__pycache__/compat.cpython-35.pyc + /usr/lib/python3.5/site-packages/pywatchman/__pycache__/encoding.cpython-35.pyc + /usr/lib/python3.5/site-packages/pywatchman/__pycache__/pybser.cpython-35.pyc + /usr/lib/python3.5/site-packages/pywatchman/bser.cpython-35m-x86_64-linux-gnu.so + /usr/lib/python3.5/site-packages/pywatchman/capabilities.py + /usr/lib/python3.5/site-packages/pywatchman/compat.py + /usr/lib/python3.5/site-packages/pywatchman/encoding.py + /usr/lib/python3.5/site-packages/pywatchman/pybser.py + /usr/lib64/tmpfiles.d/watchman.conf + /usr/share/doc + + + + + 2017-05-30 + 4.7.0 + Packaging update + Pierre-Yves + pyu@riseup.net + + + \ No newline at end of file