diff options
Diffstat (limited to 'ipa-client')
-rw-r--r-- | ipa-client/AUTHORS | 0 | ||||
-rw-r--r-- | ipa-client/NEWS | 0 | ||||
-rw-r--r-- | ipa-client/README | 0 | ||||
-rwxr-xr-x[-rw-r--r--] | ipa-client/autogen.sh | 0 | ||||
-rwxr-xr-x | ipa-client/freeipa-client.spec | 11 | ||||
-rw-r--r-- | ipa-client/freeipa-client.spec.in | 11 |
6 files changed, 14 insertions, 8 deletions
diff --git a/ipa-client/AUTHORS b/ipa-client/AUTHORS new file mode 100644 index 00000000..e69de29b --- /dev/null +++ b/ipa-client/AUTHORS diff --git a/ipa-client/NEWS b/ipa-client/NEWS new file mode 100644 index 00000000..e69de29b --- /dev/null +++ b/ipa-client/NEWS diff --git a/ipa-client/README b/ipa-client/README new file mode 100644 index 00000000..e69de29b --- /dev/null +++ b/ipa-client/README diff --git a/ipa-client/autogen.sh b/ipa-client/autogen.sh index 072bd15a..072bd15a 100644..100755 --- a/ipa-client/autogen.sh +++ b/ipa-client/autogen.sh 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 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 |