~brianaker/libmemcached/gear-clean

« back to all changes in this revision

Viewing changes to rpm/include.am

  • Committer: Continuous Integration
  • Date: 2014-02-09 00:10:27 UTC
  • mfrom: (1185.1.1 libmemcached-1.0)
  • Revision ID: ci@tangent.org-20140209001027-w1xq1mvxj6m0cpwn
Merge bzr://10.0.3.21/ Build: jenkins-Libmemcached-460

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# vim:ft=automake
2
2
 
3
 
.PHONY: rpm-build
4
 
rpm-build: support/$(PACKAGE).spec distcheck
 
3
$(PACKAGE)-$(VERSION).tar.gz: Makefile
 
4
        $(MAKE) $(AM_MAKEFLAGS) dist-gzip
 
5
 
 
6
$(PACKAGE)-$(VERSION)-1.x86_64.rpm: support/$(PACKAGE).spec $(DIST_ARCHIVES)
5
7
        @rm -f *.rpm
6
8
        @rm -f ~/rpmbuild/RPMS/x86_64/$(PACKAGE)-$(VERSION)*.rpm
7
9
        @rm -f ~/rpmbuild/SRPMS/$(PACKAGE)-$(VERSION)*.rpm
27
29
 
28
30
.PHONY: clean-rpm
29
31
clean-rpm:
30
 
        @rm -f *.tar.gz
31
 
        @rm -f *.src.rpm
32
 
        @rm -f *.rpm
 
32
        @rm -f libmemcached*.rpm
33
33
 
34
34
.PHONY: rpm
35
 
rpm: clean-rpm support/$(PACKAGE).spec rpm-build
 
35
rpm: $(PACKAGE)-$(VERSION)-1.x86_64.rpm
36
36
 
37
37
.PHONY: release
38
38
release: rpm rpm-sign