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.1.tar.bz2
|
||||
/libgdata-0.9.1.tar.xz
|
||||
/libgdata-0.10.0.tar.xz
|
||||
/libgdata-0.10.1.tar.xz
|
||||
|
@ -1,13 +1,12 @@
|
||||
Name: libgdata
|
||||
Version: 0.9.1
|
||||
Version: 0.10.1
|
||||
Release: 1%{?dist}
|
||||
Summary: Library for the GData protocol
|
||||
|
||||
Group: System Environment/Libraries
|
||||
License: LGPLv2+
|
||||
URL: http://live.gnome.org/libgdata
|
||||
Source0: http://ftp.gnome.org/pub/GNOME/sources/%{name}/0.9/%{name}-%{version}.tar.xz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
Source0: http://ftp.gnome.org/pub/GNOME/sources/%{name}/0.10/%{name}-%{version}.tar.xz
|
||||
|
||||
BuildRequires: glib2-devel libsoup-devel libxml2-devel gtk-doc intltool
|
||||
BuildRequires: gobject-introspection-devel liboauth-devel
|
||||
@ -37,20 +36,16 @@ developing applications that use %{name}.
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%configure --disable-static
|
||||
%configure --disable-static
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
make install DESTDIR=$RPM_BUILD_ROOT
|
||||
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
|
||||
|
||||
%find_lang gdata
|
||||
|
||||
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%check
|
||||
# Only the general test can be run without network access
|
||||
# Actually, the general test doesn't work either without gconf
|
||||
@ -63,13 +58,11 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
|
||||
%files -f gdata.lang
|
||||
%defattr(-,root,root,-)
|
||||
%doc COPYING NEWS README AUTHORS
|
||||
%{_libdir}/*.so.*
|
||||
%{_libdir}/girepository-1.0/GData-0.0.typelib
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root,-)
|
||||
%{_includedir}/*
|
||||
%{_libdir}/*.so
|
||||
%{_libdir}/pkgconfig/%{name}.pc
|
||||
@ -77,6 +70,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_datadir}/gir-1.0/GData-0.0.gir
|
||||
|
||||
%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
|
||||
- Update to 0.9.1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user