Page Menu
Home
Solus
Search
Configure Global Search
Log In
Files
F11048162
D277.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
7 KB
Referenced Files
None
Subscribers
None
D277.diff
View Options
diff --git a/Makefile b/Makefile
new file mode 100644
--- /dev/null
+++ b/Makefile
@@ -0,0 +1 @@
+include ../Makefile.common
diff --git a/abi_used_libs b/abi_used_libs
new file mode 100644
--- /dev/null
+++ b/abi_used_libs
@@ -0,0 +1,4 @@
+libc.so.6
+libpcre.so.1
+libpthread.so.0
+libpython3.5m.so.1.0
diff --git a/files/watchman.tmpfiles b/files/watchman.tmpfiles
new file mode 100644
--- /dev/null
+++ b/files/watchman.tmpfiles
@@ -0,0 +1 @@
+d /run/watchman 0777 root root
diff --git a/package.yml b/package.yml
new file mode 100644
--- /dev/null
+++ b/package.yml
@@ -0,0 +1,36 @@
+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
+ rm -rfv $installdir/run
+ install -Dm 644 $pkgfiles/watchman.tmpfiles $installdir%libdir%/tmpfiles.d/watchman.conf
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
new file mode 100644
--- /dev/null
+++ b/pspec_x86_64.xml
@@ -0,0 +1,81 @@
+<PISI>
+ <Source>
+ <Name>watchman</Name>
+ <Homepage>https://facebook.github.io/watchman</Homepage>
+ <Packager>
+ <Name>Pierre-Yves</Name>
+ <Email>pyu@riseup.net</Email>
+ </Packager>
+ <License>Apache-2.0</License>
+ <PartOf>system.utils</PartOf>
+ <Summary xml:lang="en">Watches files and records, or triggers actions, when they change</Summary>
+ <Description xml:lang="en">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
+</Description>
+ <Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://solus-project.com/sources/README.Solus</Archive>
+ </Source>
+ <Package>
+ <Name>watchman</Name>
+ <Summary xml:lang="en">Watches files and records, or triggers actions, when they change</Summary>
+ <Description xml:lang="en">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
+</Description>
+ <PartOf>system.utils</PartOf>
+ <Files>
+ <Path fileType="executable">/usr/bin</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/pywatchman-1.3.0-py3.5.egg-info/PKG-INFO</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/pywatchman-1.3.0-py3.5.egg-info/SOURCES.txt</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/pywatchman-1.3.0-py3.5.egg-info/dependency_links.txt</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/pywatchman-1.3.0-py3.5.egg-info/top_level.txt</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/pywatchman-1.3.0-py3.5.egg-info/zip-safe</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/pywatchman/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/pywatchman/__pycache__/__init__.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/pywatchman/__pycache__/capabilities.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/pywatchman/__pycache__/compat.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/pywatchman/__pycache__/encoding.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/pywatchman/__pycache__/pybser.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/pywatchman/bser.cpython-35m-x86_64-linux-gnu.so</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/pywatchman/capabilities.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/pywatchman/compat.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/pywatchman/encoding.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/pywatchman/pybser.py</Path>
+ <Path fileType="library">/usr/lib64/tmpfiles.d/watchman.conf</Path>
+ <Path fileType="doc">/usr/share/doc</Path>
+ </Files>
+ </Package>
+ <History>
+ <Update release="1">
+ <Date>2017-06-08</Date>
+ <Version>4.7.0</Version>
+ <Comment>Packaging update</Comment>
+ <Name>Pierre-Yves</Name>
+ <Email>pyu@riseup.net</Email>
+ </Update>
+ </History>
+</PISI>
\ No newline at end of file
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Aug 11, 4:16 PM (3 h, 3 m ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5883220
Default Alt Text
D277.diff (7 KB)
Attached To
Mode
D277: Initial version of watchman
Attached
Detach File
Event Timeline
Log In to Comment