Changeset 433 for branches/stable/Makefile
- Timestamp:
- 10/23/12 18:01:40 (12 years ago)
- Location:
- branches/stable
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/stable
-
branches/stable/Makefile
r423 r433 133 133 /usr/bin/perl -p -e 's/#VERSION#/$(VERSION)/;s/#RELEASE#/$(RELEASE)/;s/#BETA#//g' < $(PKGNAME).spec > $(PKGNAME)-$(VERSION)/$(PKGNAME).spec 134 134 /usr/bin/perl -p -e 's/#VERSION#/$(VERSION)/;s/#RELEASE#/$(RELEASE)/;s/#BETA#//g' < INSTALL > $(PKGNAME)-$(VERSION)/INSTALL 135 perl -pi -e 's/[ \d.]+;\s*##VERSION##/$(VERSION);/;' $(PKGNAME)-$(VERSION)/DNSDB.pm135 perl -pi -e 's/["\d.]+;\s*##VERSION##/"$(VERSION)";/;' $(PKGNAME)-$(VERSION)/DNSDB.pm 136 136 tar cf $(PKGNAME)-$(VERSION).tar $(PKGNAME)-$(VERSION) 137 137 gzip -v -f -9 $(PKGNAME)-$(VERSION).tar
Note:
See TracChangeset
for help on using the changeset viewer.