update to version 0.12.4
This commit is contained in:
parent
8bd1a44b3f
commit
03f470e064
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,3 +3,4 @@
|
|||||||
|
|
||||||
/editorconfig-0.12.2.tar.gz
|
/editorconfig-0.12.2.tar.gz
|
||||||
/editorconfig-0.12.3.tar.gz
|
/editorconfig-0.12.3.tar.gz
|
||||||
|
/editorconfig-core-c-0.12.4.tar.gz
|
||||||
|
@ -5,32 +5,30 @@ EditorConfig makes it easy to maintain the correct coding style when
|
|||||||
switching between different text editors and between different projects.
|
switching between different text editors and between different projects.
|
||||||
The EditorConfig project maintains a file format and plugins for various
|
The EditorConfig project maintains a file format and plugins for various
|
||||||
text editors which allow this file format to be read and used by those
|
text editors which allow this file format to be read and used by those
|
||||||
editors.
|
editors.}
|
||||||
}
|
|
||||||
|
|
||||||
Name: editorconfig
|
Name: editorconfig
|
||||||
Summary: Parser for EditorConfig files written in C
|
Summary: Parser for EditorConfig files written in C
|
||||||
Version: 0.12.3
|
Version: 0.12.4
|
||||||
Release: 7%{?dist}
|
Release: 1%{?dist}
|
||||||
License: BSD
|
License: BSD
|
||||||
|
|
||||||
URL: https://github.com/%{name}/%{srcname}
|
URL: https://github.com/editorconfig/editorconfig-core-c
|
||||||
Source0: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz
|
Source0: %{url}/archive/v%{version}/%{srcname}-%{version}.tar.gz
|
||||||
|
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
BuildRequires: doxygen
|
BuildRequires: doxygen
|
||||||
BuildRequires: gcc
|
BuildRequires: gcc
|
||||||
BuildRequires: pcre2-devel
|
BuildRequires: pcre2-devel
|
||||||
|
|
||||||
|
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
|
||||||
|
|
||||||
%description
|
%description %common_description
|
||||||
%common_description
|
|
||||||
|
|
||||||
|
|
||||||
%package libs
|
%package libs
|
||||||
Summary: Parser library for EditorConfig files (shared library)
|
Summary: Parser library for EditorConfig files (shared library)
|
||||||
%description libs
|
%description libs %common_description
|
||||||
%common_description
|
|
||||||
|
|
||||||
This package contains the shared library.
|
This package contains the shared library.
|
||||||
|
|
||||||
@ -41,14 +39,13 @@ Summary: Parser library for EditorConfig files (development files)
|
|||||||
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
|
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
|
||||||
Requires: cmake
|
Requires: cmake
|
||||||
|
|
||||||
%description devel
|
%description devel %common_description
|
||||||
%common_description
|
|
||||||
|
|
||||||
This package contains the files needed for development.
|
This package contains the files needed for development.
|
||||||
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n %{srcname}-%{version}
|
%autosetup -n %{srcname}-%{version} -p1
|
||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -64,6 +61,9 @@ rm %{buildroot}/%{_libdir}/libeditorconfig_static.a
|
|||||||
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
|
%doc README.md
|
||||||
|
%license LICENSE
|
||||||
|
|
||||||
%{_bindir}/editorconfig
|
%{_bindir}/editorconfig
|
||||||
%{_bindir}/editorconfig-%{version}
|
%{_bindir}/editorconfig-%{version}
|
||||||
|
|
||||||
@ -87,6 +87,9 @@ rm %{buildroot}/%{_libdir}/libeditorconfig_static.a
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Aug 31 2020 Fabio Valentini <decathorpe@gmail.com> - 0.12.4-1
|
||||||
|
- Update to version 0.12.4.
|
||||||
|
|
||||||
* Sat Aug 01 2020 Fabio Valentini <decathorpe@gmail.com> - 0.12.3-7
|
* Sat Aug 01 2020 Fabio Valentini <decathorpe@gmail.com> - 0.12.3-7
|
||||||
- Adapt to new cmake macros.
|
- Adapt to new cmake macros.
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (editorconfig-0.12.3.tar.gz) = 4a17cd6317bd45f8b0131070165d852569d020f1cf74e72b44057b97672184b4992aee54aae6e3222c669fdce8bb6b1f3482235e6518acffcef05e1d74087e6e
|
SHA512 (editorconfig-core-c-0.12.4.tar.gz) = e275d4f77fddd31717a588be15a67a630e693efbddc5e1cf7e9b116b1c1a700fa9bafc1322733aa73a009c78519e00083b151bbc4a5ad55128df2c7360f9a163
|
||||||
|
Loading…
Reference in New Issue
Block a user