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

Revision 912, 6.0 KB checked in by Takemikaduchi, 14 years ago (diff)

change spec file

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