Skip to content

Commit

Permalink
Sync spec with downstream
Browse files Browse the repository at this point in the history
  • Loading branch information
vpodzime committed Sep 21, 2017
1 parent 25dc536 commit 8d7b3cb
Showing 1 changed file with 15 additions and 4 deletions.
19 changes: 15 additions & 4 deletions dist/libbytesize.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,14 @@ Requires: %{name}%{?_isa} = %{version}-%{release}
This package contains header files and pkg-config files needed for development
with the libbytesize library.

%package -n python-%{realname}
%package -n python2-%{realname}
Summary: Python 2 bindings for libbytesize
Provides: python2-%{realname} = %{version}-%{release}
%{?python_provide:%python_provide python2-%{realname}}
%{?python_provide:%python_provide python2-libbytesize}
Requires: %{name}%{?_isa} = %{version}-%{release}
Requires: python-six

%description -n python-%{realname}
%description -n python2-%{realname}
This package contains Python 2 bindings for libbytesize making the use of
the library from Python 2 easier and more convenient.

Expand Down Expand Up @@ -97,7 +98,7 @@ find %{buildroot} -type f -name "*.la" | xargs %{__rm}
%{_datadir}/gtk-doc/html/libbytesize
%endif

%files -n python-%{realname}
%files -n python2-%{realname}
%dir %{python2_sitearch}/bytesize
%{python2_sitearch}/bytesize/*

Expand All @@ -115,6 +116,16 @@ find %{buildroot} -type f -name "*.la" | xargs %{__rm}
- Remove extra 'is' in two docstrings (vpodzime)
- Properly support 64bit operands (vpodzime)

* Sat Aug 19 2017 Zbigniew Jędrzejewski-Szmek <[email protected]> - 0.11-4
- Python 2 binary package renamed to python2-libbytesize
See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3

* Thu Aug 03 2017 Fedora Release Engineering <[email protected]> - 0.11-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild

* Wed Jul 26 2017 Fedora Release Engineering <[email protected]> - 0.11-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild

* Wed Jun 14 2017 Vratislav Podzimek <[email protected]> - 0.11-1
- Fix README file name (vtrefny)
- Add a build status image to the README.md (vpodzime)
Expand Down

0 comments on commit 8d7b3cb

Please sign in to comment.