]> git.pld-linux.org Git - packages/libfaketime.git/commitdiff
initial PLD release
authorTomasz Pala <gotar@pld-linux.org>
Mon, 10 Aug 2015 14:47:19 +0000 (16:47 +0200)
committerTomasz Pala <gotar@pld-linux.org>
Mon, 10 Aug 2015 14:47:19 +0000 (16:47 +0200)
libfaketime.spec [new file with mode: 0644]

diff --git a/libfaketime.spec b/libfaketime.spec
new file mode 100644 (file)
index 0000000..419d196
--- /dev/null
@@ -0,0 +1,37 @@
+Summary:       Report faked system time
+Name:          libfaketime
+Version:       0.9.6
+Release:       1
+License:       GPL v2
+Group:         Libraries
+Source0:       http://www.code-wizards.com/projects/libfaketime/%{name}-%{version}.tar.gz
+# Source0-md5: f522f899d65a057ad69cff9896c75f78
+URL:           http://www.code-wizards.com/projects/libfaketime/
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+FakeTime Preload Library - report faked system time to programs without having
+to change the system-wide time.
+
+%prep
+%setup -q
+
+%build
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+       PREFIX=%{_prefix} \
+       DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc NEWS README TODO
+%attr(755,root,root) %{_bindir}/%{name}
+%attr(755,root,root) %{_libdir}/%{name}/lib%{name}.so.1
+%{_mandir}/man1/%{name}.1*
This page took 0.067458 seconds and 4 git commands to generate.