Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
asn1c
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Libraries
asn1c
Commits
7e55cac5
Commit
7e55cac5
authored
Jan 23, 2016
by
Lev Walkin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
modernize distribution a bit
parent
0f9685fa
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
3 additions
and
14 deletions
+3
-14
LICENSE
LICENSE
+0
-0
MANIFEST
MANIFEST
+0
-9
Makefile.am
Makefile.am
+2
-2
asn1c.spec.in
asn1c.spec.in
+1
-1
configure.ac
configure.ac
+0
-2
No files found.
COPYING
→
LICENSE
View file @
7e55cac5
File moved
MANIFEST
deleted
100644 → 0
View file @
0f9685fa
libasn1compiler
libasn1parser
libasn1print
libasn1fix
skeletons
examples
tests
asn1c
doc
Makefile.am
View file @
7e55cac5
...
@@ -9,7 +9,7 @@ SUBDIRS = \
...
@@ -9,7 +9,7 @@ SUBDIRS = \
docsdir
=
$(datadir)
/doc/asn1c
docsdir
=
$(datadir)
/doc/asn1c
docs_DATA
=
README.md FAQ
COPYING
ChangeLog BUGS TODO
docs_DATA
=
README.md FAQ
LICENSE
ChangeLog BUGS TODO
EXTRA_DIST
=
asn1c.spec.in README.md FAQ BUGS
MANIFEST
tests/
EXTRA_DIST
=
asn1c.spec.in README.md FAQ BUGS tests/
CLEANFILES
=
asn1c.spec
CLEANFILES
=
asn1c.spec
asn1c.spec.in
View file @
7e55cac5
...
@@ -37,7 +37,7 @@ rm -rf $RPM_BUILD_ROOT
...
@@ -37,7 +37,7 @@ rm -rf $RPM_BUILD_ROOT
rm -rf $RPM_BUILD_ROOT
rm -rf $RPM_BUILD_ROOT
%files
%files
%doc README.md FAQ
COPYING
ChangeLog BUGS TODO
%doc README.md FAQ
LICENSE
ChangeLog BUGS TODO
%doc doc/asn1c-usage.pdf doc/asn1c-usage.html
%doc doc/asn1c-usage.pdf doc/asn1c-usage.html
%attr(755,root,root) %{_bindir}
%attr(755,root,root) %{_bindir}
%attr(644,root,root) %{_datadir}/asn1c
%attr(644,root,root) %{_datadir}/asn1c
...
...
configure.ac
View file @
7e55cac5
...
@@ -3,8 +3,6 @@ AC_INIT([asn1c], [0.9.28], [vlm@lionet.info])
...
@@ -3,8 +3,6 @@ AC_INIT([asn1c], [0.9.28], [vlm@lionet.info])
AC_CONFIG_AUX_DIR(config)
AC_CONFIG_AUX_DIR(config)
AC_CONFIG_HEADER([config.h])
AC_CONFIG_HEADER([config.h])
AM_INIT_AUTOMAKE([foreign])
AM_INIT_AUTOMAKE([foreign])
m4_ifdef([AM_PROG_AR], [AM_PROG_AR])
LT_INIT
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_MACRO_DIR([m4])
AM_PROG_LIBTOOL
AM_PROG_LIBTOOL
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment