source: projects/specs/branches/6/lib/libw/libwnck/libwnck-vl.spec @ 2219

Revision 2219, 8.1 KB checked in by Takemikaduchi, 13 years ago (diff)

new upstream release

Line 
1## don't replace ltmain.sh
2%define __libtoolize :
3
4%define glib2_version 2.26.1
5%define gtk2_version 2.22.1
6%define startup_notification_version 0.10
7
8Summary: Window Navigator Construction Kit
9Name: libwnck
10Version: 2.30.6
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* Sat Nov 20 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 2.30.6-1
111- new upstream release
112
113* Sun Oct 03 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 2.30.5-1
114- new upstream release
115- add BuildRequires: gobject-introspection-devel
116- add configure option (--enable-introspection=yes)
117
118* Thu Sep 23 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.2-2
119- rebuild with rpm-4.8.1 for pkg-config file
120
121* Tue Jun 29 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 2.30.2-1
122- new upstream release
123
124* Wed Mar 31 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 2.30.0-1
125- new upstream release
126
127* Fri Feb 26 2010 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 2.28.0-2
128- rebuilt with new toolchain
129
130* Sat Oct 31 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.28.0-1
131- new upstream release
132- added --disable-static to %%configure
133
134* Sat Aug 01 2009 Yasumichi Akahoshi <yasumichi@vinelinux.org> 2.26.2-2
135- update requires and BR(add libXres*)
136
137* Sat Jul 04 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.26.2-1
138- new upstream release
139
140* Sat Apr 25 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.26.1-1
141- new upstream release
142
143* Sun Mar 22 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.26.0-1
144- new upstream release
145
146* Wed Oct 28 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.24.1-1
147- new upstream release
148
149* Tue Sep 23 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.24.0-1
150- new upstream release
151
152* Mon Jun 30 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.22.3-1
153- new upstream release
154
155* Wed Apr  9 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.22.1-1vl5
156- new upstream release
157
158* Sun Mar 30 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.22.0-1vl5
159- new upstream release
160
161* Mon Dec 17 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.20.2-0vl1
162- new upstream release
163- added Patch0, 1 and 2 from Fedora
164  * Tue Jul 24 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.5-2
165  - Fix a crash on shutdown in the wnck-applet
166  * Wed Mar 28 2007 Kristian Høgsberg <krh@redhat.com> - 2.18.0-2
167  - Add compiz integration patches from GNOME #352383:
168     - libwnck-2.18.0-appearance.patch
169     - libwnck-2.18.0-viewport.patch
170     - libwnck-2.18.0-above.patch
171
172* Mon May 28 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.18.2-0vl1
173- new upstream release
174
175* Fri Apr 27 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.18.0-0vl1
176- new upstream release
177
178* Sat Jun 03 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.2-0vl1
179- new upstream release
180
181* Fri Apr 14 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.1-0vl1
182- new upstream release
183
184* Tue Mar 14 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.0-0vl1
185- new upstream release
186
187* Tue Mar 07 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.13.92-0vl1
188- new upstream release
189
190* Sat Feb 11 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.12.3-0vl1
191- new upstream release
192
193* Sat Oct 08 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.12.1-0vl1
194- new upstream release
195
196* Mon Sep 19 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.12.0-0vl1
197- new upstream release
198
199* Sat Aug 20 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.11.91-0vl1
200- new upstream release
201
202* Wed Aug 03 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.11.4-0vl1
203- new upstream release
204
205* Sun Jul 24 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.10.3-0vl1
206- new upstream release
207
208* Sun Mar 20 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.10.0-0vl1
209- new upstream version
210
211* Mon Nov 08 2004 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.8.1-0vl1
212- new upstream release
213
214* Thu Sep 11 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.0.1-0vl1
215- new upstream release
216
217* Wed Sep 10 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.0-0vl1
218- new upstream release
219
220* Sat May 31 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.3.1-0vl1
221- new upstream release
222
223* Fri Apr 25 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.2.1-0vl1
224- new upstream release
225
226* Tue Jan 21 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.2.0-0vl1
227- new upstream release
228
229* Sat Jan 11 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.1.90-0vl1
230- new upstream release
231
232* Wed Jan  8 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.1.5-0vl2
233- fixed BuildRequires/Requires.
234
235* Sun Dec 15 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 2.1.5-0vl1
236- build for Vine Linux
237- new upstream release from gnome-2.1.4
238
239* Fri Nov  8 2002 Havoc Pennington <hp@redhat.com>
240- 2.1.3
241
242* Thu Oct 31 2002 Havoc Pennington <hp@redhat.com>
243- 0.18 that displays standalone dialogs in task list
244
245* Sun Aug 25 2002 Havoc Pennington <hp@redhat.com>
246- 0.17 allows clicking a task to minimize it, and DND over a task to
247  switch to it, adds translations, and fixes a couple crash things in
248  the accessibility stuff.
249
250* Thu Aug  8 2002 Havoc Pennington <hp@redhat.com>
251- 0.16 with some tasklist fixes and
252  pager fixes
253
254* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
255- automated rebuild
256
257* Sun Jun 16 2002 Havoc Pennington <hp@redhat.com>
258- remove empty NEWS
259
260* Sun Jun 16 2002 Havoc Pennington <hp@redhat.com>
261- 0.14
262
263* Thu Jun 06 2002 Havoc Pennington <hp@redhat.com>
264- rebuild in different environment
265
266* Tue Jun  4 2002 Havoc Pennington <hp@redhat.com>
267- 0.13
268- add ldconfig to post/postun
269
270* Sun May 26 2002 Tim Powers <timp@redhat.com>
271- automated rebuild
272
273* Mon May 20 2002 Havoc Pennington <hp@redhat.com>
274- rebuild in different environment
275
276* Fri May 17 2002 Havoc Pennington <hp@redhat.com>
277- 0.12
278
279* Thu May  2 2002 Havoc Pennington <hp@redhat.com>
280- 0.9
281
282* Wed Apr 17 2002 Havoc Pennington <hp@redhat.com>
283- 0.8
284
285* Thu Feb 14 2002 Havoc Pennington <hp@redhat.com>
286- 0.3
287
288* Wed Jan 30 2002 Owen Taylor <otaylor@redhat.com>
289- Rebuild with new glib and gtk+
290
291* Wed Jan 23 2002 Havoc Pennington <hp@redhat.com>
292- Initial build
293
Note: See TracBrowser for help on using the repository browser.