delete -Sgit from %autosetup, and delete BuildRequires git-core
This commit is contained in:
parent
82fe7fd3e7
commit
57579ab739
@ -1,6 +1,6 @@
|
|||||||
Name: librsvg2
|
Name: librsvg2
|
||||||
Version: 2.50.5
|
Version: 2.50.5
|
||||||
Release: 1
|
Release: 2
|
||||||
Summary: An SVG library based on cairo
|
Summary: An SVG library based on cairo
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
URL: https://wiki.gnome.org/Projects/LibRsvg
|
URL: https://wiki.gnome.org/Projects/LibRsvg
|
||||||
@ -8,7 +8,7 @@ Source0: https://download.gnome.org/sources/librsvg/2.50/librsvg-%{versio
|
|||||||
|
|
||||||
BuildRequires: chrpath gcc gobject-introspection-devel cairo-devel libxml2-devel
|
BuildRequires: chrpath gcc gobject-introspection-devel cairo-devel libxml2-devel
|
||||||
BuildRequires: fontconfig-devel gdk-pixbuf2-devel glib2-devel pkgconfig(cairo-gobject) >= 1.16.0
|
BuildRequires: fontconfig-devel gdk-pixbuf2-devel glib2-devel pkgconfig(cairo-gobject) >= 1.16.0
|
||||||
BuildRequires: pango-devel vala cargo rust git-core
|
BuildRequires: pango-devel vala cargo rust
|
||||||
|
|
||||||
Requires: gdk-pixbuf2 cairo >= 1.16.0
|
Requires: gdk-pixbuf2 cairo >= 1.16.0
|
||||||
|
|
||||||
@ -33,7 +33,7 @@ This package provides extra utilities based on the librsvg library.
|
|||||||
%package_help
|
%package_help
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n librsvg-%{version} -p1 -Sgit
|
%autosetup -n librsvg-%{version} -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
export CFLAGS=$(echo %{?optflags} | sed 's/ -g / /g')
|
export CFLAGS=$(echo %{?optflags} | sed 's/ -g / /g')
|
||||||
@ -78,6 +78,9 @@ rm -vrf %{buildroot}%{_datadir}/doc
|
|||||||
%{_mandir}/man1/*.1*
|
%{_mandir}/man1/*.1*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jul 30 2021 chenyanpanHW <chenyanpan@huawei.com> - 2.50.5-2
|
||||||
|
- DESC: delete -Sgit from %autosetup, and delete BuildRequires git-core
|
||||||
|
|
||||||
* Wed May 19 2021 weijin deng <weijin.deng@turbolinux.com.cn> - 2.50.5-1
|
* Wed May 19 2021 weijin deng <weijin.deng@turbolinux.com.cn> - 2.50.5-1
|
||||||
- Upgrade to 2.50.5
|
- Upgrade to 2.50.5
|
||||||
- Update Version, Release
|
- Update Version, Release
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user