Update to 3.33.2
- Add new -devel subpackage
This commit is contained in:
parent
3de2c0cbb8
commit
438a9a808e
1
.gitignore
vendored
1
.gitignore
vendored
@ -74,3 +74,4 @@
|
||||
/gnome-calculator-3.31.92.tar.xz
|
||||
/gnome-calculator-3.32.0.tar.xz
|
||||
/gnome-calculator-3.32.1.tar.xz
|
||||
/gnome-calculator-3.33.2.tar.xz
|
||||
|
@ -1,19 +1,21 @@
|
||||
Name: gnome-calculator
|
||||
Version: 3.32.1
|
||||
Release: 2%{?dist}
|
||||
Version: 3.33.2
|
||||
Release: 1%{?dist}
|
||||
Summary: A desktop calculator
|
||||
|
||||
License: GPLv3+
|
||||
URL: https://wiki.gnome.org/Apps/Calculator
|
||||
Source0: https://download.gnome.org/sources/%{name}/3.32/%{name}-%{version}.tar.xz
|
||||
Source0: https://download.gnome.org/sources/%{name}/3.33/%{name}-%{version}.tar.xz
|
||||
|
||||
BuildRequires: desktop-file-utils
|
||||
BuildRequires: gettext
|
||||
BuildRequires: itstool
|
||||
BuildRequires: libmpc-devel
|
||||
BuildRequires: libsoup-devel
|
||||
BuildRequires: libvala-devel
|
||||
BuildRequires: meson
|
||||
BuildRequires: mpfr-devel
|
||||
BuildRequires: pkgconfig(gee-0.8)
|
||||
BuildRequires: pkgconfig(glib-2.0)
|
||||
BuildRequires: pkgconfig(gtk+-3.0)
|
||||
BuildRequires: pkgconfig(gtksourceview-4)
|
||||
@ -31,6 +33,15 @@ logical and scientific modes. It uses a multiple precision package
|
||||
to do its arithmetic to give a high degree of accuracy.
|
||||
|
||||
|
||||
%package devel
|
||||
Summary: Development files for %{name}
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
|
||||
%description devel
|
||||
The %{name}-devel package contains libraries and header files for
|
||||
developing applications that use %{name}.
|
||||
|
||||
|
||||
%prep
|
||||
%autosetup -p1
|
||||
|
||||
@ -55,6 +66,9 @@ desktop-file-validate %{buildroot}/%{_datadir}/applications/org.gnome.Calculator
|
||||
%license COPYING
|
||||
%{_bindir}/gcalccmd
|
||||
%{_bindir}/gnome-calculator
|
||||
%dir %{_libdir}/girepository-1.0
|
||||
%{_libdir}/girepository-1.0/GCalc-1.typelib
|
||||
%{_libdir}/libgcalc-1.so.0*
|
||||
%{_libexecdir}/gnome-calculator-search-provider
|
||||
%{_datadir}/applications/org.gnome.Calculator.desktop
|
||||
%{_datadir}/dbus-1/services/org.gnome.Calculator.SearchProvider.service
|
||||
@ -66,8 +80,23 @@ desktop-file-validate %{buildroot}/%{_datadir}/applications/org.gnome.Calculator
|
||||
%{_mandir}/man1/gnome-calculator.1*
|
||||
%{_mandir}/man1/gcalccmd.1*
|
||||
|
||||
%files devel
|
||||
%{_includedir}/gcalc-1/gcalc/gcalc.h
|
||||
%{_libdir}/libgcalc-1.so
|
||||
%{_libdir}/pkgconfig/gcalc-1.pc
|
||||
%dir %{_datadir}/gir-1.0
|
||||
%{_datadir}/gir-1.0/GCalc-1.gir
|
||||
%dir %{_datadir}/vala
|
||||
%dir %{_datadir}/vala/vapi
|
||||
%{_datadir}/vala/vapi/gcalc-1.deps
|
||||
%{_datadir}/vala/vapi/gcalc-1.vapi
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue May 21 2019 Kalev Lember <klember@redhat.com> - 3.33.2-1
|
||||
- Update to 3.33.2
|
||||
- Add new -devel subpackage
|
||||
|
||||
* Tue Apr 16 2019 Adam Williamson <awilliam@redhat.com> - 3.32.1-2
|
||||
- Rebuild with Meson fix for #1699099
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (gnome-calculator-3.32.1.tar.xz) = c428287fd7eb9a0e5d85a3e7c50e686e1ddeb75ecf6e548afbf4a8e129d275a9b884909efbe92578fb7729de523808d3f5bdca771e4799327d876626accdc445
|
||||
SHA512 (gnome-calculator-3.33.2.tar.xz) = 1f3c786ac5bb7e07481ed7ad80115a5dc59d11bb4791cde733d438a70cd07e7c66c62b533b6965c9e2dbd901759cb4e20984521cfd8f1b3d39ba13826d04b3c3
|
||||
|
Loading…
Reference in New Issue
Block a user