diff options
Diffstat (limited to 'ipa-client/freeipa-client.spec')
-rwxr-xr-x | ipa-client/freeipa-client.spec | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/ipa-client/freeipa-client.spec b/ipa-client/freeipa-client.spec index 67e241d6..7619a014 100755 --- a/ipa-client/freeipa-client.spec +++ b/ipa-client/freeipa-client.spec @@ -1,6 +1,6 @@ Name: freeipa-client Version: 0.3.0 -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 |