rpms/awn-extras-applets/devel awn-extras-applets.spec,1.21,1.22

Sindre Pedersen Bjørdal sindrepb at fedoraproject.org
Sun Apr 5 00:59:09 UTC 2009


Author: sindrepb

Update of /cvs/pkgs/rpms/awn-extras-applets/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv23491

Modified Files:
	awn-extras-applets.spec 
Log Message:



Index: awn-extras-applets.spec
===================================================================
RCS file: /cvs/pkgs/rpms/awn-extras-applets/devel/awn-extras-applets.spec,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- awn-extras-applets.spec	5 Apr 2009 00:35:41 -0000	1.21
+++ awn-extras-applets.spec	5 Apr 2009 00:58:38 -0000	1.22
@@ -9,6 +9,8 @@
 License:        GPLv2+
 URL:            https://launchpad.net/awn-extras/
 Source0:        https://edge.launchpad.net/awn-extras/0.3/%{version}/+download/%{name}-%{version}.tar.gz
+#patch modifies autotools files to make python bindings install to sitearch 
+#requires autoreconf to take effect.
 Patch0:         %{name}-%{version}-python-platform.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -27,7 +29,6 @@
 BuildRequires:  libsexy-devel
 BuildRequires:  libnotify-devel
 BuildRequires:  perl(XML::Parser)
-#BuildRequires:  ed
 BuildRequires:  pycairo-devel
 BuildRequires:  pygtk2-devel
 BuildRequires:  vte-devel
@@ -82,6 +83,7 @@
 
 %build
 #required for python-platform patch
+libtoolize --force
 autoreconf
 %configure --disable-static --disable-pymod-checks --with-webkit
 make %{?_smp_mflags}
@@ -94,6 +96,7 @@
 
 find ${RPM_BUILD_ROOT} -name '*.la' | xargs rm
 
+#translations included in non-standard way. no find_lang for now
 #%find_lang
 
 #remove script-shebang in non-executables




More information about the fedora-extras-commits mailing list