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

Revision 7938, 6.4 KB checked in by Takemikaduchi, 11 years ago (diff)

GNOME-3.10.1

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