Ignore:
Timestamp:
10/14/15 18:27:22 (9 years ago)
Author:
Kris Deugau
Message:

/branches/stable

Now we need to get the versioning right so DNSDB.pm isn't mangled fresh
out of the tarball.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/Makefile

    r694 r696  
    33
    44PKGNAME=dnsadmin
    5 VERSION=1.2.5p1
     5VERSION=1.2.5p2
    66RELEASE=1
    77
     
    127127        /usr/bin/perl -p -e 's/#VERSION#/$(VERSION)/;s/#RELEASE#/$(RELEASE)/;s/#BETA#//g' < $(PKGNAME).spec > $(PKGNAME)-$(VERSION)/$(PKGNAME).spec
    128128        /usr/bin/perl -p -e 's/#VERSION#/$(VERSION)/;s/#RELEASE#/$(RELEASE)/;s/#BETA#//g' < INSTALL > $(PKGNAME)-$(VERSION)/INSTALL
    129         perl -pi -e 's/["\d.]+;\s*##VERSION##/"$(VERSION)";/;' $(PKGNAME)-$(VERSION)/DNSDB.pm
     129        perl -pi -e 's/["p\d.]+;\s*##VERSION##/"$(VERSION)";/;' $(PKGNAME)-$(VERSION)/DNSDB.pm
    130130        tar cf $(PKGNAME)-$(VERSION).tar $(PKGNAME)-$(VERSION)
    131131        gzip -v -f -9 $(PKGNAME)-$(VERSION).tar
Note: See TracChangeset for help on using the changeset viewer.