source: projects/specs/trunk/lib/libg/libgnomeprintui/libgnomeprintui-vl.spec @ 521

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

import VineSeed package specs

Line 
1%define gtk2_version 2.14.0
2%define libgnomeprint_version 2.18.0
3%define libgnomecanvas_version 2.20.0
4%define gnomeicontheme_version 2.24.0
5
6Summary: GUI support for libgnomeprint
7Summary(ja): libgnomeprint の GUI サポート
8Name: libgnomeprintui
9Version: 2.18.4
10Release: 1%{?_dist_release}
11URL: ftp://ftp.gnome.org
12Source0: %{name}-%{version}.tar.bz2
13#Source10: %{name}-ja.po
14License: LGPL
15Group: System Environment/Libraries
16
17BuildRoot: %{_tmppath}/%{name}-root
18BuildRequires:  gtk2-devel >= %{gtk2_version}
19BuildRequires:  libgnomeprint-devel >= %{libgnomeprint_version}
20BuildRequires:  libgnomecanvas-devel >= %{libgnomecanvas_version}
21BuildRequires:  gnome-icon-theme >= %{gnomeicontheme_version}
22
23%description
24
25The libgnomeprintui package contains GTK+ widgets related to printing.
26
27%package devel
28Summary: Libraries and headers for libgnomeprintui
29Summary(ja): libgnomeprintui の開発用ライブラリとヘッダファイル
30Group: Development/Libraries
31Requires:  %{name} = %{version}
32
33Requires:  gtk2-devel >= %{gtk2_version}
34Requires:  libgnomeprint-devel >= %{libgnomeprint_version}
35Requires:  libgnomecanvas-devel >= %{libgnomecanvas_version}
36
37%description devel
38
39The libgnomeprintui package contains GTK+ widgets related to printing.
40
41You should install the libgnomeprintui-devel package if you would like
42to compile applications that use the widgets in libgnomeprintui. You
43do not need to install it if you just want to use precompiled
44applications.
45
46%prep
47%setup -q
48
49#cp %{SOURCE10} po/ja.po
50
51%build
52%configure
53make
54
55%install
56rm -rf $RPM_BUILD_ROOT
57%makeinstall
58
59%find_lang %{name}-2.2
60
61# remove unpackaged files
62rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
63
64%post -p /sbin/ldconfig
65
66%postun -p /sbin/ldconfig
67
68%clean
69rm -rf $RPM_BUILD_ROOT
70
71%files -f %{name}-2.2.lang
72%defattr(-,root,root)
73%doc AUTHORS COPYING ChangeLog NEWS README
74%{_libdir}/lib*.so.*
75%{_datadir}/%{name}/%{version}/*
76
77%files devel
78%defattr(-,root,root)
79%{_libdir}/lib*.a
80%{_libdir}/lib*.so
81%{_libdir}/pkgconfig/*.pc
82%{_includedir}/*
83%{_datadir}/gtk-doc/html/*
84
85%changelog
86* Wed Mar 11 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.18.4-1
87- new upstream release
88
89* Sat Sep 27 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.18.3-1
90- new upstream release
91- build with gtk+-2.14
92
93* Tue Mar 25 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.18.2-1vl5
94- new upstream release
95
96* Wed Dec 12 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.18.1-0vl1
97- new upstream release
98
99* Fri May 11 2007 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 2.18.0-0vl2
100- add BuildRequires:  gnome-icon-theme
101
102* Fri Apr 27 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.18.0-0vl1
103- new upstream release
104
105* Sat Apr 22 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.12.1-0vl2
106- add %%{_datadir}/%{name}/%{version}/gnome-print-job-preview.xml to %%files
107  thanks to kazutaka (BTS:35)
108
109* Wed Sep 28 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.12.1-0vl1
110- new upstream release
111
112* Mon Sep 19 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.12.0-0vl1
113- new upstream release
114
115* Thu Aug 04 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.11.0-0vl1
116- new upstream release
117
118* Sun Jul  3 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.10.2-0vl1
119- new upstream version
120- build with libgnomeprint 2.10.3
121
122* Mon Mar 21 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.10.0-0vl1
123- new upstream version
124
125* Wed Mar 02 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.8.2-0vl1
126- new upstream release
127- added Japanese summay to devel package
128
129* Sun Nov 07 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 2.8.0-0vl1
130- new upstream release
131
132* Sun Nov 30 2003 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.4.2-0vl1
133- new upstream release
134
135* Tue Oct 07 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.0-0vl1
136- new upstream release
137
138* Wed Sep 03 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.3.1-0vl1
139- new upstream release
140
141* Tue Jun 24 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.2.1.3-0vl1
142- new upstream release
143
144* Tue Jan 21 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.2.0-0vl1
145- new upstream release
146
147* Thu Jan 16 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.1.8-0vl1
148- new upstream release
149
150* Thu Jan  9 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.1.7-0vl1
151- new upstream release
152
153* Sat Jan  4 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.1.6-0vl2
154- add ja.po
155
156* Sat Jan  4 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.1.6-0vl1
157- new upstream release
158
159* Thu Dec 26 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 2.1.5-0vl1
160- new upstream release
161
162* Sun Dec 15 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 2.1.3-0vl1
163- build for Vine Linux
164- new upstream release from gnome-2.1.4
165
166* Wed Aug 14 2002 Akira TAGOH <tagoh@redhat.com> 1.116.0-1
167- updates to 1.116.0
168
169* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
170- automated rebuild
171
172* Sun Jun 16 2002 Havoc Pennington <hp@redhat.com>
173- 1.115.0
174
175* Fri Jun 07 2002 Havoc Pennington <hp@redhat.com>
176- rebuild in different environment
177
178* Wed Jun  5 2002 Havoc Pennington <hp@redhat.com>
179- add ldconfig to post/postun
180
181* Wed Jun  5 2002 Havoc Pennington <hp@redhat.com>
182- 1.114.0
183
184* Sun May 26 2002 Tim Powers <timp@redhat.com>
185- automated rebuild
186
187* Mon May 20 2002 Havoc Pennington <hp@redhat.com>
188- rebuild in different environment
189
190* Mon May 20 2002 Havoc Pennington <hp@redhat.com>
191- 1.113.0
192
193* Fri May  3 2002 Havoc Pennington <hp@redhat.com>
194- rebuild for new libs
195
196* Fri Apr 19 2002 Havoc Pennington <hp@redhat.com>
197- 1.112.0
198
199* Thu Feb 14 2002 Havoc Pennington <hp@redhat.com>
200- rebuild for new libs
201
202* Wed Jan 30 2002 Owen Taylor <otaylor@redhat.com>
203- Version 1.110.0
204
205* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
206- automated rebuild
207
208* Mon Jan  7 2002 Havoc Pennington <hp@redhat.com>
209- hmm, didn't get all the libgnomeui dependency lines
210
211* Mon Jan  7 2002 Havoc Pennington <hp@redhat.com>
212- 1.109.0.90 snap, remove libgnomeui dep that's now gone
213
214* Tue Nov 27 2001 Havoc Pennington <hp@redhat.com>
215- new snap 1.106.0.90
216- explicitly require certain versions of dependent libs
217
218* Sun Oct 28 2001 Havoc Pennington <hp@redhat.com>
219- rebuild for glib 1.3.10, new cvs snap
220
221* Tue Oct  9 2001 Havoc Pennington <hp@redhat.com>
222- Initial build
223
224
225
Note: See TracBrowser for help on using the repository browser.