]> git.pld-linux.org Git - packages/libfaketime.git/blob - libfaketime.spec
419d196cb38138f8729134268a6434b05bd1ea31
[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         DESTDIR=$RPM_BUILD_ROOT
28
29 %clean
30 rm -rf $RPM_BUILD_ROOT
31
32 %files
33 %defattr(644,root,root,755)
34 %doc NEWS README TODO
35 %attr(755,root,root) %{_bindir}/%{name}
36 %attr(755,root,root) %{_libdir}/%{name}/lib%{name}.so.1
37 %{_mandir}/man1/%{name}.1*
This page took 0.044282 seconds and 2 git commands to generate.