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

Revision 9686, 3.4 KB checked in by Takemikaduchi, 9 years ago (diff)

gnome-phone-manager: update
others: rebuild

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