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

Revision 1860, 6.1 KB checked in by iwaim, 14 years ago (diff)

build with rpm 4.8.1-1; see [VineSeed:21799]

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