[erlang-rpm-macros] Ver. 0.1.4

Peter Lemenkov peter at fedoraproject.org
Fri Jun 13 15:23:16 UTC 2014


commit 7e3486d504ff8239bea71256b7866a7b3a9dff23
Author: Peter Lemenkov <lemenkov at gmail.com>
Date:   Fri Jun 13 19:23:09 2014 +0400

    Ver. 0.1.4
    
    Signed-off-by: Peter Lemenkov <lemenkov at gmail.com>

 .gitignore             |    1 +
 erlang-rpm-macros.spec |   19 +++++++++++--------
 sources                |    2 +-
 3 files changed, 13 insertions(+), 9 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 5ad0666..a466144 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /lemenkov-erlang-rpm-macros-0.1.2-0-ga435404.tar.gz
 /lemenkov-erlang-rpm-macros-0.1.3-0-g3e3d3a8.tar.gz
 /erlang-rpm-macros-0.1.3.tar.gz
+/erlang-rpm-macros-0.1.4.tar.gz
diff --git a/erlang-rpm-macros.spec b/erlang-rpm-macros.spec
index 13be128..1a224ed 100644
--- a/erlang-rpm-macros.spec
+++ b/erlang-rpm-macros.spec
@@ -1,14 +1,14 @@
 Name:		erlang-rpm-macros
-Version:	0.1.3
-Release:	7%{?dist}
+Version:	0.1.4
+Release:	1%{?dist}
 Summary:	Macros for simplifying building of Erlang packages
 Group:		Development/Libraries
 License:	MIT
 URL:		https://github.com/lemenkov/erlang-rpm-macros
-VCS:		https://github.com/lemenkov/erlang-rpm-macros.git
+VCS:		scm:git:https://github.com/lemenkov/erlang-rpm-macros.git
 Source0:	https://github.com/lemenkov/erlang-rpm-macros/archive/%{version}/%{name}-%{version}.tar.gz
 BuildArch:	noarch
-Requires:	rpm-build >= 4.7
+Requires:	rpm-build >= 4.11
 
 
 %description
@@ -24,18 +24,17 @@ Macros for simplifying building of Erlang packages.
 
 
 %install
-install -d %{buildroot}%{_sysconfdir}/rpm
-install -d %{buildroot}%{_rpmconfigdir}
+install -d %{buildroot}%{_rpmconfigdir}/macros.d
 install -p -m 0755 erlang-find-provides.escript %{buildroot}%{_rpmconfigdir}/
 install -p -m 0755 erlang-find-provides.sh %{buildroot}%{_rpmconfigdir}/
 install -p -m 0755 erlang-find-requires.escript %{buildroot}%{_rpmconfigdir}/
 install -p -m 0755 erlang-find-requires.sh %{buildroot}%{_rpmconfigdir}/
-install -p -m 0644 macros.erlang %{buildroot}%{_sysconfdir}/rpm/
+install -p -m 0644 macros.erlang %{buildroot}%{_rpmconfigdir}/macros.d
 
 
 %files
 %doc README LICENSE
-%{_sysconfdir}/rpm/macros.erlang
+%{_rpmconfigdir}/macros.d/macros.erlang
 %{_rpmconfigdir}/erlang-find-provides.escript
 %{_rpmconfigdir}/erlang-find-provides.sh
 %{_rpmconfigdir}/erlang-find-requires.escript
@@ -44,6 +43,10 @@ install -p -m 0644 macros.erlang %{buildroot}%{_sysconfdir}/rpm/
 
 
 %changelog
+* Fri Jun 13 2014 Peter Lemenkov <lemenkov at gmail.com> - 0.1.4-1
+- Ver. 0.1.4
+- Dropped support for pre-4.11 rpms (EL7 or Fedora is required)
+
 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.1.3-7
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 
diff --git a/sources b/sources
index b64e240..c4eeeb9 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-0fc3e905ddaff4c505b8d8b3c445a779  erlang-rpm-macros-0.1.3.tar.gz
+f69a0df2c70b35863dcbf98edf34d197  erlang-rpm-macros-0.1.4.tar.gz


More information about the scm-commits mailing list