source: projects/specs/branches/6/lib/libg/libgnomeprintui/libgnomeprintui-vl.spec @ 2041

Revision 2041, 6.3 KB checked in by Takemikaduchi, 14 years ago (diff)

update to GNOME-2.32.0

Line 
1%define gtk2_version 2.14.0
2%define libgnomeprint_version 2.18.8
3%define libgnomecanvas_version 2.30.2
4%define gnomeicontheme_version 2.31.0
5
6Summary: GUI support for libgnomeprint
7Summary(ja): libgnomeprint の GUI サポート
8Name: libgnomeprintui
9Version: 2.18.6
10Release: 1%{?_dist_release}
11URL: ftp://ftp.gnome.org
12Source0: http://ftp.gnome.org/pub/GNOME/sources/libgnomeprintui/2.18/%{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* Sun Oct 03 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.18.6-1
87- new upstream release
88
89* Tue Sep 21 2010 IWAI, Masaharu <iwai@alib.jp> 2.18.5-2
90- build with rpm-4.8.1-1 for pkg-config file
91
92* Thu Apr 22 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.18.5-1
93- new upstream release
94
95* Wed Mar 11 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.18.4-1
96- new upstream release
97
98* Sat Sep 27 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.18.3-1
99- new upstream release
100- build with gtk+-2.14
101
102* Tue Mar 25 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.18.2-1vl5
103- new upstream release
104
105* Wed Dec 12 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.18.1-0vl1
106- new upstream release
107
108* Fri May 11 2007 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 2.18.0-0vl2
109- add BuildRequires:  gnome-icon-theme
110
111* Fri Apr 27 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.18.0-0vl1
112- new upstream release
113
114* Sat Apr 22 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.12.1-0vl2
115- add %%{_datadir}/%{name}/%{version}/gnome-print-job-preview.xml to %%files
116  thanks to kazutaka (BTS:35)
117
118* Wed Sep 28 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.12.1-0vl1
119- new upstream release
120
121* Mon Sep 19 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.12.0-0vl1
122- new upstream release
123
124* Thu Aug 04 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.11.0-0vl1
125- new upstream release
126
127* Sun Jul  3 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.10.2-0vl1
128- new upstream version
129- build with libgnomeprint 2.10.3
130
131* Mon Mar 21 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.10.0-0vl1
132- new upstream version
133
134* Wed Mar 02 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.8.2-0vl1
135- new upstream release
136- added Japanese summay to devel package
137
138* Sun Nov 07 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 2.8.0-0vl1
139- new upstream release
140
141* Sun Nov 30 2003 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.4.2-0vl1
142- new upstream release
143
144* Tue Oct 07 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.0-0vl1
145- new upstream release
146
147* Wed Sep 03 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.3.1-0vl1
148- new upstream release
149
150* Tue Jun 24 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.2.1.3-0vl1
151- new upstream release
152
153* Tue Jan 21 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.2.0-0vl1
154- new upstream release
155
156* Thu Jan 16 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.1.8-0vl1
157- new upstream release
158
159* Thu Jan  9 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.1.7-0vl1
160- new upstream release
161
162* Sat Jan  4 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.1.6-0vl2
163- add ja.po
164
165* Sat Jan  4 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.1.6-0vl1
166- new upstream release
167
168* Thu Dec 26 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 2.1.5-0vl1
169- new upstream release
170
171* Sun Dec 15 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 2.1.3-0vl1
172- build for Vine Linux
173- new upstream release from gnome-2.1.4
174
175* Wed Aug 14 2002 Akira TAGOH <tagoh@redhat.com> 1.116.0-1
176- updates to 1.116.0
177
178* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
179- automated rebuild
180
181* Sun Jun 16 2002 Havoc Pennington <hp@redhat.com>
182- 1.115.0
183
184* Fri Jun 07 2002 Havoc Pennington <hp@redhat.com>
185- rebuild in different environment
186
187* Wed Jun  5 2002 Havoc Pennington <hp@redhat.com>
188- add ldconfig to post/postun
189
190* Wed Jun  5 2002 Havoc Pennington <hp@redhat.com>
191- 1.114.0
192
193* Sun May 26 2002 Tim Powers <timp@redhat.com>
194- automated rebuild
195
196* Mon May 20 2002 Havoc Pennington <hp@redhat.com>
197- rebuild in different environment
198
199* Mon May 20 2002 Havoc Pennington <hp@redhat.com>
200- 1.113.0
201
202* Fri May  3 2002 Havoc Pennington <hp@redhat.com>
203- rebuild for new libs
204
205* Fri Apr 19 2002 Havoc Pennington <hp@redhat.com>
206- 1.112.0
207
208* Thu Feb 14 2002 Havoc Pennington <hp@redhat.com>
209- rebuild for new libs
210
211* Wed Jan 30 2002 Owen Taylor <otaylor@redhat.com>
212- Version 1.110.0
213
214* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
215- automated rebuild
216
217* Mon Jan  7 2002 Havoc Pennington <hp@redhat.com>
218- hmm, didn't get all the libgnomeui dependency lines
219
220* Mon Jan  7 2002 Havoc Pennington <hp@redhat.com>
221- 1.109.0.90 snap, remove libgnomeui dep that's now gone
222
223* Tue Nov 27 2001 Havoc Pennington <hp@redhat.com>
224- new snap 1.106.0.90
225- explicitly require certain versions of dependent libs
226
227* Sun Oct 28 2001 Havoc Pennington <hp@redhat.com>
228- rebuild for glib 1.3.10, new cvs snap
229
230* Tue Oct  9 2001 Havoc Pennington <hp@redhat.com>
231- Initial build
232
233
234
Note: See TracBrowser for help on using the repository browser.