source: projects/specs/trunk/s/sodipodi/sodipodi-vl.spec @ 521

Revision 521, 3.0 KB checked in by daisuke, 14 years ago (diff)

import VineSeed package specs

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