rpms/telepathy-glib/OLPC-2 telepathy-glib.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Brian Pepple (bpepple) fedora-extras-commits at redhat.com
Tue Jun 19 04:50:23 UTC 2007


Author: bpepple

Update of /cvs/pkgs/rpms/telepathy-glib/OLPC-2
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9850/OLPC-2

Modified Files:
	.cvsignore sources 
Added Files:
	telepathy-glib.spec 
Log Message:
Initial import



--- NEW FILE telepathy-glib.spec ---
Name:           telepathy-glib
Version:        0.5.13
Release:        3%{?dist}
Summary:        GLib bindings for Telepathy

Group:          System Environment/Libraries
License:        LGPL
URL:            http://telepathy.freedesktop.org/wiki/FrontPage
Source0:        http://telepathy.freedesktop.org/releases/%{name}/%{name}-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  gtk-doc
BuildRequires:  dbus-devel
BuildRequires:	dbus-glib-devel
BuildRequires:	libxslt


%description
Telepathy-glib is the glib bindings for the telepathy unified framework
for all forms of real time conversations, including instant messaging, IRC, 
voice calls and video calls.


%package 	devel
Summary:	Development files for %{name}
Group:		Development/Libraries
Requires:	%{name} = %{version}-%{release}
Requires:	telepathy-filesystem
Requires:	dbus-devel
Requires:	dbus-glib-devel
Requires:	pkgconfig


%description devel
The %{name}-devel package contains libraries and header files for
developing applications that use %{name}.


%package 	unstable-static
Summary:	Unstable Development files for %{name}
Group:		Development/Libraries
Requires:	%{name} = %{version}-%{release}
Requires:   	%{name}-devel = %{version}-%{release}
Requires:   	pkgconfig


%description unstable-static	
The %{name}-unstable-static package contains libraries and header
files for developing applications that use statically linked
unstable API from %{name}. Packagers build requiring this package
should be check to see if it is needed in future releases.


%prep
%setup -q


%check
make check


%build
%configure --enable-static=no
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


%post -p /sbin/ldconfig


%postun -p /sbin/ldconfig


%files
%defattr(-,root,root,-)
%doc AUTHORS COPYING ChangeLog
%{_libdir}/libtelepathy-glib*.so.*


%files devel
%defattr(-,root,root,-)
%doc %{_datadir}/gtk-doc/html/%{name}/
%{_libdir}/libtelepathy-glib.so
%{_libdir}/pkgconfig/%{name}.pc
%{_includedir}/telepathy-1.0/%{name}/


%files unstable-static
%defattr(-,root,root,-)
%{_includedir}/telepathy-unstable/
%{_libdir}/pkgconfig/%{name}-unstable.pc
%{_libdir}/libtelepathy-glib-unstable.a


%changelog
* Mon Jun 18 2007 Brian Pepple <bpepple at fedoraproject.org> - 0.5.13-3
- Add check section to run test suite.
- Mark gtk-docs as docs.

* Sat Jun 16 2007 Brian Pepple <bpepple at fedoraproject.org> - 0.5.13-2
- Change Group to more accurate categoryn.
- Require pkgconfig on the devel package.
- Move headers for unstable libs to unstable-static sub-pacakge.

* Tue Jun  5 2007 Brian Pepple <bpepple at fedoraproject.org> - 0.5.13-1
- Update to 0.5.13.

* Wed May 16 2007 Brian Pepple <bpepple at fedoraproject.org> - 0.5.11-1
- Update to 0.5.11.

* Sat Apr 21 2007 Brian Pepple <bpepple at fedoraproject.org> - 0.5.10-1
- Intial spec.



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/telepathy-glib/OLPC-2/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	19 Jun 2007 04:18:09 -0000	1.1
+++ .cvsignore	19 Jun 2007 04:49:48 -0000	1.2
@@ -0,0 +1 @@
+telepathy-glib-0.5.13.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/telepathy-glib/OLPC-2/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	19 Jun 2007 04:18:09 -0000	1.1
+++ sources	19 Jun 2007 04:49:48 -0000	1.2
@@ -0,0 +1 @@
+61b16101b6164ae495c765c2d09a0899  telepathy-glib-0.5.13.tar.gz




More information about the fedora-extras-commits mailing list