source: projects/specs/trunk/lib/libw/libwnck/libwnck-vl.spec @ 2041

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

update to GNOME-2.32.0

Line 
1## don't replace ltmain.sh
2%define __libtoolize :
3
4%define glib2_version 2.26.0
5%define gtk2_version 2.22.0
6%define startup_notification_version 0.10
7
8Summary: Window Navigator Construction Kit
9Name: libwnck
10Version: 2.30.5
11Release: 1%{?_dist_release}
12URL: ftp://ftp.gnome.org
13Source0: http://ftp.gnome.org/pub/GNOME/sources/libwnck/2.30/%{name}-%{version}.tar.bz2
14License: LGPLv2+
15Group: System Environment/Libraries
16BuildRoot: %{_tmppath}/%{name}-root
17
18# follow 3lines was added 2.26.2-2
19Vendor:         Project Vine   
20Distribution:   Vine Linux
21Packager:       inagaki,yasumichi
22
23Requires: glib2 >= %{glib2_version}
24Requires: gtk2 >= %{gtk2_version}
25Requires: startup-notification >= %{startup_notification_version}
26Requires: libXres
27
28BuildRequires:  glib2-devel >= %{glib2_version}
29BuildRequires:  gtk2-devel >= %{gtk2_version}
30BuildRequires:  startup-notification-devel >= %{startup_notification_version}
31BuildRequires:  perl-XML-Parser gettext
32BuildRequires:  libXres-devel
33BuildRequires:  gobject-introspection-devel
34
35Patch1: libwnck-2.18.0-above.patch
36# http://bugzilla.gnome.org/show_bug.cgi?id=459984
37Patch2: crash-on-shutdown.patch
38
39%description
40
41libwnck (pronounced "libwink") is used to implement pagers, tasklists,
42and other such things. It allows applications to monitor information
43about open windows, workspaces, their names/icons, and so forth.
44
45%package devel
46Summary: Libraries and headers for libwnck
47Group: Development/Libraries
48Requires: %{name} = %{version}
49
50Requires: glib2-devel >= %{glib2_version}
51Requires: gtk2-devel >= %{gtk2_version}
52Requires: pkgconfig
53# added 2.26.2-2
54Requires: startup-notification-devel >= %{startup_notification_version}
55Requires: libXres-devel
56
57%description devel
58
59libwnck (pronounced "libwink") is used to implement pagers, tasklists,
60and other such things. It allows applications to monitor information
61about open windows, workspaces, their names/icons, and so forth.
62
63You should install the libwnck-devel package if you would like to
64compile applications that use libwnck. You don't need libwnck-devel
65just to use precompiled applications.
66
67
68%prep
69%setup -q
70#patch0 -p1 -b .appearance
71%patch1 -p1 -b .above
72%patch2 -p1 -b .crash-on-shutdown
73
74%build
75%configure --disable-static --enable-introspection=yes
76make %{?_smp_mflags}
77
78%install
79rm -rf $RPM_BUILD_ROOT
80make install DESTDIR=$RPM_BUILD_ROOT
81
82rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
83
84%find_lang %{name}
85
86%post -p /sbin/ldconfig
87
88%postun -p /sbin/ldconfig
89
90%clean
91rm -rf $RPM_BUILD_ROOT
92
93%files -f %{name}.lang
94%defattr(-,root,root)
95%doc AUTHORS COPYING ChangeLog README
96%{_bindir}/*
97%{_libdir}/lib*.so.*
98%{_libdir}/girepository-1.0
99
100%files devel
101%defattr(-,root,root)
102#{_libdir}/lib*.a
103%{_libdir}/lib*.so
104%{_libdir}/pkgconfig/*
105%{_includedir}/*
106%{_datadir}/gtk-doc
107%{_datadir}/gir-1.0
108
109%changelog
110* Sun Oct 03 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 2.30.5-1
111- new upstream release
112- add BuildRequires: gobject-introspection-devel
113- add configure option (--enable-introspection=yes)
114
115* Thu Sep 23 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.2-2
116- rebuild with rpm-4.8.1 for pkg-config file
117
118* Tue Jun 29 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 2.30.2-1
119- new upstream release
120
121* Wed Mar 31 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 2.30.0-1
122- new upstream release
123
124* Fri Feb 26 2010 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 2.28.0-2
125- rebuilt with new toolchain
126
127* Sat Oct 31 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.28.0-1
128- new upstream release
129- added --disable-static to %%configure
130
131* Sat Aug 01 2009 Yasumichi Akahoshi <yasumichi@vinelinux.org> 2.26.2-2
132- update requires and BR(add libXres*)
133
134* Sat Jul 04 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.26.2-1
135- new upstream release
136
137* Sat Apr 25 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.26.1-1
138- new upstream release
139
140* Sun Mar 22 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.26.0-1
141- new upstream release
142
143* Wed Oct 28 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.24.1-1
144- new upstream release
145
146* Tue Sep 23 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.24.0-1
147- new upstream release
148
149* Mon Jun 30 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.22.3-1
150- new upstream release
151
152* Wed Apr  9 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.22.1-1vl5
153- new upstream release
154
155* Sun Mar 30 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.22.0-1vl5
156- new upstream release
157
158* Mon Dec 17 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.20.2-0vl1
159- new upstream release
160- added Patch0, 1 and 2 from Fedora
161  * Tue Jul 24 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.5-2
162  - Fix a crash on shutdown in the wnck-applet
163  * Wed Mar 28 2007 Kristian Høgsberg <krh@redhat.com> - 2.18.0-2
164  - Add compiz integration patches from GNOME #352383:
165     - libwnck-2.18.0-appearance.patch
166     - libwnck-2.18.0-viewport.patch
167     - libwnck-2.18.0-above.patch
168
169* Mon May 28 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.18.2-0vl1
170- new upstream release
171
172* Fri Apr 27 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.18.0-0vl1
173- new upstream release
174
175* Sat Jun 03 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.2-0vl1
176- new upstream release
177
178* Fri Apr 14 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.1-0vl1
179- new upstream release
180
181* Tue Mar 14 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.0-0vl1
182- new upstream release
183
184* Tue Mar 07 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.13.92-0vl1
185- new upstream release
186
187* Sat Feb 11 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.12.3-0vl1
188- new upstream release
189
190* Sat Oct 08 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.12.1-0vl1
191- new upstream release
192
193* Mon Sep 19 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.12.0-0vl1
194- new upstream release
195
196* Sat Aug 20 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.11.91-0vl1
197- new upstream release
198
199* Wed Aug 03 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.11.4-0vl1
200- new upstream release
201
202* Sun Jul 24 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.10.3-0vl1
203- new upstream release
204
205* Sun Mar 20 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.10.0-0vl1
206- new upstream version
207
208* Mon Nov 08 2004 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.8.1-0vl1
209- new upstream release
210
211* Thu Sep 11 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.0.1-0vl1
212- new upstream release
213
214* Wed Sep 10 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.0-0vl1
215- new upstream release
216
217* Sat May 31 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.3.1-0vl1
218- new upstream release
219
220* Fri Apr 25 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.2.1-0vl1
221- new upstream release
222
223* Tue Jan 21 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.2.0-0vl1
224- new upstream release
225
226* Sat Jan 11 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.1.90-0vl1
227- new upstream release
228
229* Wed Jan  8 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.1.5-0vl2
230- fixed BuildRequires/Requires.
231
232* Sun Dec 15 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 2.1.5-0vl1
233- build for Vine Linux
234- new upstream release from gnome-2.1.4
235
236* Fri Nov  8 2002 Havoc Pennington <hp@redhat.com>
237- 2.1.3
238
239* Thu Oct 31 2002 Havoc Pennington <hp@redhat.com>
240- 0.18 that displays standalone dialogs in task list
241
242* Sun Aug 25 2002 Havoc Pennington <hp@redhat.com>
243- 0.17 allows clicking a task to minimize it, and DND over a task to
244  switch to it, adds translations, and fixes a couple crash things in
245  the accessibility stuff.
246
247* Thu Aug  8 2002 Havoc Pennington <hp@redhat.com>
248- 0.16 with some tasklist fixes and
249  pager fixes
250
251* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
252- automated rebuild
253
254* Sun Jun 16 2002 Havoc Pennington <hp@redhat.com>
255- remove empty NEWS
256
257* Sun Jun 16 2002 Havoc Pennington <hp@redhat.com>
258- 0.14
259
260* Thu Jun 06 2002 Havoc Pennington <hp@redhat.com>
261- rebuild in different environment
262
263* Tue Jun  4 2002 Havoc Pennington <hp@redhat.com>
264- 0.13
265- add ldconfig to post/postun
266
267* Sun May 26 2002 Tim Powers <timp@redhat.com>
268- automated rebuild
269
270* Mon May 20 2002 Havoc Pennington <hp@redhat.com>
271- rebuild in different environment
272
273* Fri May 17 2002 Havoc Pennington <hp@redhat.com>
274- 0.12
275
276* Thu May  2 2002 Havoc Pennington <hp@redhat.com>
277- 0.9
278
279* Wed Apr 17 2002 Havoc Pennington <hp@redhat.com>
280- 0.8
281
282* Thu Feb 14 2002 Havoc Pennington <hp@redhat.com>
283- 0.3
284
285* Wed Jan 30 2002 Owen Taylor <otaylor@redhat.com>
286- Rebuild with new glib and gtk+
287
288* Wed Jan 23 2002 Havoc Pennington <hp@redhat.com>
289- Initial build
290
Note: See TracBrowser for help on using the repository browser.