]> git.pld-linux.org Git - packages/libfaketime.git/blob - libfaketime.spec
b06e1442802058b5db18c6ddee1b8fa65a5dd6e3
[packages/libfaketime.git] / libfaketime.spec
1 Summary:        Report faked system time
2 Name:           libfaketime
3 Version:        0.9.6
4 Release:        1
5 License:        GPL v2
6 Group:          Libraries
7 Source0:        http://www.code-wizards.com/projects/libfaketime/%{name}-%{version}.tar.gz
8 # Source0-md5:  f522f899d65a057ad69cff9896c75f78
9 URL:            http://www.code-wizards.com/projects/libfaketime/
10 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
11
12 %description
13 FakeTime Preload Library - report faked system time to programs without having
14 to change the system-wide time.
15
16 %prep
17 %setup -q
18
19 %build
20 %{__make}
21
22 %install
23 rm -rf $RPM_BUILD_ROOT
24
25 %{__make} install \
26         PREFIX=%{_prefix} \
27         LIBDIRNAME=/%{_lib}/faketime \
28         DESTDIR=$RPM_BUILD_ROOT
29
30 %clean
31 rm -rf $RPM_BUILD_ROOT
32
33 %files
34 %defattr(644,root,root,755)
35 %doc NEWS README TODO
36 %attr(755,root,root) %{_bindir}/faketime
37 %attr(755,root,root) %{_libdir}/faketime/lib%{name}*.so.1
38 %{_mandir}/man1/faketime.1*
This page took 0.051875 seconds and 2 git commands to generate.