rpms/mojito/devel mojito.spec,1.12,1.13

Peter Robinson pbrobinson at fedoraproject.org
Sat Aug 22 10:59:53 UTC 2009


Author: pbrobinson

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

Modified Files:
	mojito.spec 
Log Message:
- Enable twitter, lastfm, MySpace and Flickr networks


Index: mojito.spec
===================================================================
RCS file: /cvs/pkgs/rpms/mojito/devel/mojito.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -p -r1.12 -r1.13
--- mojito.spec	19 Aug 2009 16:17:54 -0000	1.12
+++ mojito.spec	22 Aug 2009 10:59:53 -0000	1.13
@@ -1,6 +1,6 @@
 Name:           mojito
 Version:        0.20
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        A social network data aggregator
 
 Group:          Applications/Internet
@@ -17,7 +17,6 @@ BuildRequires: libsoup-devel
 BuildRequires: NetworkManager-glib-devel
 BuildRequires: rest-devel
 BuildRequires: intltool
-BuildRequires: gtk-doc
 
 # Require these because the git tarball doesn't have the configure built
 BuildRequires: libtool
@@ -33,7 +32,6 @@ Summary: Development package for %{name}
 Group: Development/Libraries
 Requires: %{name} = %{version}-%{release}
 Requires: pkgconfig
-Requires: gtk-doc
 
 %description devel
 Files for development with %{name}.
@@ -47,17 +45,21 @@ sed -i 's|echo|exit 0|g' autogen.sh
 ./autogen.sh
 
 %build
-%configure --enable-gtk-doc --with-gnome --with-online=networkmanager --disable-static --enable-lastfm-key --enable-myspace-key --enable-flickr-key
+%configure --with-gnome --with-online=networkmanager --disable-static \
+   --enable-twitter-key=4PEfS48BDCWSHSb1s84ebQ:HqJIWVVJwXNIMaNPuxkYw6wVTL2paNdWkvOg3mXxE \
+   --enable-lastfm-key=b70f696913487a44ea13038e926a096a \
+   --enable-myspace-key=f06906e7522f46f2a08a03e11ef66496:45ee30d3b29c47ffbb65b59bd84d1848bfa93c968b7d487cae68a6790e96c6ef \
+   --enable-flickr-key=d7953dc63a9498433bfdb4287ee2694b:2bd799133e3a2c7f
 
 # Remove rpath as per https://fedoraproject.org/wiki/Packaging/Guidelines#Beware_of_Rpath
 sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
 sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
 
-make %{?_smp_mflags}
+make %{?_smp_mflags} V=1
 
 %install
 rm -rf %{buildroot}
-make install DESTDIR=%{buildroot} V=1
+make install DESTDIR=%{buildroot} INSTALL='install -p'
 
 #Remove libtool archives and static libs.
 find %{buildroot} -name '*.la' -exec rm -f {} ';'
@@ -100,6 +102,9 @@ rm -rf %{buildroot}
 %{_libdir}/libmojito-keystore.so
 
 %changelog
+* Sat Aug 22 2009 Peter Robinson <pbrobinson at gmail.com> 0.20-2
+- Enable twitter, lastfm, MySpace and Flickr networks
+
 * Wed Aug 19 2009 Peter Robinson <pbrobinson at gmail.com> 0.20-1
 - Update to 0.20
 




More information about the scm-commits mailing list