source: projects/specs/trunk/g/goffice08/goffice08-vl.spec @ 9559

Revision 9559, 5.0 KB checked in by Takemikaduchi, 9 years ago (diff)

cinnamon: new upstream release or rebuild
caja: fix typo
others: remove *.la files

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