summaryrefslogtreecommitdiffstats
path: root/ipa-client/freeipa-client.spec.in
diff options
context:
space:
mode:
Diffstat (limited to 'ipa-client/freeipa-client.spec.in')
-rw-r--r--ipa-client/freeipa-client.spec.in11
1 files changed, 7 insertions, 4 deletions
diff --git a/ipa-client/freeipa-client.spec.in b/ipa-client/freeipa-client.spec.in
index 3644e157..fd199f68 100644
--- a/ipa-client/freeipa-client.spec.in
+++ b/ipa-client/freeipa-client.spec.in
@@ -1,6 +1,6 @@
Name: freeipa-client
Version: VERSION
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: FreeIPA client
Group: System Environment/Base
@@ -17,16 +17,16 @@ The client package provide install and configuration scripts for clients.
%prep
%setup -q
+./configure --prefix=%{buildroot}/usr --libdir=%{buildroot}/%{_libdir} --sysconfdir=%{buildroot}/etc
%build
-make DESTDIR=%{buildroot}
+make
%install
rm -rf %{buildroot}
-mkdir -p %{buildroot}%{_sbindir}
-make install DESTDIR=%{buildroot}
+make install
%clean
@@ -41,6 +41,9 @@ rm -rf %{buildroot}
%{_usr}/share/ipa/*
%changelog
+* Thu Oct 18 2007 Karl MacMillan <kmacmill@redhat.com> - 0.3.0-2
+- Convert to autotools-based build
+
* Thu Aug 16 2007 Simo Sorce <ssorce@redhat.com> - 0.1.0-1
- Initial rpm version