[nosync] Initial packaging

Mikolaj Izdebski mizdebsk at fedoraproject.org
Mon Jul 14 12:46:55 UTC 2014


commit 6191143b3f3cca712577fa8bf55e664f39035188
Author: Mikolaj Izdebski <mizdebsk at redhat.com>
Date:   Mon Jul 14 14:45:51 2014 +0200

    Initial packaging

 .gitignore  |    1 +
 nosync.spec |   30 ++++++++++++++++++++++++++++++
 sources     |    1 +
 3 files changed, 32 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..b720ff7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/nosync-1.0.tar.gz
diff --git a/nosync.spec b/nosync.spec
new file mode 100644
index 0000000..3f00692
--- /dev/null
+++ b/nosync.spec
@@ -0,0 +1,30 @@
+Name:           nosync
+Version:        1.0
+Release:        1%{?dist}
+Summary:        Preload library for disabling file's content synchronization
+License:        ASL 2.0
+URL:            http://github.com/kjn/%{name}
+Source0:        http://github.com/kjn/%{name}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
+
+%description
+nosync is a small preload library that can be used to disable
+synchronization of file's content with storage devices on GNU/Linux.
+It works by overriding implementations of certain standard functions
+like fsync or open.
+
+%prep
+%setup -q
+
+%build
+make CFLAGS="%{optflags}" %{?_smp_mflags}
+
+%install
+%makeinstall
+
+%files
+%doc AUTHORS LICENSE NOTICE README.md
+%{_libdir}/%{name}
+
+%changelog
+* Sat Jul  5 2014 Mikolaj Izdebski <zurgunt at gmail.com> - 1.0-1
+- Initial packaging
diff --git a/sources b/sources
index e69de29..e2a7f89 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+9ed2e5f8ab65834b146b11cc4115dd60  nosync-1.0.tar.gz


More information about the scm-commits mailing list