0.10.1
This commit is contained in:
parent
1c9e9dd73f
commit
5587308c9b
2
.gitignore
vendored
2
.gitignore
vendored
@ -5,3 +5,5 @@ libgdata-0.6.4.tar.bz2
|
|||||||
/libgdata-0.9.0.tar.xz
|
/libgdata-0.9.0.tar.xz
|
||||||
/libgdata-0.9.1.tar.bz2
|
/libgdata-0.9.1.tar.bz2
|
||||||
/libgdata-0.9.1.tar.xz
|
/libgdata-0.9.1.tar.xz
|
||||||
|
/libgdata-0.10.0.tar.xz
|
||||||
|
/libgdata-0.10.1.tar.xz
|
||||||
|
@ -1,13 +1,12 @@
|
|||||||
Name: libgdata
|
Name: libgdata
|
||||||
Version: 0.9.1
|
Version: 0.10.1
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Library for the GData protocol
|
Summary: Library for the GData protocol
|
||||||
|
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
URL: http://live.gnome.org/libgdata
|
URL: http://live.gnome.org/libgdata
|
||||||
Source0: http://ftp.gnome.org/pub/GNOME/sources/%{name}/0.9/%{name}-%{version}.tar.xz
|
Source0: http://ftp.gnome.org/pub/GNOME/sources/%{name}/0.10/%{name}-%{version}.tar.xz
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
||||||
|
|
||||||
BuildRequires: glib2-devel libsoup-devel libxml2-devel gtk-doc intltool
|
BuildRequires: glib2-devel libsoup-devel libxml2-devel gtk-doc intltool
|
||||||
BuildRequires: gobject-introspection-devel liboauth-devel
|
BuildRequires: gobject-introspection-devel liboauth-devel
|
||||||
@ -41,16 +40,12 @@ developing applications that use %{name}.
|
|||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
rm -rf $RPM_BUILD_ROOT
|
|
||||||
make install DESTDIR=$RPM_BUILD_ROOT
|
make install DESTDIR=$RPM_BUILD_ROOT
|
||||||
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
|
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
|
||||||
|
|
||||||
%find_lang gdata
|
%find_lang gdata
|
||||||
|
|
||||||
|
|
||||||
%clean
|
|
||||||
rm -rf $RPM_BUILD_ROOT
|
|
||||||
|
|
||||||
%check
|
%check
|
||||||
# Only the general test can be run without network access
|
# Only the general test can be run without network access
|
||||||
# Actually, the general test doesn't work either without gconf
|
# Actually, the general test doesn't work either without gconf
|
||||||
@ -63,13 +58,11 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
|
|
||||||
%files -f gdata.lang
|
%files -f gdata.lang
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%doc COPYING NEWS README AUTHORS
|
%doc COPYING NEWS README AUTHORS
|
||||||
%{_libdir}/*.so.*
|
%{_libdir}/*.so.*
|
||||||
%{_libdir}/girepository-1.0/GData-0.0.typelib
|
%{_libdir}/girepository-1.0/GData-0.0.typelib
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%{_includedir}/*
|
%{_includedir}/*
|
||||||
%{_libdir}/*.so
|
%{_libdir}/*.so
|
||||||
%{_libdir}/pkgconfig/%{name}.pc
|
%{_libdir}/pkgconfig/%{name}.pc
|
||||||
@ -77,6 +70,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_datadir}/gir-1.0/GData-0.0.gir
|
%{_datadir}/gir-1.0/GData-0.0.gir
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Sep 19 2011 Matthias Clasen <mclasen@redhat.com> - 0.10.1-1
|
||||||
|
- Update to 0.10.1
|
||||||
|
|
||||||
* Mon Jul 04 2011 Matthew Barnes <mbarnes@redhat.com> 0.9.1-1
|
* Mon Jul 04 2011 Matthew Barnes <mbarnes@redhat.com> 0.9.1-1
|
||||||
- Update to 0.9.1
|
- Update to 0.9.1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user