rpms/anerley/devel anerley.spec,1.1,1.2

Peter Robinson pbrobinson at fedoraproject.org
Fri Aug 7 11:38:55 UTC 2009


Author: pbrobinson

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

Modified Files:
	anerley.spec 
Log Message:
- Spec file cleanups


Index: anerley.spec
===================================================================
RCS file: /cvs/pkgs/rpms/anerley/devel/anerley.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- anerley.spec	5 Aug 2009 07:49:36 -0000	1.1
+++ anerley.spec	7 Aug 2009 11:38:55 -0000	1.2
@@ -1,6 +1,6 @@
 Name:           anerley
 Version:        0.0.20
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Moblin widgets for people information
 
 Group:          System Environment/Libraries
@@ -14,14 +14,10 @@ BuildRequires: glib2-devel
 BuildRequires: nbtk-devel
 BuildRequires: telepathy-glib-devel
 BuildRequires: telepathy-mission-control-devel
-BuildRequires: pkgconfig
-
+BuildRequires: intltool
+BuildRequires: gettext
 # 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 
@@ -39,14 +35,17 @@ Files for development with %{name}.
 %prep
 %setup -q
 
-%build
+# Don't run configure from autogen.sh
+sed -i 's|echo|exit 0|g' autogen.sh
 ./autogen.sh
+
+%build
 %configure --disable-static
 make %{?_smp_mflags}
 
 %install
 rm -rf %{buildroot}
-make install DESTDIR=%{buildroot}
+make install DESTDIR=%{buildroot} INSTALL='install -p'
 
 #Remove libtool archives.
 find %{buildroot} -name '*.la' -exec rm -f {} ';'
@@ -73,6 +72,9 @@ rm -rf %{buildroot}
 %{_libdir}/*.so
 
 %changelog
+* Fri Aug  7 2009 Peter Robinson <pbrobinson at gmail.com> 0.0.20-2
+- Spec file cleanups
+
 * Tue Aug  4 2009 Peter Robinson <pbrobinson at gmail.com> 0.0.20-1
 - New upstream release - 0.0.20
 




More information about the fedora-extras-commits mailing list