Skip to content

Commit

Permalink
[voicecall] Remove old copy of packaging, and packaging from makedist.
Browse files Browse the repository at this point in the history
The canonical copy of packaging now lives in rpm/, so there's no need to do this
in two places.
  • Loading branch information
rburchell committed May 23, 2013
1 parent a1ad230 commit 80f652b
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 150 deletions.
3 changes: 0 additions & 3 deletions makedist
Expand Up @@ -44,6 +44,3 @@ git archive --prefix=${BASE_PREFIX} HEAD | gzip -c -- > ${BASE_ARCHIVE} && {
} || {
echo "Creation of release archive ${BASE_ARCHIVE} failed. Reason unknown."
}

# Generate custom .spec file with newest version tag.
sed "s/%version%/$VERSION/" "packaging/$PROJECT.spec.in" > packaging/$PROJECT.spec
146 changes: 0 additions & 146 deletions packaging/voicecall.spec.in

This file was deleted.

2 changes: 1 addition & 1 deletion voicecall.pro
Expand Up @@ -2,7 +2,7 @@ TEMPLATE = subdirs
CONFIG = ordered
SUBDIRS = lib plugins src ui

OTHER_FILES = LICENSE *.desktop packaging/voicecall.spec.in makedist voicecall-manager.service
OTHER_FILES = LICENSE *.desktop makedist voicecall-manager.service

autostart_entry.files = voicecall-manager.desktop
autostart_entry.path = /etc/xdg/autostart
Expand Down

0 comments on commit 80f652b

Please sign in to comment.