Release 2.3.12

This commit is contained in:
Silvan Calarco 2011-08-25 21:37:48 +02:00
parent 96b24b6f60
commit 704bff28e2
4 changed files with 14 additions and 5 deletions

View File

@ -34,6 +34,10 @@ SYSTEM_MENU_DIR = ${datadir}/applications
WALLPAPERS_DIR = ${kdedatadir}/wallpapers
STATIC_DIR = /static
# package related variables
distdir = $(NAME)-$(VERSION)
dist_archive = $(distdir).tar.bz2
pck_catalogs := $(wildcard installer/po/*.po)
.SUFFIXES:
@ -80,10 +84,15 @@ install: install-dirs install-locales install-icons
clean:
dist: clean
@tar cf - -C .. $(NAME)-$(VERSION) --exclude=$(NAME)-$(VERSION).tar.bz2 | bzip2 -9 -c > $(NAME)-$(VERSION).tar.bz2
rm -f $(pck_catalogs:.po=.mo)
@git log > ChangeLog.git
@mkdir /tmp/$(distdir)
@cp -a * /tmp/$(distdir)/
@rm -f $(dist_archive);\
tar cf - -C /tmp $(distdir) | bzip2 -9 -c > $(dist_archive)
@rm -rf /tmp/$(distdir)
@echo "file \`$(dist_archive)' created"
dist-rpm: dist
@rpm_sourcedir=`rpm --eval=%{_sourcedir}`;\
mv -f $(NAME)-$(VERSION).tar.bz2 $$rpm_sourcedir;\
echo "File $$rpm_sourcedir/$(NAME)-$(VERSION).tar.bz2 created."
mv -f $(dist_archive) $$rpm_sourcedir;\
echo "and saved as \`$$rpm_sourcedir/$(dist_archive)'"

View File

@ -1,3 +1,3 @@
VERSION=2.3.10
VERSION=2.3.12

Binary file not shown.

Binary file not shown.