[packages/libfaketime] initial PLD release

gotar gotar at pld-linux.org
Mon Aug 10 16:54:38 CEST 2015


commit 54f161018690f74cd78bb5579bc4ec819e29dc2d
Author: Tomasz Pala <gotar at pld-linux.org>
Date:   Mon Aug 10 16:47:19 2015 +0200

    initial PLD release

 libfaketime.spec | 37 +++++++++++++++++++++++++++++++++++++
 1 file changed, 37 insertions(+)
---
diff --git a/libfaketime.spec b/libfaketime.spec
new file mode 100644
index 0000000..419d196
--- /dev/null
+++ b/libfaketime.spec
@@ -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*
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/libfaketime.git/commitdiff/54f161018690f74cd78bb5579bc4ec819e29dc2d



More information about the pld-cvs-commit mailing list