update to 1.5.0
* add packit config file
This commit is contained in:
parent
f6ed8f9085
commit
1884db273f
23
packit.yml
Normal file
23
packit.yml
Normal file
@ -0,0 +1,23 @@
|
||||
upstream_package_name: protobuf-c
|
||||
upstream_project_url: https://github.com/protobuf-c/protobuf-c
|
||||
upstream_tag_template: v{version}
|
||||
|
||||
downstream_package_name: protobuf-c
|
||||
|
||||
specfile_path: protobuf-c.spec
|
||||
|
||||
jobs:
|
||||
- job: pull_from_upstream
|
||||
trigger: release
|
||||
dist_git_branches:
|
||||
- rawhide
|
||||
|
||||
- job: koji_build
|
||||
trigger: commit
|
||||
dist_git_branches:
|
||||
- rawhide
|
||||
|
||||
- job: bodhi_update
|
||||
trigger: commit
|
||||
dist_git_branches:
|
||||
- rawhide
|
||||
@ -1,10 +1,12 @@
|
||||
%global sover 1
|
||||
|
||||
Name: protobuf-c
|
||||
Version: 1.4.1
|
||||
Version: 1.5.0
|
||||
Release: %autorelease
|
||||
Summary: C bindings for Google's Protocol Buffers
|
||||
|
||||
License: BSD-2-Clause
|
||||
URL: https://github.com/%{name}/%{name}
|
||||
URL: https://github.com/protobuf-c/protobuf-c
|
||||
Source0: %{url}/releases/download/v%{version}/%{name}-%{version}.tar.gz
|
||||
|
||||
BuildRequires: autoconf
|
||||
@ -52,8 +54,8 @@ find %{buildroot} -type f -name '*.la' -delete
|
||||
|
||||
%files
|
||||
%license LICENSE
|
||||
%doc ChangeLog README.md TODO
|
||||
%{_libdir}/lib%{name}.so.*
|
||||
%doc README.md TODO
|
||||
%{_libdir}/lib%{name}.so.%{sover}*
|
||||
|
||||
%files compiler
|
||||
%{_bindir}/protoc-c
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (protobuf-c-1.4.1.tar.gz) = 190a4aa5c607853e6bf860b0974deb21e4f7f6209e810251eaca9612b59ea676779b0ca217fb1572914ffb8de3315a7d24f162b14d447ee671a9adc5b1271e41
|
||||
SHA512 (protobuf-c-1.5.0.tar.gz) = 175c9fc901cab88308730eea982dd62b1e0decdceb80aa53be163f17a440b4acecb834a784beab5cd71186413a322a323f4539758a8727ca51801cf92f9bd3da
|
||||
|
||||
Loading…
Reference in New Issue
Block a user