diff options
Diffstat (limited to 'ipa-server')
-rw-r--r-- | ipa-server/AUTHORS | 0 | ||||
-rw-r--r-- | ipa-server/NEWS | 0 | ||||
-rw-r--r-- | ipa-server/README | 0 | ||||
-rwxr-xr-x | ipa-server/freeipa-server.spec | 12 | ||||
-rw-r--r-- | ipa-server/freeipa-server.spec.in | 12 | ||||
-rw-r--r-- | ipa-server/ipa-slapi-plugins/dna/Makefile.am | 2 | ||||
-rw-r--r-- | ipa-server/ipa-slapi-plugins/ipa-memberof/Makefile.am | 2 | ||||
-rw-r--r-- | ipa-server/ipa-slapi-plugins/ipa-pwd-extop/Makefile.am | 2 |
8 files changed, 20 insertions, 10 deletions
diff --git a/ipa-server/AUTHORS b/ipa-server/AUTHORS new file mode 100644 index 00000000..e69de29b --- /dev/null +++ b/ipa-server/AUTHORS diff --git a/ipa-server/NEWS b/ipa-server/NEWS new file mode 100644 index 00000000..e69de29b --- /dev/null +++ b/ipa-server/NEWS diff --git a/ipa-server/README b/ipa-server/README new file mode 100644 index 00000000..e69de29b --- /dev/null +++ b/ipa-server/README diff --git a/ipa-server/freeipa-server.spec b/ipa-server/freeipa-server.spec index eaca6ac1..31fe01b6 100755 --- a/ipa-server/freeipa-server.spec +++ b/ipa-server/freeipa-server.spec @@ -21,17 +21,16 @@ FreeIPA is a server for identity, policy, and audit. %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} -mkdir -p %{buildroot}%{plugin_dir} -make install DESTDIR=%{buildroot} LIBDIR=%{buildroot}%{_libdir} +make install %clean @@ -41,7 +40,7 @@ rm -rf %{buildroot} %files %defattr(-,root,root,-) %{_sbindir}/ipa-server-install -%{_sbindir}/ipa_kpasswd +%{_sbindir}/ipa-kpasswd %{_sbindir}/ipa-webgui %attr(755,root,root) %{_initrddir}/ipa-kpasswd %attr(755,root,root) %{_initrddir}/ipa-webgui @@ -50,8 +49,11 @@ rm -rf %{buildroot} %{_usr}/share/ipa/* %attr(755,root,root) %{plugin_dir}/libipa_pwd_extop.so +%attr(755,root,root) %{plugin_dir}/libipa_pwd_extop.la %attr(755,root,root) %{plugin_dir}/libipa-memberof-plugin.so +%attr(755,root,root) %{plugin_dir}/libipa-memberof-plugin.la %attr(755,root,root) %{plugin_dir}/libipa-dna-plugin.so +%attr(755,root,root) %{plugin_dir}/libipa-dna-plugin.la %changelog diff --git a/ipa-server/freeipa-server.spec.in b/ipa-server/freeipa-server.spec.in index 1b7e219f..a6498d34 100644 --- a/ipa-server/freeipa-server.spec.in +++ b/ipa-server/freeipa-server.spec.in @@ -21,17 +21,16 @@ FreeIPA is a server for identity, policy, and audit. %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} -mkdir -p %{buildroot}%{plugin_dir} -make install DESTDIR=%{buildroot} LIBDIR=%{buildroot}%{_libdir} +make install %clean @@ -41,7 +40,7 @@ rm -rf %{buildroot} %files %defattr(-,root,root,-) %{_sbindir}/ipa-server-install -%{_sbindir}/ipa_kpasswd +%{_sbindir}/ipa-kpasswd %{_sbindir}/ipa-webgui %attr(755,root,root) %{_initrddir}/ipa-kpasswd %attr(755,root,root) %{_initrddir}/ipa-webgui @@ -50,8 +49,11 @@ rm -rf %{buildroot} %{_usr}/share/ipa/* %attr(755,root,root) %{plugin_dir}/libipa_pwd_extop.so +%attr(755,root,root) %{plugin_dir}/libipa_pwd_extop.la %attr(755,root,root) %{plugin_dir}/libipa-memberof-plugin.so +%attr(755,root,root) %{plugin_dir}/libipa-memberof-plugin.la %attr(755,root,root) %{plugin_dir}/libipa-dna-plugin.so +%attr(755,root,root) %{plugin_dir}/libipa-dna-plugin.la %changelog diff --git a/ipa-server/ipa-slapi-plugins/dna/Makefile.am b/ipa-server/ipa-slapi-plugins/dna/Makefile.am index d8d6d1d7..57a99764 100644 --- a/ipa-server/ipa-slapi-plugins/dna/Makefile.am +++ b/ipa-server/ipa-slapi-plugins/dna/Makefile.am @@ -23,6 +23,8 @@ libipa_dna_plugin_la_SOURCES = \ dna.c \ $(NULL) +libipa_dna_plugin_la_LDFLAGS = -avoid-version + libipa_dna_plugin_la_LIBADD = \ $(MOZLDAP_LIBS) \ $(NULL) diff --git a/ipa-server/ipa-slapi-plugins/ipa-memberof/Makefile.am b/ipa-server/ipa-slapi-plugins/ipa-memberof/Makefile.am index bc236c32..54ddd538 100644 --- a/ipa-server/ipa-slapi-plugins/ipa-memberof/Makefile.am +++ b/ipa-server/ipa-slapi-plugins/ipa-memberof/Makefile.am @@ -23,6 +23,8 @@ libipa_memberof_plugin_la_SOURCES = \ ipa-memberof.c \ $(NULL) +libipa_memberof_plugin_la_LDFLAGS = -avoid-version + libipa_memberof_plugin_la_LIBADD = \ $(MOZLDAP_LIBS) \ $(NULL) diff --git a/ipa-server/ipa-slapi-plugins/ipa-pwd-extop/Makefile.am b/ipa-server/ipa-slapi-plugins/ipa-pwd-extop/Makefile.am index 68424383..5c0fb232 100644 --- a/ipa-server/ipa-slapi-plugins/ipa-pwd-extop/Makefile.am +++ b/ipa-server/ipa-slapi-plugins/ipa-pwd-extop/Makefile.am @@ -23,6 +23,8 @@ libipa_pwd_extop_la_SOURCES = \ ipa_pwd_extop.c \ $(NULL) +libipa_pwd_extop_la_LDFLAGS = -avoid-version + libipa_pwd_extop_la_LIBADD = \ $(MOZLDAP_LIBS) \ $(NULL) |