First commit
This commit is contained in:
parent
cb3517a533
commit
c10ca28252
@ -0,0 +1 @@
|
||||
libgdata-0.1.1.tar.bz2
|
1
import.log
Normal file
1
import.log
Normal file
@ -0,0 +1 @@
|
||||
libgdata-0_1_1-2_fc10:HEAD:libgdata-0.1.1-2.fc10.src.rpm:1239024663
|
78
libgdata.spec
Normal file
78
libgdata.spec
Normal file
@ -0,0 +1,78 @@
|
||||
Name: libgdata
|
||||
Version: 0.1.1
|
||||
Release: 2%{?dist}
|
||||
Summary: Library for the GData protocol
|
||||
|
||||
Group: System Environment/Libraries
|
||||
License: LGPLv2+
|
||||
URL: http://live.gnome.org/libgdata
|
||||
Source0: http://tecnocode.co.uk/downloads/libgdata-%{version}.tar.bz2
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
||||
BuildRequires: glib2-devel libsoup-devel libxml2-devel gtk-doc intltool
|
||||
|
||||
%description
|
||||
libgdata is a GLib-based library for accessing online service APIs using the
|
||||
GData protocol --- most notably, Google's services. It provides APIs to access
|
||||
the common Google services, and has full asynchronous support.
|
||||
|
||||
%package devel
|
||||
Summary: Development files for %{name}
|
||||
Group: Development/Libraries
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
Requires: pkgconfig
|
||||
Requires: gtk-doc
|
||||
|
||||
|
||||
%description devel
|
||||
The %{name}-devel package contains libraries and header files for
|
||||
developing applications that use %{name}.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%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 {} ';'
|
||||
|
||||
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%check
|
||||
# Only the general test can be run without network access
|
||||
cd gdata/tests
|
||||
./general
|
||||
|
||||
%post -p /sbin/ldconfig
|
||||
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc COPYING.LIB NEWS README AUTHORS
|
||||
%{_libdir}/*.so.*
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root,-)
|
||||
%{_includedir}/*
|
||||
%{_libdir}/*.so
|
||||
%{_libdir}/pkgconfig/%{name}.pc
|
||||
%{_datadir}/gtk-doc/html/gdata/
|
||||
|
||||
%changelog
|
||||
* Mon Apr 06 2009 - Bastien Nocera <bnocera@redhat.com> - 0.1.1-2
|
||||
- Add check, snippet from Jason Tibbitts
|
||||
|
||||
* Wed Apr 01 2009 - Bastien Nocera <bnocera@redhat.com> - 0.1.1-1
|
||||
- Update to 0.1.1
|
||||
|
||||
* Wed Apr 01 2009 - Bastien Nocera <bnocera@redhat.com> - 0.1.0-1
|
||||
- First package
|
||||
|
Loading…
Reference in New Issue
Block a user