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

Revision 8084, 6.4 KB checked in by Takemikaduchi, 10 years ago (diff)

new upstream release or rebuild

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