source: projects/specs/trunk/i/inkscape/inkscape-vl.spec @ 8721

Revision 8721, 6.8 KB checked in by Takemikaduchi, 10 years ago (diff)

cinnamon-2.2.14, python-2.7.7, ImageMagick?-6.8.9.5

Line 
1Name:           inkscape
2Summary:        A Vector Drawing Application
3Summary(ja):    ベクター描画アプリケーション
4Version:        0.48.5
5Release:        1%{?_dist_release}
6
7Group:          Applications/Graphics
8License:        GPLv2
9URL:            http://www.inkscape.org/
10
11Source:         http://downloads.sourceforge.net/inkscape/%{name}-%{version}.tar.bz2
12
13BuildRoot:      %{_tmppath}/%{name}-%{version}-root
14BuildRequires: gtk2-devel >= 2.8.0
15BuildRequires: gnome-vfs2-devel >= 2.0.0
16BuildRequires: libxml2-devel >= 2.6.11
17BuildRequires: libxslt-devel >= 1.0.15
18BuildRequires: gc-devel >= 6.4
19BuildRequires: libsigc++-devel >= 2.0.12
20BuildRequires: gtkmm2-devel >= 2.4.0
21BuildRequires: libpng-devel >= 1.2.0
22BuildRequires: libwpg-devel
23BuildRequires: perl-XML-Parser
24BuildRequires: lcms2-devel
25BuildRequires: poppler-devel >= 0.14.2
26BuildRequires: pango-devel, cairo-devel
27BuildRequires: gsl-devel
28BuildRequires: libboost-devel
29BuildRequires: popt-devel
30BuildRequires: ImageMagick-c++-devel
31Requires:      python-lxml
32Requires:      perl-XML-RegExp
33Requires:      perl-XML-DOM
34Requires:      perl-XML-XQL
35
36Vendor: Project Vine
37Distribution: Vine Linux
38
39%description
40Inkscape is a SVG based generic vector-drawing program for
41Linux/Unix/Windows/Mac.
42
43%description -l ja
44Inkscape は SVG ベースの汎用ベクトル描画プログラムです。
45Linux/Unix/Windows/Mac で動作します。
46
47%prep
48%setup -q -n %{name}-%{version}
49sed -i "s|,;|;|g" src/widgets/desktop-widget.h
50
51%build
52%configure \
53    --with-python \
54    --with-gnome-vfs \
55    --with-inkjar \
56    --enable-lcms \
57    --enable-poppler-cairo
58
59make %{?_smp_mflags}
60
61%install
62rm -rf %{buildroot}
63
64make install DESTDIR=$RPM_BUILD_ROOT
65
66rm -f $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/icon-theme.cache
67
68%find_lang %{name}
69
70%clean
71rm -rf %{buildroot}
72
73%post
74/sbin/ldconfig
75touch --no-create %{_datadir}/icons/hicolor &> /dev/null || :
76
77%postun
78if [ $1 -eq 0 ] ; then
79    update-desktop-database -q &> /dev/null
80    touch --no-create %{_iconsdir}/icons/hicolor &> /dev/null
81    gtk-update-icon-cache %{_iconsdir}/icons/hicolor &> /dev/null || :
82fi
83
84%posttrans
85update-desktop-database -q &> /dev/null
86gtk-update-icon-cache %{_iconsdir}/icons/hicolor &> /dev/null || :
87
88
89%files -f %{name}.lang
90%defattr(-, root, root)
91%doc AUTHORS COPYING ChangeLog NEWS README
92%{_bindir}/inkscape
93%{_bindir}/inkview
94%{_datadir}/applications/*.desktop
95%{_datadir}/icons/hicolor/*
96%{_datadir}/inkscape
97%{_mandir}/man1/*
98%{_mandir}/*/man1/*
99
100%changelog
101* Wed Jul 02 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.48.5-1
102- new upstream release
103- add BuildRequires: libwpg-devel
104- remove Patch0 (inkscape-0.48.4-freetype-2.5.x.patch)
105
106* Sat May 03 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.48.4-5
107- rebuild with poppler-0.24.5
108- add Patch0 (inkscape-0.48.4-freetype-2.5.x.patch)
109
110* Sun Nov 10 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.48.4-4
111- rebuild with ImageMagick-6.8.7.5
112
113* Sat Oct 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.48.4-3
114- rebuild with poppler-0.24.2
115
116* Wed Aug 14 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.48.4-2
117- rebuild with ImageMagick-6.8.6.8
118
119* Mon Jul 15 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.48.4-1
120- new upstream release
121- remove Patch0 (inkscape-0.48.2-poppler_020.patch)
122
123* Sun Sep 30 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.48.3.1-2
124- rebuild with poppler-0.20.4
125- add Patch0 (inkscape-0.48.2-poppler_020.patch) from fedora
126- change BuildRequires: lcms2-devel instead of lcms-devel
127
128* Thu Apr 19 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.48.3.1-1
129- new upstream release
130
131* Sat Mar 10 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.48.2-2
132- rebuild with ImageMagick-6.7.5.10
133
134* Sat Feb  4 2012 TANAKA hiroaki <mosaicist@par.odn.ne.jp> 0.48.2-1
135- new upstream release
136
137* Sat May 28 2011 TANAKA hiroaki <mosaicist@par.odn.ne.jp>
138- add Requires: python-lxml,perl-XML-RegExp,perl-XML-DOM
139
140* Sat Mar 12 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.48.1-1
141- new upstream release
142- built with poppler-0.16.3
143
144* Wed Oct 06 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.48.0-2
145- rebuild with poppler-0.14.2
146- add BuildRequires: popt-devel, ImageMagick-c++-devel
147
148* Sun Oct  3 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.48-1
149- new upstream release
150- rebuilt with ImageMagick-6.6.4.8
151
152* Thu Apr 29 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.47-3
153- added Patch0 for building with poppler-0.12.2+
154- rebuilt with new toolchain and ImageMagick-6.6.1.5
155- removed BR: libgnomeprint-devel, libgnomeprintui-devel
156
157* Fri Nov 27 2009 Shu KONNO <owa@bg.wakwak.com> 0.47-2
158- rebuild with poppler-0.12.1
159
160* Mon Nov 23 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.47-1
161- new upstream release
162- add BR: libboost-devel
163
164* Thu Sep 03 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.47-0.1.pre2
165- update to 0.47pre2
166- drop obsolete patches
167- add BR: gsl-devel
168
169* Sat Dec 13 2008 Kazutaka HARADA <kazutaka@dc4.so-net.ne.jp> 0.46-4
170- rebuild with poppler-0.10.2
171
172* Sun Oct 05 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 0.46-3
173- add Patch[1-6]
174
175* Sat Aug 23 2008 Shu KONNO <owa@bg.wakwak.com> 0.46-2vl5
176- added inkscape-0.46-poppler-0.8.3.patch
177- spec in utf-8
178- added option %%{?_smp_mflags} at make
179
180* Sun Apr 20 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.46-1vl5
181- new upstream release
182
183* Fri May 11 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 0.45.1-0vl2
184- rebuild with new environment/toolchain
185
186* Mon Apr 30 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.45.1-0vl1
187- new upstream release
188
189* Sun Mar 11 2007 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 0.45-0vl2
190- add BuildRequires: lcms-devel >= 1.13, libxslt-devel >= 1.0.15
191- update required version of gtk2-devel
192
193* Sat Feb 10 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.45-0vl1
194- new upstream release
195
196* Sun Sep 24 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.44.1-0vl1
197- new upstream release
198
199* Wed Nov 23 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.43-0vl1
200- new upstream release
201
202* Tue Aug 23 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.42.2-0vl1
203- new upstream release
204
205* Mon Aug 22 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.42.1-0vl1
206- new upstream release
207
208* Thu Aug 18 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.42-0vl1
209- new upstream release
210
211* Tue Nov 16 2004 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.40-0vl1
212- new upstream release
213- add Japanese summary and description
214- fixed dependancy of libsigc++12 to libsigc++ >= 2.0
215
216* Tue Nov 16 2004 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.39-1vl2
217- fixed dependancy of libsigc++ to libsigc++12
218- fixed %files section
219
220* Wed Aug 25 2004 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.39-1vl1
221- rebuild for Vine Linux
222- s/Copyright/License/
223- added Requires and BuildRequires
224
225* Sat Jul 17 2004 Bryce W. Harrington <bryce@bryceharrington.com>
226- Removing _libdir and TODO, updating description
227
228* Thu May 01 2003 Christian Schaller <uraeus@gnome.org>
229- Fix up the spec file for current release
230
231* Mon Sep 23 2002 Dag Wieers <dag@wieers.com>
232- Update to 0.2.6
233
234* Thu Sep 12 2002 Dag Wieers <dag@wieers.com>
235- Update to 0.2.5
236- Changed SPEC to benefit from macros
Note: See TracBrowser for help on using the repository browser.