Update to 0.7.0
This commit is contained in:
parent
25f3e402d0
commit
2f7c70c3bb
3
.gitignore
vendored
3
.gitignore
vendored
@ -1,2 +1 @@
|
|||||||
/libgee-0.6.0.tar.bz2
|
/libgee-0.7.0.tar.xz
|
||||||
/libgee-0.6.1.tar.bz2
|
|
||||||
|
21
libgee.spec
21
libgee.spec
@ -1,13 +1,13 @@
|
|||||||
Name: libgee
|
Name: libgee
|
||||||
Version: 0.6.1
|
Version: 0.7.0
|
||||||
Release: 3%{?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
|
||||||
#VCS: git:git://git.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: glib2-devel
|
||||||
BuildRequires: gobject-introspection-devel
|
BuildRequires: gobject-introspection-devel
|
||||||
@ -59,6 +59,10 @@ developing applications that use %{name}.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
# ChangeLog not UTF8
|
||||||
|
iconv -f iso88591 -t utf8 ChangeLog -o ChangeLog.new
|
||||||
|
touch -r ChangeLog ChangeLog.new
|
||||||
|
mv ChangeLog.new ChangeLog
|
||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -91,21 +95,24 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
|
|||||||
%doc AUTHORS ChangeLog COPYING MAINTAINERS NEWS README
|
%doc AUTHORS ChangeLog COPYING MAINTAINERS NEWS README
|
||||||
%{_libdir}/*.so.*
|
%{_libdir}/*.so.*
|
||||||
%dir %{_libdir}/girepository-1.0
|
%dir %{_libdir}/girepository-1.0
|
||||||
%{_libdir}/girepository-1.0/Gee-1.0.typelib
|
%{_libdir}/girepository-1.0/Gee-0.8.typelib
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%{_includedir}/*
|
%{_includedir}/*
|
||||||
%{_libdir}/*.so
|
%{_libdir}/*.so
|
||||||
%{_libdir}/pkgconfig/gee-1.0.pc
|
%{_libdir}/pkgconfig/gee-0.8.pc
|
||||||
%dir %{_datadir}/gir-1.0
|
%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
|
||||||
%dir %{_datadir}/vala/vapi
|
%dir %{_datadir}/vala/vapi
|
||||||
%{_datadir}/vala/vapi/gee-1.0.vapi
|
%{_datadir}/vala/vapi/gee-0.8.vapi
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Sep 1 2011 Michel Salim <salimma@fedoraproject.org> - 0.6.1-3
|
||||||
- Move typelib file to main package (# 735081)
|
- Move typelib file to main package (# 735081)
|
||||||
- Re-enable unit tests on all Fedora releases
|
- Re-enable unit tests on all Fedora releases
|
||||||
|
Loading…
Reference in New Issue
Block a user