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

Revision 8771, 6.9 KB checked in by Takemikaduchi, 10 years ago (diff)

poppler-0.26.2

Line 
1Name:           inkscape
2Summary:        A Vector Drawing Application
3Summary(ja):    ベクター描画アプリケーション
4Version:        0.48.5
5Release:        2%{?_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* Tue Jul 08 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.48.5-2
102- rebuild with poppler-0.26.2
103
104* Wed Jul 02 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.48.5-1
105- new upstream release
106- add BuildRequires: libwpg-devel
107- remove Patch0 (inkscape-0.48.4-freetype-2.5.x.patch)
108
109* Sat May 03 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.48.4-5
110- rebuild with poppler-0.24.5
111- add Patch0 (inkscape-0.48.4-freetype-2.5.x.patch)
112
113* Sun Nov 10 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.48.4-4
114- rebuild with ImageMagick-6.8.7.5
115
116* Sat Oct 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.48.4-3
117- rebuild with poppler-0.24.2
118
119* Wed Aug 14 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.48.4-2
120- rebuild with ImageMagick-6.8.6.8
121
122* Mon Jul 15 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.48.4-1
123- new upstream release
124- remove Patch0 (inkscape-0.48.2-poppler_020.patch)
125
126* Sun Sep 30 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.48.3.1-2
127- rebuild with poppler-0.20.4
128- add Patch0 (inkscape-0.48.2-poppler_020.patch) from fedora
129- change BuildRequires: lcms2-devel instead of lcms-devel
130
131* Thu Apr 19 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.48.3.1-1
132- new upstream release
133
134* Sat Mar 10 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.48.2-2
135- rebuild with ImageMagick-6.7.5.10
136
137* Sat Feb  4 2012 TANAKA hiroaki <mosaicist@par.odn.ne.jp> 0.48.2-1
138- new upstream release
139
140* Sat May 28 2011 TANAKA hiroaki <mosaicist@par.odn.ne.jp>
141- add Requires: python-lxml,perl-XML-RegExp,perl-XML-DOM
142
143* Sat Mar 12 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.48.1-1
144- new upstream release
145- built with poppler-0.16.3
146
147* Wed Oct 06 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.48.0-2
148- rebuild with poppler-0.14.2
149- add BuildRequires: popt-devel, ImageMagick-c++-devel
150
151* Sun Oct  3 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.48-1
152- new upstream release
153- rebuilt with ImageMagick-6.6.4.8
154
155* Thu Apr 29 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.47-3
156- added Patch0 for building with poppler-0.12.2+
157- rebuilt with new toolchain and ImageMagick-6.6.1.5
158- removed BR: libgnomeprint-devel, libgnomeprintui-devel
159
160* Fri Nov 27 2009 Shu KONNO <owa@bg.wakwak.com> 0.47-2
161- rebuild with poppler-0.12.1
162
163* Mon Nov 23 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.47-1
164- new upstream release
165- add BR: libboost-devel
166
167* Thu Sep 03 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.47-0.1.pre2
168- update to 0.47pre2
169- drop obsolete patches
170- add BR: gsl-devel
171
172* Sat Dec 13 2008 Kazutaka HARADA <kazutaka@dc4.so-net.ne.jp> 0.46-4
173- rebuild with poppler-0.10.2
174
175* Sun Oct 05 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 0.46-3
176- add Patch[1-6]
177
178* Sat Aug 23 2008 Shu KONNO <owa@bg.wakwak.com> 0.46-2vl5
179- added inkscape-0.46-poppler-0.8.3.patch
180- spec in utf-8
181- added option %%{?_smp_mflags} at make
182
183* Sun Apr 20 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.46-1vl5
184- new upstream release
185
186* Fri May 11 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 0.45.1-0vl2
187- rebuild with new environment/toolchain
188
189* Mon Apr 30 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.45.1-0vl1
190- new upstream release
191
192* Sun Mar 11 2007 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 0.45-0vl2
193- add BuildRequires: lcms-devel >= 1.13, libxslt-devel >= 1.0.15
194- update required version of gtk2-devel
195
196* Sat Feb 10 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.45-0vl1
197- new upstream release
198
199* Sun Sep 24 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.44.1-0vl1
200- new upstream release
201
202* Wed Nov 23 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.43-0vl1
203- new upstream release
204
205* Tue Aug 23 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.42.2-0vl1
206- new upstream release
207
208* Mon Aug 22 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.42.1-0vl1
209- new upstream release
210
211* Thu Aug 18 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.42-0vl1
212- new upstream release
213
214* Tue Nov 16 2004 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.40-0vl1
215- new upstream release
216- add Japanese summary and description
217- fixed dependancy of libsigc++12 to libsigc++ >= 2.0
218
219* Tue Nov 16 2004 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.39-1vl2
220- fixed dependancy of libsigc++ to libsigc++12
221- fixed %files section
222
223* Wed Aug 25 2004 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.39-1vl1
224- rebuild for Vine Linux
225- s/Copyright/License/
226- added Requires and BuildRequires
227
228* Sat Jul 17 2004 Bryce W. Harrington <bryce@bryceharrington.com>
229- Removing _libdir and TODO, updating description
230
231* Thu May 01 2003 Christian Schaller <uraeus@gnome.org>
232- Fix up the spec file for current release
233
234* Mon Sep 23 2002 Dag Wieers <dag@wieers.com>
235- Update to 0.2.6
236
237* Thu Sep 12 2002 Dag Wieers <dag@wieers.com>
238- Update to 0.2.5
239- Changed SPEC to benefit from macros
Note: See TracBrowser for help on using the repository browser.