Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deprecate sympa.spec and META.json. #77

Merged
merged 3 commits into from
Oct 10, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ Makefile
/default/list_aliases.tt2
/po/sympa/remove-potcdate.sed
/po/sympa/stamp-po
/po/web_help/remove-potcdate.sed
/po/web_help/stamp-po
/src/etc/script/sympa
/src/lib/Sympa/Constants.pm
Expand All @@ -53,8 +54,6 @@ Makefile
# make dist

/sympa-*.tar.gz
/META.json
/sympa.spec

# perltidy

Expand Down
84 changes: 0 additions & 84 deletions META.json.pl

This file was deleted.

14 changes: 1 addition & 13 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -67,19 +67,15 @@ EXTRA_DIST = \
AUTHORS.md \
CONTRIBUTING.md \
INSTALL.md \
META.json.pl \
META.json \
NEWS.md \
OChangeLog \
ONEWS \
README.md \
sympa.spec.pl \
sympa.spec \
etc_README \
$(check_SCRIPTS) $(check_DATA) \
$(noinst_SCRIPTS)

CLEANFILES = META.json sympa.spec sympa_wizard.pl.inst
CLEANFILES = sympa_wizard.pl.inst

MSGFMT=@MSGFMT@
.po.mo:
Expand Down Expand Up @@ -205,11 +201,3 @@ uninstall-hook:
dist-hook:
$(MAKE) check

META.json: META.json.pl Makefile src/lib/Sympa/ModDef.pm
cd src/lib; $(MAKE) Sympa/Constants.pm
$(PERL) META.json.pl > META.json

sympa.spec: sympa.spec.pl Makefile src/lib/Sympa/ModDef.pm
cd src/lib; $(MAKE) Sympa/Constants.pm
$(PERL) sympa.spec.pl > sympa.spec

191 changes: 0 additions & 191 deletions sympa.spec.pl

This file was deleted.