Search
j0ke.net Open Build Service
>
Projects
>
hardware
:
fingerprint
>
libfprint
> Changes
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
Changes of Revision 6
[-]
[+]
Changed
libfprint.spec
@@ -68,6 +68,7 @@ development documentation for libfprint. If you like to develop programs using libfprint, you will need to install this package. +%if 0%{?sles_version} != 11 %package examples License: LGPLv2.1 Summary: Library for fingerprint reader support (example programs) @@ -78,7 +79,7 @@ This package contains the header files, static libraries and development documentation for libfprint. If you like to develop programs using libfprint, you will need to install this package. - +%endif %prep @@ -95,11 +96,16 @@ --sysconfdir=%{_sysconfdir} \ --includedir=%{_includedir} make +%if 0%{?sles_version} != 11 make -C examples +%endif %install make install DESTDIR=$RPM_BUILD_ROOT + +%if 0%{?sles_version} != 11 make -C examples install DESTDIR=$RPM_BUILD_ROOT +%endif #remove unpackaged files rm -f %{buildroot}%{_libdir}/*.la @@ -120,9 +126,11 @@ %{_libdir}/%{name}.so %{_libdir}/pkgconfig/%{name}.pc +%if 0%{?sles_version} != 11 %files examples %defattr(-, root, root) %{_bindir}/* +%endif %changelog * Thu Oct 7 2010 fcrozat@novell.com