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

Revision 2041, 5.1 KB checked in by Takemikaduchi, 14 years ago (diff)

update to GNOME-2.32.0

Line 
1#define svn 22184
2
3Name:           inkscape
4Summary:        A Vector Drawing Application
5Summary(ja):    ベクトル描画アプリケーション
6Version:        0.48.0
7Release:        2%{?_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* Wed Oct 06 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.48.0-2
95- rebuild with poppler-0.14.2
96- add BuildRequires: popt-devel, ImageMagick-c++-devel
97
98* Sun Oct  3 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.48-1
99- new upstream release
100- rebuilt with ImageMagick-6.6.4.8
101
102* Thu Apr 29 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.47-3
103- added Patch0 for building with poppler-0.12.2+
104- rebuilt with new toolchain and ImageMagick-6.6.1.5
105- removed BR: libgnomeprint-devel, libgnomeprintui-devel
106
107* Fri Nov 27 2009 Shu KONNO <owa@bg.wakwak.com> 0.47-2
108- rebuild with poppler-0.12.1
109
110* Mon Nov 23 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.47-1
111- new upstream release
112- add BR: libboost-devel
113
114* Thu Sep 03 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.47-0.1.pre2
115- update to 0.47pre2
116- drop obsolete patches
117- add BR: gsl-devel
118
119* Sat Dec 13 2008 Kazutaka HARADA <kazutaka@dc4.so-net.ne.jp> 0.46-4
120- rebuild with poppler-0.10.2
121
122* Sun Oct 05 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 0.46-3
123- add Patch[1-6]
124
125* Sat Aug 23 2008 Shu KONNO <owa@bg.wakwak.com> 0.46-2vl5
126- added inkscape-0.46-poppler-0.8.3.patch
127- spec in utf-8
128- added option %%{?_smp_mflags} at make
129
130* Sun Apr 20 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.46-1vl5
131- new upstream release
132
133* Fri May 11 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 0.45.1-0vl2
134- rebuild with new environment/toolchain
135
136* Mon Apr 30 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.45.1-0vl1
137- new upstream release
138
139* Sun Mar 11 2007 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 0.45-0vl2
140- add BuildRequires: lcms-devel >= 1.13, libxslt-devel >= 1.0.15
141- update required version of gtk2-devel
142
143* Sat Feb 10 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.45-0vl1
144- new upstream release
145
146* Sun Sep 24 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.44.1-0vl1
147- new upstream release
148
149* Wed Nov 23 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.43-0vl1
150- new upstream release
151
152* Tue Aug 23 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.42.2-0vl1
153- new upstream release
154
155* Mon Aug 22 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.42.1-0vl1
156- new upstream release
157
158* Thu Aug 18 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.42-0vl1
159- new upstream release
160
161* Tue Nov 16 2004 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.40-0vl1
162- new upstream release
163- add Japanese summary and description
164- fixed dependancy of libsigc++12 to libsigc++ >= 2.0
165
166* Tue Nov 16 2004 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.39-1vl2
167- fixed dependancy of libsigc++ to libsigc++12
168- fixed %files section
169
170* Wed Aug 25 2004 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.39-1vl1
171- rebuild for Vine Linux
172- s/Copyright/License/
173- added Requires and BuildRequires
174
175* Sat Jul 17 2004 Bryce W. Harrington <bryce@bryceharrington.com>
176- Removing _libdir and TODO, updating description
177
178* Thu May 01 2003 Christian Schaller <uraeus@gnome.org>
179- Fix up the spec file for current release
180
181* Mon Sep 23 2002 Dag Wieers <dag@wieers.com>
182- Update to 0.2.6
183
184* Thu Sep 12 2002 Dag Wieers <dag@wieers.com>
185- Update to 0.2.5
186- Changed SPEC to benefit from macros
Note: See TracBrowser for help on using the repository browser.