bump build

This commit is contained in:
Peter Robinson 2011-02-03 14:47:41 +00:00
commit 3ee3eef511
3 changed files with 15 additions and 7 deletions

1
.gitignore vendored
View file

@ -1 +1,2 @@
anerley-0.2.14.tar.gz
/anerley-0.2.9.tar.bz2

View file

@ -1,14 +1,18 @@
# Tarfile created using git
# git clone git://gitorious.org/meego-netbook-ux/meego-panel-devices.git
# git archive --format=tar --prefix=%{name}-%{version}/ %{version} | bzip2 > %{name}-%{version}.tar.bz2
%define tarfile %{name}-%{version}.tar.bz2
Name: anerley
Version: 0.2.14
Release: 3%{?dist}
Release: 4%{?dist}
Epoch: 1
Summary: Moblin widgets for people information
Summary: Widgets for people information
Group: System Environment/Libraries
License: LGPLv2
URL: http://www.moblin.org/
Source0: http://download.moblin.org/sources/%{name}/0.2/%{name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
URL: http://www.meego.com
Source0: %{tarfile}
BuildRequires: evolution-data-server-devel
BuildRequires: glib2-devel
@ -18,7 +22,7 @@ BuildRequires: intltool
BuildRequires: gettext
%description
Moblin widgets for management of people information using telepathy
Widgets for management of people information using telepathy
and associated protocols
%package devel
@ -68,6 +72,9 @@ rm -rf %{buildroot}
%{_libdir}/*.so
%changelog
* Thu Feb 3 2011 Peter Robinson <pbrobinson@gmail.com> 1:0.2.14-4
- Bump build for new evolution
* Tue Jul 20 2010 Peter Robinson <pbrobinson@gmail.com> 1:0.2.14-3
- Bump build for new evolution

View file

@ -1 +1 @@
507d078cf59c447d96f9a5f6d6f2316f anerley-0.2.14.tar.gz
c3a80c16c7eed396d92293a68acb4443 anerley-0.2.9.tar.bz2