Initial 0.1-1 package
This commit is contained in:
parent
9662d26a06
commit
8ec8dd04ab
1
.gitignore
vendored
1
.gitignore
vendored
@ -0,0 +1 @@
|
||||
/adcli-0.1.tar.gz
|
57
adcli.spec
Normal file
57
adcli.spec
Normal file
@ -0,0 +1,57 @@
|
||||
Name: adcli
|
||||
Version: 0.1
|
||||
Release: 1%{?dist}
|
||||
Summary: Active Directory enrollment
|
||||
License: LGPLv2+
|
||||
URL: http://cgit.freedesktop.org/realmd/adcli
|
||||
Source0: http://www.freedesktop.org/software/realmd/releases/adcli-0.1.tar.gz
|
||||
|
||||
BuildRequires: intltool pkgconfig
|
||||
BuildRequires: gettext-devel
|
||||
BuildRequires: krb5-devel
|
||||
BuildRequires: openldap-devel
|
||||
|
||||
%description
|
||||
adcli is a library and tool for joining an Active Directory domain using
|
||||
standard LDAP and Kerberos calls.
|
||||
|
||||
%package devel
|
||||
Summary: Development files for %{name}
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
|
||||
%description devel
|
||||
The %{name}-devel package contains libraries and header files for developing
|
||||
applications that use %{name}.
|
||||
|
||||
%define _hardened_build 1
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%configure --disable-static
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
make install DESTDIR=%{buildroot}
|
||||
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
|
||||
|
||||
%post -p /sbin/ldconfig
|
||||
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
%clean
|
||||
|
||||
%files
|
||||
%{_libdir}/libadcli.so.*
|
||||
%{_sbindir}/adcli
|
||||
%doc AUTHORS COPYING ChangeLog NEWS README
|
||||
|
||||
%files devel
|
||||
%{_includedir}/adcli-1/
|
||||
%{_libdir}/libadcli.so
|
||||
%{_libdir}/pkgconfig/adcli-1.pc
|
||||
|
||||
%changelog
|
||||
* Wed Aug 15 2012 Stef Walter <stefw@redhat.com - 0.1-1
|
||||
- Initial 0.1 package
|
Loading…
Reference in New Issue
Block a user