source: projects/specs/trunk/g/goffice/goffice-vl.spec @ 1897

Revision 1897, 4.4 KB checked in by Takemikaduchi, 14 years ago (diff)

rebuild with rpm-4.8.1

Line 
1Summary: Set of document centric objects and utilities for glib/gtk
2Name: goffice
3Version: 0.8.10
4Release: 2%{?_dist_release}
5Source0: http://ftp.gnome.org/pub/GNOME/sources/goffice/0.6/%{name}-%{version}.tar.bz2
6Patch0: goffice-0.6.6-pcre_path.patch
7
8License: GPL
9Group: System Environment/Libraries
10URL: http://www.gnome.org
11BuildRoot: %{_tmppath}/%{name}-%{version}-root
12BuildRequires: gtk2-devel >= 2.6.3
13BuildRequires: glib2-devel >= 2.8.0
14BuildRequires: libgnomeprint-devel >= 2.8.2
15BuildRequires: libgsf-devel >= 1.13.1
16BuildRequires: libglade2-devel
17BuildRequires: libxml2-devel
18BuildRequires: libart_lgpl-devel
19BuildRequires: perl-XML-Parser
20BuildRequires: pcre-devel
21
22%description
23There are common operations for document centric applications that are
24conceptually simple, but complex to implement fully.
25    - plugins
26    - load/save documents
27    - undo/redo
28
29%package devel
30Summary: Development files of the Goffice library.
31Group: Development/Libraries
32Requires: %{name} = %{version}
33Requires: gtk2-devel >= 2.6.30
34Requires: glib2-devel >= 2.8.0
35Requires: libgnomeprint-devel >= 2.8.2
36Requires: libgsf-devel >= 1.13.1
37Requires: libglade2-devel
38Requires: libxml2-devel
39Requires: libart_lgpl-devel
40
41%description devel
42Development files of the Goffice library.
43
44%prep
45%setup -q
46## %patch0 -p1 -b .pcre
47
48%build
49%configure --with-gnome --with-cairo
50make
51
52%install
53rm -rf $RPM_BUILD_ROOT
54%makeinstall
55
56rm -rf $RPM_BUILD_ROOT%{_libdir}/lib*.la
57
58%find_lang %{name}-%{version}
59
60%clean
61rm -rf $RPM_BUILD_ROOT
62
63%post -p /sbin/ldconfig
64
65%postun -p /sbin/ldconfig
66
67%files -f %{name}-%{version}.lang
68%defattr(-,root,root)
69%doc README NEWS AUTHORS BUGS ChangeLog MAINTAINERS
70%{_libdir}/lib*.so.*
71%{_libdir}/goffice/%{version}
72%{_datadir}/goffice/%{version}
73%{_datadir}/pixmaps/goffice
74
75%files devel
76%defattr(-,root,root)
77%{_includedir}/*
78%{_libdir}/lib*.so
79#{_libdir}/lib*.a
80%{_libdir}/pkgconfig/*.pc
81%{_datadir}/gtk-doc/html/goffice-0.8
82
83%changelog
84* Sat Sep 25 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.8.10-2
85- rebuild with rpm-4.8.1 for pkg-config file
86
87* Sun Sep 12 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.8.10-1
88- new upstream release
89
90* Mon Aug 23 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.8.9-1
91- new upstream release
92
93* Sun Aug 15 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.8.8-1
94- new upstream release
95- drop Patch0
96
97* Mon Jul 19 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.8.7-1
98- new upstream release
99
100* Wed Jun 23 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.8.6-1
101- new upstream release
102
103* Thu Apr 29 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.8.2-1
104- new upstream release
105
106* Sun Mar 14 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.8.1-1
107- new upstream release
108
109* Sun Feb 28 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.8.0-1
110- new upstream release
111
112* Sun Jul 26 2009 NAKAMURA Kenta <kenta@vinelinux.org> 0.6.6-1
113- new upstream release
114
115* Sun Nov 23 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.6.5-1
116- new upstream release
117
118* Mon May 12 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.6.4-1
119- new upstream release
120
121* Thu Apr 10 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.6.2-1vl5
122- new upstream release
123- removed lib*.la from devel package
124
125* Sat Mar  8 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.6.2-0vl1
126- new upstream release
127- rebuilt with libgsf-1.14.8
128
129* Sat Dec 29 2007 NAKAMURA Kenta <kenta@vinelinux.org> 0.4.3-0vl1
130- new upstream release
131
132* Sun Dec 02 2007 NAKAMURA Kenta <kenta@vinelinux.org> 0.2.2-0vl1
133- new upstream release
134
135* Sat Jun 17 2006 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 0.2.1-0vl2
136- rebuild
137
138* Thu May  4 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.2.1-0vl1
139- new upstream release
140- updated ja.po (%SOURCE1)
141
142* Sun Mar 12 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.2.0-0vl1
143- new upstream release
144- rebuilt with libgsf-1.14.0
145- updated ja.po (%SOURCE1)
146
147* Fri Nov 18 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.1.2-0vl2
148- updated ja.po %{SOURCE1}
149
150* Thu Nov 17 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.1.2-0vl1
151- rebuild for Vine Linux
152- updated ja.po %{SOURCE1}
153
154* Thu Sep 08 2005 Gotz Waschk <waschk@mandriva.org> 0.0.4-1mdk
155- New release 0.0.4
156
157* Fri Sep  2 2005 Gotz Waschk <waschk@mandriva.org> 0.0.3-2mdk
158- rebuild to remove glitz dep
159
160* Tue Aug 16 2005 Gotz Waschk <waschk@mandriva.org> 0.0.3-1mdk
161- bump deps
162- New release 0.0.3
163
164* Mon Aug 01 2005 Marcel Pol <mpol@mandriva.org> 0.0.2-1mdk
165- 0.0.2
166
167* Wed May 18 2005 Gotz Waschk <waschk@mandriva.org> 0.0.1-2mdk
168- fix buildrequires
169
170* Tue May 10 2005 Gotz Waschk <waschk@mandriva.org> 0.0.1-1mdk
171- initial package
Note: See TracBrowser for help on using the repository browser.