source: projects/specs/trunk/lib/libg/libgtop2/libgtop2-vl.spec @ 8447

Revision 8447, 6.3 KB checked in by Takemikaduchi, 10 years ago (diff)

GNOME-3.12.2

Line 
1%define __libtoolize :
2
3%define glib2_version 2.26.0
4%define po_package libgtop-2.0
5
6Summary: libgtop library (version 2)
7Summary(ja): libgtop2 ライブラリ
8Name: libgtop2
9Version: 2.30.0
10Release: 1%{?_dist_release}
11License: GPL2
12URL: ftp://ftp.gnome.org/pub/GNOME/sources/libgtop
13Group: System Environment/Libraries
14Source: http://ftp.gnome.org/pub/GNOME/sources/libgtop/2.30/libgtop-%{version}.tar.xz
15
16BuildRoot: %{_tmppath}/%{name}-%{version}-root
17BuildRequires: glib2-devel >= %{glib2_version}
18BuildRequires: gobject-introspection-devel
19BuildRequires: libXau-devel
20BuildRequires: libSM-devel
21Requires: glib2 >= %{glib2_version}
22
23Vendor: Project Vine
24Distribution: Vine Linux
25
26%description
27libgtop is a library for portably obtaining information about processes,
28such as their PID, memory usage, etc.
29
30%package devel
31Summary: Libraries and include files for developing with libgtop.
32Summary(ja): libgtop の開発に必要なライブラリ、インクルードファイル
33Group: Development/Libraries
34Requires: %{name} = %{version}
35Requires: glib2-devel >= %{glib2_version}
36
37%description devel
38This package provides the necessary development libraries and include
39files to allow you to develop with libgtop.
40
41%prep
42%setup -q -n libgtop-%{version}
43
44%build
45%configure \
46        --disable-static \
47        --enable-introspection
48make
49
50%install
51rm -rf $RPM_BUILD_ROOT
52make install DESTDIR=$RPM_BUILD_ROOT
53
54# remove .{a,la} files
55/bin/rm -f $RPM_BUILD_ROOT%{_libdir}/*.{a,la}
56
57# not worth fooling with
58/bin/rm -rf $RPM_BUILD_ROOT%{_datadir}/info
59
60%find_lang %{po_package}
61
62%clean
63rm -rf $RPM_BUILD_ROOT
64
65%post -p /sbin/ldconfig
66
67%postun -p /sbin/ldconfig
68
69%files -f %{po_package}.lang
70%defattr(-, root, root)
71%doc AUTHORS COPYING ChangeLog NEWS README
72%{_libdir}/*.so.*
73%{_libdir}/girepository-1.0/*.typelib
74
75%files devel
76%defattr(-, root, root)
77%{_includedir}/libgtop-2.0
78%{_libdir}/*.so
79%{_libdir}/pkgconfig/*.pc
80%{_datadir}/gir-1.0/*.gir
81%{_datadir}/gtk-doc/html/libgtop
82
83%changelog
84* Fri May 16 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.0-1
85- new upstream release
86
87* Sat Jan 04 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.28.5-2
88- rebuild with VineSeed environment
89
90* Tue Aug 27 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.28.5-1
91- new upstream release
92
93* Sat Oct 01 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.28.4-2
94- add BuildRequires: gobject-introspection-devel, libSM-devel
95
96* Sat Sep 03 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.28.4-1
97- new upstream release
98
99* Thu May 05 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.28.3-1
100- new upstream release
101
102* Sun Oct 03 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.28.2-1
103- new upstream release
104
105* Thu Sep 23 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.28.1-2
106- rebuild with rpm-4.8.1 for pkg-config file
107
108* Tue Jun 29 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.28.1-1
109- new upstream release
110
111* Sun Nov  1 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.28.0-1
112- new upstream release
113
114* Sat Apr 25 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.26.1-1
115- new upstream release
116- remove static library
117
118* Sat Mar  7 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.26.0-1
119- new upstream release
120- changed License: LGPL to GPL2 (See NEWS)
121
122* Sun Jan 18 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.24.3-1
123- new upstream release
124
125* Wed Sep 24 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.24.0-1
126- new upstream release
127
128* Mon May 26 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.22.2-1
129- new upstream release
130- added BuildRequires: libXau-devel
131- spec in UTF-8
132
133* Sat Mar 22 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.22.0-1vl5
134- new upstream release
135
136* Sat Mar  8 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.20.2-0vl1
137- new upstream release
138
139* Sat Nov  3 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.20.0-0vl1
140- new upstream release
141
142* Fri Apr 27 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.8-0vl1
143- new upstream release
144
145* Mon Feb 05 2007 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.14.6-0vl2
146- add gtk-doc/html/libgtop/* to install files
147
148* Fri Feb 02 2007 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.14.6-0vl1
149- new upstream release with security fix
150
151* Sun Sep 17 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.14.4-0vl1
152- new upstream release
153
154* Tue Aug  1 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.14.2-0vl1
155- new upstream release
156
157* Mon May 29 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.14.1-0vl1
158- new upstream release
159
160* Tue Mar 14 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.0-0vl1
161- new upstream release
162
163* Tue Mar 07 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.13.92-0vl1
164- new upstream release
165
166* Tue Feb 14 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.12.2-0vl1
167- new upstream release
168
169* Mon Sep 19 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.12.0-0vl1
170- new upstream release
171
172* Thu Aug 04 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.11.90-0vl1
173- new upstream release
174
175* Mon May 30 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.10.1-0vl1
176- new upstream version
177
178* Mon Mar 21 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.10.0-0vl1
179- new upstream version
180
181* Sun Feb 27 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.8.3-0vl1
182- new upstream release
183
184* Mon Nov  8 2004 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.8.1-0vl1
185- new upstream release
186
187* Mon Dec 22 2003 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.0.8-0vl1
188- new upstream release
189- rebuild with new toolchains
190
191* Wed Aug 27 2003 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.0.4-0vl1
192- new upstream release
193- fixed URL
194
195* Sun Aug 17 2003 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.0.3-0vl1
196- new upstream release
197
198* Thu Jan 16 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.1-0vl1
199- new upstream release
200
201* Sun Dec 15 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.0-0vl1
202- build for Vine Linux
203
204* Fri Nov  8 2002 Havoc Pennington <hp@redhat.com>
205- rebuild
206- remove nonexistent doc files
207- fix uninstalled but unpackaged files
208
209* Tue Jun 25 2002 Owen Taylor <otaylor@redhat.com>
210- Fix missing po files
211
212* Sat Jun 15 2002 Havoc Pennington <hp@redhat.com>
213- 2.0.0
214- check file list, lose libgnomesupport
215
216* Sun May 26 2002 Tim Powers <timp@redhat.com>
217- automated rebuild
218
219* Tue May 21 2002 Havoc Pennington <hp@redhat.com>
220- rebuild in different environment
221
222* Thu Apr 18 2002 Havoc Pennington <hp@redhat.com>
223- .la files evil
224
225* Thu Apr 18 2002 Havoc Pennington <hp@redhat.com>
226- rebuild for glib 2.0
227
228* Thu Feb 14 2002 Havoc Pennington <hp@redhat.com>
229- 1.90.2
230
231* Mon Jan 28 2002 Havoc Pennington <hp@redhat.com>
232- Initial build
233
Note: See TracBrowser for help on using the repository browser.