source: projects/specs/trunk/g/goffice022/goffice022-vl.spec @ 521

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

import VineSeed package specs

Line 
1Summary: Set of document centric objects and utilities for glib/gtk
2Name: goffice022
3Version: 0.2.2
4Release: 0vl2
5Source0: http://ftp.gnome.org/pub/GNOME/sources/goffice/0.2/goffice-%{version}.tar.bz2
6Source1: goffice-0.2.1-ja.po
7
8License: GPL
9Group: System Environment/Libraries
10URL: http://www.gnome.org
11BuildRoot: %{_tmppath}/%{name}-%{version}-root
12Provides:  goffice = %{version}-%{release}
13Obsoletes: goffice < %{version}-%{release}
14BuildRequires: gtk2-devel >= 2.6.0
15BuildRequires: glib2-devel >= 2.6.0
16BuildRequires: libgnomeprint-devel >= 2.8.2
17BuildRequires: libgsf-devel >= 1.13.1
18BuildRequires: libglade2-devel
19BuildRequires: libxml2-devel
20BuildRequires: libart_lgpl-devel
21BuildRequires: perl-XML-Parser
22
23%description
24There are common operations for document centric applications that are
25conceptually simple, but complex to implement fully.
26    - plugins
27    - load/save documents
28    - undo/redo
29
30%package devel
31Summary: Development files of the Goffice library.
32Group: Development/Libraries
33Provides:  goffice-devel = %{version}-%{release}
34Obsoletes: goffice-devel < %{version}-%{release}
35Requires: %{name} = %{version}
36Requires: gtk2-devel >= 2.6.0
37Requires: glib2-devel >= 2.6.0
38Requires: libgnomeprint-devel >= 2.8.2
39Requires: libgsf-devel >= 1.13.1
40Requires: libglade2-devel
41Requires: libxml2-devel
42Requires: libart_lgpl-devel
43
44%description devel
45Development files of the Goffice library.
46
47%prep
48%setup -q -n goffice-%{version}
49
50cp -p %{SOURCE1} po/ja.po
51
52%build
53%configure --with-gnome
54make
55
56%install
57rm -rf $RPM_BUILD_ROOT
58%makeinstall
59%find_lang goffice
60
61%clean
62rm -rf $RPM_BUILD_ROOT
63
64%post -p /sbin/ldconfig
65
66%postun -p /sbin/ldconfig
67
68%files -f goffice.lang
69%defattr(-,root,root)
70%doc README NEWS AUTHORS BUGS ChangeLog MAINTAINERS
71%{_libdir}/lib*.so.*
72%{_libdir}/goffice/%{version}
73%{_datadir}/goffice/%{version}
74%{_datadir}/pixmaps/goffice
75
76%files devel
77%defattr(-,root,root)
78%{_includedir}/*
79%{_libdir}/lib*.so
80%{_libdir}/lib*a
81%{_libdir}/pkgconfig/*.pc
82
83%changelog
84* Sat Dec 29 2007 NAKAMURA Kenta <kenta@vinelinux.org> 0.2.2-0vl2
85- renamed package name from goffice to goffice022
86
87* Sun Dec 02 2007 NAKAMURA Kenta <kenta@vinelinux.org> 0.2.2-0vl1
88- new upstream release
89
90* Sat Jun 17 2006 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 0.2.1-0vl2
91- rebuild
92
93* Thu May  4 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.2.1-0vl1
94- new upstream release
95- updated ja.po (%SOURCE1)
96
97* Sun Mar 12 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.2.0-0vl1
98- new upstream release
99- rebuilt with libgsf-1.14.0
100- updated ja.po (%SOURCE1)
101
102* Fri Nov 18 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.1.2-0vl2
103- updated ja.po %{SOURCE1}
104
105* Thu Nov 17 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.1.2-0vl1
106- rebuild for Vine Linux
107- updated ja.po %{SOURCE1}
108
109* Thu Sep 08 2005 Gotz Waschk <waschk@mandriva.org> 0.0.4-1mdk
110- New release 0.0.4
111
112* Fri Sep  2 2005 Gotz Waschk <waschk@mandriva.org> 0.0.3-2mdk
113- rebuild to remove glitz dep
114
115* Tue Aug 16 2005 Gotz Waschk <waschk@mandriva.org> 0.0.3-1mdk
116- bump deps
117- New release 0.0.3
118
119* Mon Aug 01 2005 Marcel Pol <mpol@mandriva.org> 0.0.2-1mdk
120- 0.0.2
121
122* Wed May 18 2005 Gotz Waschk <waschk@mandriva.org> 0.0.1-2mdk
123- fix buildrequires
124
125* Tue May 10 2005 Gotz Waschk <waschk@mandriva.org> 0.0.1-1mdk
126- initial package
Note: See TracBrowser for help on using the repository browser.