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.6.1.tar.bz2
|
||||
/libgee-0.7.0.tar.xz
|
||||
|
21
libgee.spec
21
libgee.spec
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user