rpms/anerley/devel anerley.spec,1.20,1.21

Peter Robinson pbrobinson at fedoraproject.org
Wed Jan 27 11:50:24 UTC 2010


Author: pbrobinson

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

Modified Files:
	anerley.spec 
Log Message:
- Drop the autogen for a proper release. Doh


Index: anerley.spec
===================================================================
RCS file: /cvs/pkgs/rpms/anerley/devel/anerley.spec,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -p -r1.20 -r1.21
--- anerley.spec	27 Jan 2010 11:40:45 -0000	1.20
+++ anerley.spec	27 Jan 2010 11:50:24 -0000	1.21
@@ -1,13 +1,13 @@
-Name:           anerley
-Version:        0.2.2
-Release:        2%{?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)
+Name:          anerley
+Version:       0.2.2
+Release:       3%{?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
@@ -36,9 +36,6 @@ Files for development with %{name}.
 %prep
 %setup -q
 
-# Don't run configure from autogen.sh
-NOCONFIGURE=true ./autogen.sh
-
 %build
 %configure --disable-static
 make %{?_smp_mflags}
@@ -72,6 +69,9 @@ rm -rf %{buildroot}
 %{_libdir}/*.so
 
 %changelog
+* Wed Jan 27 2010 Peter Robinson <pbrobinson at gmail.com> 0.2.2-3
+- Drop the autogen for a proper release. Doh!
+
 * Wed Jan 27 2010 Peter Robinson <pbrobinson at gmail.com> 0.2.2-2
 - Bump release
 



More information about the scm-commits mailing list