source: projects/specs/branches/6/s/sodipodi/sodipodi-vl.spec @ 3769

Revision 3769, 3.1 KB checked in by owa, 13 years ago (diff)

rebuilt:djview,python-django,python-kconv,python-pykf,python-tornado,sodipodi,tokyocabinet

Line 
1Summary: A Vector Drawing Application
2Summary(ja): ベクタ型ドローイングプログラム
3Name: sodipodi
4Version: 0.34
5Release: 3%{?_dist_release}
6Group: Applications/Graphics
7License: GPL
8URL: http://sourceforge.net/projects/sodipodi/
9Source: http://prdownloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
10Patch0: sodipodi-0.34-amd64.patch
11BuildRoot: %{_tmppath}/%{name}-%{version}-root
12BuildPreReq: freetype2-devel
13BuildPreReq: gtk2-devel libart_lgpl-devel libxml2-devel
14BuildPreReq: libgnomeprint-devel libgnomeprintui-devel
15BuildRequires: xorg-x11-devel desktop-file-utils
16Requires: freetype2
17Requires: gtk2 libart_lgpl libxml2
18Requires: libgnomeprint libgnomeprintui
19Distribution: Project Vine
20Vendor: Vine Linux
21Packager: owa
22
23
24%description
25Sodipodi is a SVG based generic vector-drawing program.
26
27%description -l ja
28Sodipodi は SVG ベースのベクタ型ドローイングプログラムです。
29
30%prep
31%setup -q
32%patch0 -p1 -b .amd64
33
34%build
35%configure --with-gnome-print --disable-mmx
36make %{?_smp_mflags}
37
38%install
39[ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT
40%makeinstall
41rm -f $RPM_BUILD_ROOT%{_libdir}/%{name}/modules/libxmleditor.la
42
43%find_lang %{name}
44
45%clean
46[ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT
47
48%post
49%{_bindir}/update-desktop-database %{_datadir}/applications > /dev/null 2>&1 || :
50
51%postun
52%{_bindir}/update-desktop-database %{_datadir}/applications > /dev/null 2>&1 || :
53
54%files -f %{name}.lang
55%defattr(-, root, root)
56%doc AUTHORS COPYING ChangeLog HACKING NEWS README TODO samples/
57%{_bindir}/sodipodi
58%{_libdir}/sodipodi/*
59%{_datadir}/sodipodi/*
60%{_datadir}/pixmaps/sodipodi.png
61%{_datadir}/applications/*
62%{_mandir}/man1/sodipodi.1*
63
64%changelog
65* Mon May 02 2011 Shu KONNO <owa@bg.wakwak.com> 0.34-3
66- rebuilt
67
68* Sat Jul 26 2008 Shu KONNO <owa@bg.wakwak.com> 0.34-2vl5
69- added sodipodi-0.34-amd64.patch by shredzone
70
71* Wed Jun 25 2008 Shu KONNO <owa@bg.wakwak.com> 0.34-1vl5
72- applied new versioning policy and spec in utf-8
73- added BuildRequires: xorg-x11-devel desktop-file-utils
74- added japanese summary and description
75- changed url
76
77* Sun Jun 22 2003 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.34-0vl1
78- new upstream release
79- dropped unneeded patch
80- updated Summary and Description
81
82* Sun Jun 22 2003 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.32-0vl1
83- rebuild with new toolchains and Gnome2
84- changed Requires and BuildPreReq
85
86* Thu Oct 24 2002 IWAI Masaharu <iwai@alib.jp> 0.27-0vl1
87- add gnome-print, libgnomeprint15 and libgal19 in Requires
88- add ORBit-devel, libglade-devel and libpng in BuildPreReq
89- add gtk+-devel >= 1.2.0 in BuildPreReq
90- eliminate bonobo-devel in BuildPreReq
91- drop sodipodi-cvs.patch(Patch0) and sodipodi-0.24.1-build.patch(Patch1)
92 
93* Tue Jan 15 2002 Akira TAGOH <tagoh@gnome.gr.jp> 0.24.1-0vl2
94- Build against with new gal.
95
96* Tue Dec 25 2001 Akira TAGOH <tagoh@gnome.gr.jp> 0.24.1
97- New upstream release.
98- Use the appropriate rpmmacros.
99
100* Wed Jul 11 2001 Jun Nishii <jun@vinelinux.org>
101- 0.23-0vl1
102- minor fix of spec file
103
104* Mon Mar 27 2000 Lauris Kaplinski <lauris@ariman.ee>
105- First RPM version
Note: See TracBrowser for help on using the repository browser.