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

Revision 2998, 5.2 KB checked in by inagaki, 13 years ago (diff)

update: calibre, evince, epdfview, gimp, gambas{2,3}, gnome-commander, inkscape, poppler, pypopper, rcairo, ruby-gnome2, tracker

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