#2 Update to 1.5.3 + fix various rpmlint errors and warnings
Closed 5 years ago by peter. Opened 5 years ago by fnux.
rpms/ fnux/elixir rpmlint-errors  into  master

Fix various rpmlint errors and warnings
Timothée Floure • 5 years ago  
file modified
+11
@@ -50,6 +50,10 @@ 

  # this deals with ANSI codes which rpmbuild strips.

  rm lib/elixir/test/elixir/io/ansi_test.exs

  

+ # Remove VCS-specific files

+ find . -name .gitignore -delete

+ find . -name .gitkeep -delete

+ 

  # Let the Makefile speak!

  sed -i 's/$(Q)//g' Makefile

  
@@ -76,6 +80,9 @@ 

  mkdir -p %{buildroot}/%{_mandir}/man1

  cp -a man/elixir.1 man/elixirc.1 man/iex.1 man/mix.1 %{buildroot}/%{_mandir}/man1

  

+ # Remove (useless) hidden folder created by the build system

+ rm -r %{buildroot}/%{_datadir}/%{name}/%{version}/lib/%{name}/.rebar

+ 

  %files

  %license LICENSE

  %{_bindir}/elixir
@@ -100,6 +107,10 @@ 

  %doc docs/doc/eex docs/doc/elixir docs/doc/iex docs/doc/logger docs/doc/mix

  

  %changelog

+ * Wed Jun 20 2018 Timothée Floure <fnux@fedoraproject.org> - 1.6.5-2

+ - Fix version-control-internal-file rpmlint errors

+ - Fix hidden-file-or-dir rpmlint warnings

+ 

  * Thu Jun 07 2018 Timothée Floure <fnux@fedoraproject.org> - 1.6.5-2

  - Switch from the rebar_* macros to upstream's makefile (without forgetting to

    properly set the environment) and fix the build section.

The title is self-explanatory: there's nothing fancy here.

rebased onto 5e628e4

5 years ago

rebased onto 64239f1

5 years ago

Pull-Request has been closed by peter

5 years ago