rpms/libtelepathy/devel libtelepathy.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Brian Pepple (bpepple) fedora-extras-commits at redhat.com
Sat Sep 16 14:26:01 UTC 2006


Author: bpepple

Update of /cvs/extras/rpms/libtelepathy/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1496/devel

Modified Files:
	.cvsignore sources 
Added Files:
	libtelepathy.spec 
Log Message:
auto-import libtelepathy-0.0.37-1 on branch devel from libtelepathy-0.0.37-1.src.rpm


--- NEW FILE libtelepathy.spec ---
Name:           libtelepathy
Version:        0.0.37
Release:        1%{?dist}
Summary:        A GLib library to ease writing telepathy clients

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

BuildRequires:	dbus-devel  
BuildRequires:	dbus-glib-devel


%description
A GLib library to ease writing telepathy clients in glib.


%package        devel
Summary:        Development files for %{name}
Group:          Development/Libraries
Requires:       %{name} = %{version}-%{release}
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}.


%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


%post -p /sbin/ldconfig


%postun -p /sbin/ldconfig


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


%files devel
%defattr(-,root,root,-)
%{_includedir}/telepathy-1.0/
%{_libdir}/%{name}.so
%{_libdir}/pkgconfig/%{name}.pc


%changelog
* Tue Sep 12 2006 Brian Pepple <bpepple at fedoraproject.org> - 0.0.37-1
- Update to 0.0.37.

* Mon Aug 28 2006 Brian Pepple <bpepple at fedoraproject.org> - 0.0.31-1
- Intial FE spec.



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/libtelepathy/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	16 Sep 2006 14:25:37 -0000	1.1
+++ .cvsignore	16 Sep 2006 14:26:01 -0000	1.2
@@ -0,0 +1 @@
+libtelepathy-0.0.37.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/libtelepathy/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	16 Sep 2006 14:25:37 -0000	1.1
+++ sources	16 Sep 2006 14:26:01 -0000	1.2
@@ -0,0 +1 @@
+98cd5963b02396a7698b064cf5097dcd  libtelepathy-0.0.37.tar.gz




More information about the fedora-extras-commits mailing list