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

Peter Robinson pbrobinson at fedoraproject.org
Wed Aug 5 07:49:37 UTC 2009


Author: pbrobinson

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

Modified Files:
	.cvsignore sources 
Added Files:
	anerley.spec import.log 
Log Message:
- Initial import



--- NEW FILE anerley.spec ---
Name:           anerley
Version:        0.0.20
Release:        1%{?dist}
Summary:        Moblin widgets for people information

Group:          System Environment/Libraries
License:        LGPLv2
URL:            http://www.moblin.org/
Source0:        http://git.moblin.org/cgit.cgi/%{name}/snapshot/%{name}-%{version}.tar.bz2
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires: evolution-data-server-devel
BuildRequires: glib2-devel
BuildRequires: nbtk-devel
BuildRequires: telepathy-glib-devel
BuildRequires: telepathy-mission-control-devel
BuildRequires: pkgconfig

# Require these because the git tarball doesn't have the configure built
BuildRequires: libtool
BuildRequires: intltool
BuildRequires: automake
BuildRequires: autoconf
BuildRequires: gnome-common

%description
Moblin widgets for management of people information using telepathy 
and associated protocols

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

%description devel
Files for development with %{name}.

%prep
%setup -q

%build
./autogen.sh
%configure --disable-static
make %{?_smp_mflags}

%install
rm -rf %{buildroot}
make install DESTDIR=%{buildroot}

#Remove libtool archives.
find %{buildroot} -name '*.la' -exec rm -f {} ';'

%find_lang %{name}

%clean
rm -rf %{buildroot}

%post -p /sbin/ldconfig

%postun -p /sbin/ldconfig

%files -f %{name}.lang
%defattr(-,root,root,-)
%doc COPYING
%{_libdir}/*.so.*
%{_datadir}/anerley

%files devel
%defattr(-,root,root,-)
%{_includedir}/anerley
%{_libdir}/pkgconfig/anerley.pc
%{_libdir}/*.so

%changelog
* Tue Aug  4 2009 Peter Robinson <pbrobinson at gmail.com> 0.0.20-1
- New upstream release - 0.0.20

* Mon Jul 27 2009 Peter Robinson <pbrobinson at gmail.com> 0.0.18-1
- New upstream release - 0.0.18

* Wed Jul 22 2009 Peter Robinson <pbrobinson at gmail.com> 0.0.17-1
- New upstream release - 0.0.17, add translations

* Sat Jul 18 2009 Peter Robinson <pbrobinson at gmail.com> 0.0.15-1
- New upstream release - 0.0.15

* Thu Jun 18 2009 Peter Robinson <pbrobinson at gmail.com> 0.0.13-1
- New upstream release, review feedback

* Thu Jun 18 2009 Peter Robinson <pbrobinson at gmail.com> 0.0.9-1
- Initial packaging


--- NEW FILE import.log ---
anerley-0_0_20-1_fc11:HEAD:anerley-0.0.20-1.fc11.src.rpm:1249458481


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/anerley/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	5 Aug 2009 06:09:50 -0000	1.1
+++ .cvsignore	5 Aug 2009 07:49:36 -0000	1.2
@@ -0,0 +1 @@
+anerley-0.0.20.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/anerley/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	5 Aug 2009 06:09:51 -0000	1.1
+++ sources	5 Aug 2009 07:49:36 -0000	1.2
@@ -0,0 +1 @@
+7e3d52f677cb99dc2fb729295f9c559b  anerley-0.0.20.tar.bz2




More information about the fedora-extras-commits mailing list