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

Revision 5879, 5.6 KB checked in by Takemikaduchi, 12 years ago (diff)

ImageMagick?-6.7.5.10

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