Update to 0.7.0

This commit is contained in:
Michel Alexandre Salim 2011-09-01 18:07:20 +02:00
parent 25f3e402d0
commit 2f7c70c3bb
3 changed files with 16 additions and 10 deletions

3
.gitignore vendored
View File

@ -1,2 +1 @@
/libgee-0.6.0.tar.bz2
/libgee-0.6.1.tar.bz2
/libgee-0.7.0.tar.xz

View File

@ -1,13 +1,13 @@
Name: libgee
Version: 0.6.1
Release: 3%{?dist}
Version: 0.7.0
Release: 1%{?dist}
Summary: GObject collection library
Group: System Environment/Libraries
License: LGPLv2+
URL: http://live.gnome.org/Libgee
#VCS: git:git://git.gnome.org/libgee
Source0: http://download.gnome.org/sources/libgee/0.6/libgee-%{version}.tar.bz2
Source0: http://download.gnome.org/sources/libgee/0.7/libgee-%{version}.tar.xz
BuildRequires: glib2-devel
BuildRequires: gobject-introspection-devel
@ -59,6 +59,10 @@ developing applications that use %{name}.
%prep
%setup -q
# ChangeLog not UTF8
iconv -f iso88591 -t utf8 ChangeLog -o ChangeLog.new
touch -r ChangeLog ChangeLog.new
mv ChangeLog.new ChangeLog
%build
@ -91,21 +95,24 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
%doc AUTHORS ChangeLog COPYING MAINTAINERS NEWS README
%{_libdir}/*.so.*
%dir %{_libdir}/girepository-1.0
%{_libdir}/girepository-1.0/Gee-1.0.typelib
%{_libdir}/girepository-1.0/Gee-0.8.typelib
%files devel
%defattr(-,root,root,-)
%{_includedir}/*
%{_libdir}/*.so
%{_libdir}/pkgconfig/gee-1.0.pc
%{_libdir}/pkgconfig/gee-0.8.pc
%dir %{_datadir}/gir-1.0
%{_datadir}/gir-1.0/Gee-1.0.gir
%{_datadir}/gir-1.0/Gee-0.8.gir
%dir %{_datadir}/vala
%dir %{_datadir}/vala/vapi
%{_datadir}/vala/vapi/gee-1.0.vapi
%{_datadir}/vala/vapi/gee-0.8.vapi
%changelog
* Thu Sep 1 2011 Michel Salim <salimma@fedoraproject.org> - 0.7.0-1
- Update to 0.7.0
* Thu Sep 1 2011 Michel Salim <salimma@fedoraproject.org> - 0.6.1-3
- Move typelib file to main package (# 735081)
- Re-enable unit tests on all Fedora releases

View File

@ -1 +1 @@
9cf60f41f3aa10ac7f1f7e1d094e05a1 libgee-0.6.1.tar.bz2
7a4da1bc8aaf300c293bd485821180f3 libgee-0.7.0.tar.xz