delete -Sgit from %autosetup, and delete BuildRequires git-core
This commit is contained in:
parent
82fe7fd3e7
commit
57579ab739
@ -1,6 +1,6 @@
|
||||
Name: librsvg2
|
||||
Version: 2.50.5
|
||||
Release: 1
|
||||
Release: 2
|
||||
Summary: An SVG library based on cairo
|
||||
License: LGPLv2+
|
||||
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: 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
|
||||
|
||||
@ -33,7 +33,7 @@ This package provides extra utilities based on the librsvg library.
|
||||
%package_help
|
||||
|
||||
%prep
|
||||
%autosetup -n librsvg-%{version} -p1 -Sgit
|
||||
%autosetup -n librsvg-%{version} -p1
|
||||
|
||||
%build
|
||||
export CFLAGS=$(echo %{?optflags} | sed 's/ -g / /g')
|
||||
@ -78,6 +78,9 @@ rm -vrf %{buildroot}%{_datadir}/doc
|
||||
%{_mandir}/man1/*.1*
|
||||
|
||||
%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
|
||||
- Upgrade to 2.50.5
|
||||
- Update Version, Release
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user