0.92 pre1

This commit is contained in:
Jon Ciesla 2016-06-14 14:44:25 -05:00
parent dfce98ff00
commit 6f2f6c94bf
3 changed files with 10 additions and 5 deletions

1
.gitignore vendored
View File

@ -7,3 +7,4 @@ inkscape.tar.bz2
/inkscape-0.48.5.tar.bz2
/inkscape-0.91.tar.bz2
/inkscape-0.92pre0.tar.bz2
/inkscape-0.92pre1.tar.bz2

View File

@ -1,13 +1,13 @@
Name: inkscape
Version: 0.92
Release: 0%{?dist}pre0
Release: 0%{?dist}pre1
Summary: Vector-based drawing program using SVG
Group: Applications/Productivity
License: GPLv2+
URL: http://inkscape.sourceforge.net/
#Source0: http://downloads.sourceforge.net/inkscape/%{name}-%{version}.tar.bz2
Source0: https://inkscape.org/en/gallery/item/9591/inkscape-0.92pre0.tar.bz2
Source0: https://inkscape.org/en/gallery/item/9633/inkscape-0.92pre1.tar.bz2
# AppData file. Upstream has merged a patch adding an appdata file
# after into the 0.92 release branch.
Source1: %{name}.appdata.xml
@ -91,7 +91,6 @@ format.
%package docs
Summary: Documentation for Inkscape
Group: Documentation
Requires: inkscape
%description docs
Tutorial and examples for Inkscape, a graphics editor for vector
@ -99,7 +98,7 @@ graphics in W3C standard Scalable Vector Graphics (SVG) file format.
%prep
%setup -qn inkscape-0.92pre0
%setup -qn inkscape-0.92pre1
#%%patch0 -p1 -b .types
%patch1 -p1 -b .desktop
#%%patch2 -p0 -b .wft
@ -207,11 +206,16 @@ fi
%files docs
%license COPYING
%dir %{_datadir}/inkscape
%{_datadir}/inkscape/examples
%changelog
* Tue Jun 14 2016 Jon Ciesla <limburgher@gmail.com> - 0.92-0.pre1
- 0.92pre1.
- Drop docs requirement on main package, BZ 1247239.
* Tue May 17 2016 Jon Ciesla <limburgher@gmail.com> - 0.92-0.pre0
- 0.92pre0, BZ 1336412.

View File

@ -1 +1 @@
671b8a9a2a5f0aed4b492bc3cd5ce8db inkscape-0.92pre0.tar.bz2
9b4746149ea8fb8d7272f417890279b3 inkscape-0.92pre1.tar.bz2