- Update to 0.3.0
This commit is contained in:
parent
00e8735e9a
commit
0edb115566
@ -1 +1 @@
|
|||||||
libgee-0.1.5.tar.bz2
|
libgee-0.3.0.tar.bz2
|
||||||
|
11
libgee.spec
11
libgee.spec
@ -1,12 +1,12 @@
|
|||||||
Name: libgee
|
Name: libgee
|
||||||
Version: 0.1.5
|
Version: 0.3.0
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: GObject collection library
|
Summary: GObject collection library
|
||||||
|
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
URL: http://live.gnome.org/Libgee
|
URL: http://live.gnome.org/Libgee
|
||||||
Source0: http://download.gnome.org/sources/libgee/0.1/libgee-%{version}.tar.bz2
|
Source0: http://download.gnome.org/sources/libgee/0.3/libgee-%{version}.tar.bz2
|
||||||
Patch0: libgee-0.1.4-notest.diff
|
Patch0: libgee-0.1.4-notest.diff
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
|
|
||||||
@ -38,6 +38,7 @@ It's planned to provide bindings for further languages.
|
|||||||
Summary: Development files for %{name}
|
Summary: Development files for %{name}
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
Requires: %{name} = %{version}-%{release}
|
Requires: %{name} = %{version}-%{release}
|
||||||
|
Requires: gobject-introspection-devel
|
||||||
# The Vala API binding is only one file; seems superfluous to have a subpackage
|
# The Vala API binding is only one file; seems superfluous to have a subpackage
|
||||||
Requires: vala, pkgconfig
|
Requires: vala, pkgconfig
|
||||||
|
|
||||||
@ -89,10 +90,14 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_includedir}/*
|
%{_includedir}/*
|
||||||
%{_libdir}/*.so
|
%{_libdir}/*.so
|
||||||
%{_libdir}/pkgconfig/gee-1.0.pc
|
%{_libdir}/pkgconfig/gee-1.0.pc
|
||||||
|
%{_datadir}/gir-1.0/Gee-1.0.gir
|
||||||
%{_datadir}/vala/vapi/gee-1.0.vapi
|
%{_datadir}/vala/vapi/gee-1.0.vapi
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Aug 20 2009 Michel Salim <salimma@fedoraproject.org> - 0.3.0-1
|
||||||
|
- Update to 0.3.0
|
||||||
|
|
||||||
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.5-2
|
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.5-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user