~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to support-files/include.am

  • Committer: Andrew Hutchings
  • Date: 2011-01-24 13:13:17 UTC
  • mto: (2108.1.2 build)
  • mto: This revision was merged to the branch mainline in revision 2109.
  • Revision ID: andrew@linuxjedi.co.uk-20110124131317-f76my6mlorwnkd94
Drop most of the RPM generation stuff, it is all in pkg-drizzle project now

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
# Software Foundation, Inc., 51 Franklin Place - Suite 330, Boston,
19
19
# MA 02110-1301, USA
20
20
 
21
 
pkgconfigdir= $(libdir)/pkgconfig
22
 
pkgconfig_DATA= support-files/libdrizzle.pc
23
 
 
24
 
# Default same as 'pkgdatadir', but we can override it
25
 
pkgsuppdir =            $(datadir)/@PACKAGE@
26
 
 
27
 
pkgsupp_DATA =          support-files/drizzle-log-rotate
28
 
 
29
 
pkgsupp_SCRIPTS =       support-files/drizzle.server 
30
 
 
31
 
 
32
21
EXTRA_DIST+= \
33
22
             support-files/smf/drizzle \
34
23
             support-files/smf/drizzle.xml \
35
 
             support-files/smf/install.sh \
36
 
             support-files/drizzle.spec
37
 
generic_rpm:
38
 
        rm -f ~/rpmbuild/RPMS/x86_64/drizzle-$(VERSION)*.rpm
39
 
        rm -f ~/rpmbuild/SRPMS/drizzle-$(VERSION)*.rpm
40
 
        cp drizzle-$(VERSION).tar.gz ~/rpmbuild/SOURCES/
41
 
        rpmbuild -ba support-files/drizzle.spec
42
 
        cp ~/rpmbuild/RPMS/x86_64/drizzle-$(VERSION)*.rpm .
43
 
        cp ~/rpmbuild/SRPMS/drizzle-$(VERSION)*.rpm .
44
 
 
45
 
rpm: dist generic_rpm
46
 
 
 
24
             support-files/smf/install.sh