summaryrefslogtreecommitdiff
path: root/sssd.spec.in
AgeCommit message (Collapse)AuthorFilesLines
2009-05-26Initial gettext framework for sss_clientsStephen Gallagher1-1/+2
2009-05-26Clean up automake build to work on older versions of libtoolStephen Gallagher1-27/+15
LT_INIT is supported only on Libtool >= 2.0, so I reverted it to using AC_PROG_LIBTOOL. Also reorganized how the common libraries were being built. Now they are treated as libtool convenience libraries instead of installable libraries (the --with-singlelib configure flag can still be used to generate a combined, installable DSO) I cleaned up the set of files being installed by automake, so the list of things we need to remove before packaging the RPM is now only the .la files associated with our own plugins.
2009-05-19Fix spec fileSimo Sorce1-2/+11
Dist must be optional Make sure to mark sssd.conf config_noreplace Set appropriate permissions on database and pipes directories
2009-05-19Fix RPM generation issues with sssdStephen Gallagher1-15/+4
Ensures that the common libraries build statically. Also ensures that the sssd.spec creates the SYSV init script with the appropriate permissions. Cleans up the useless rpmdist target that was obsolete. Adds the *.so.N.0.0 files to the RPM, as the .so and .so.N files were dangling symlinks.
2009-05-19Convert top-level of SSSD to automake.Stephen Gallagher1-0/+182
Also update RPM spec and build procedures.