rpms/libgdata/devel import.log, NONE, 1.1 libgdata.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Bastien Nocera hadess at fedoraproject.org
Mon Apr 6 13:31:59 UTC 2009


Author: hadess

Update of /cvs/pkgs/rpms/libgdata/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv27496/devel

Modified Files:
	.cvsignore sources 
Added Files:
	import.log libgdata.spec 
Log Message:
First commit



--- NEW FILE import.log ---
libgdata-0_1_1-2_fc10:HEAD:libgdata-0.1.1-2.fc10.src.rpm:1239024663


--- NEW FILE libgdata.spec ---
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 at redhat.com> - 0.1.1-2
- Add check, snippet from Jason Tibbitts

* Wed Apr 01 2009 - Bastien Nocera <bnocera at redhat.com> - 0.1.1-1
- Update to 0.1.1

* Wed Apr 01 2009 - Bastien Nocera <bnocera at redhat.com> - 0.1.0-1
- First package



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/libgdata/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	3 Apr 2009 20:46:37 -0000	1.1
+++ .cvsignore	6 Apr 2009 13:31:29 -0000	1.2
@@ -0,0 +1 @@
+libgdata-0.1.1.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/libgdata/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	3 Apr 2009 20:46:37 -0000	1.1
+++ sources	6 Apr 2009 13:31:29 -0000	1.2
@@ -0,0 +1 @@
+b1bde0dfa104c6457c97d7e09b4d0e86  libgdata-0.1.1.tar.bz2




More information about the fedora-extras-commits mailing list