2.28.4
This commit is contained in:
parent
7f8cd7ecfe
commit
3c5035468a
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
||||
libgtop-2.28.1.tar.bz2
|
||||
/libgtop-2.28.2.tar.bz2
|
||||
/libgtop-2.28.3.tar.bz2
|
||||
/libgtop-2.28.4.tar.xz
|
||||
|
||||
@ -2,13 +2,13 @@
|
||||
|
||||
Name: libgtop2
|
||||
Summary: LibGTop library (version 2)
|
||||
Version: 2.28.3
|
||||
Release: 2%{?dist}
|
||||
Version: 2.28.4
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2+
|
||||
URL: http://download.gnome.org/sources/libgtop/2.28
|
||||
Group: System Environment/Libraries
|
||||
#VCS: git://git.gnome.org/libgtop
|
||||
Source: http://download.gnome.org/sources/libgtop/2.28/libgtop-%{version}.tar.bz2
|
||||
Source: http://download.gnome.org/sources/libgtop/2.28/libgtop-%{version}.tar.xz
|
||||
BuildRequires: glib2-devel
|
||||
BuildRequires: gobject-introspection-devel
|
||||
BuildRequires: libtool gettext
|
||||
@ -46,14 +46,12 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
%files -f %{po_package}.lang
|
||||
%defattr(-, root, root,-)
|
||||
%doc AUTHORS COPYING NEWS README
|
||||
%{_libdir}/*.so.*
|
||||
%dir %{_libdir}/girepository-1.0
|
||||
%{_libdir}/girepository-1.0/GTop-2.0.typelib
|
||||
|
||||
%files devel
|
||||
%defattr(-, root, root,-)
|
||||
%{_libdir}/*.so
|
||||
%{_includedir}/libgtop-2.0
|
||||
%{_libdir}/pkgconfig/*.pc
|
||||
@ -66,6 +64,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
|
||||
%exclude %{_datadir}/info
|
||||
|
||||
%changelog
|
||||
* Tue Aug 30 2011 Matthias Clasen <mclasen@redhat.com> - 2.28.4-1
|
||||
- Update to 2.28.4
|
||||
|
||||
* Wed Aug 17 2011 Michel Salim <salimma@fedoraproject.org> - 2.28.3-2
|
||||
- Enable introspection (# 693419, 720109)
|
||||
- Remove -doc dependency on gtk-doc (# 604389)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user