rpms/awn-extras-applets/F-8 .cvsignore, 1.1, 1.2 awn-extras-applets.spec, 1.3, 1.4 sources, 1.2, 1.3

Huang Peng (phuang) fedora-extras-commits at redhat.com
Mon Mar 17 08:26:27 UTC 2008


Author: phuang

Update of /cvs/pkgs/rpms/awn-extras-applets/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26755

Modified Files:
	.cvsignore awn-extras-applets.spec sources 
Log Message:
Update to 0.2.6.



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/awn-extras-applets/F-8/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	7 Nov 2007 20:08:02 -0000	1.1
+++ .cvsignore	17 Mar 2008 08:25:51 -0000	1.2
@@ -0,0 +1 @@
+awn-extras-applets-0.2.6.tar.gz


Index: awn-extras-applets.spec
===================================================================
RCS file: /cvs/pkgs/rpms/awn-extras-applets/F-8/awn-extras-applets.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- awn-extras-applets.spec	20 Nov 2007 04:50:03 -0000	1.3
+++ awn-extras-applets.spec	17 Mar 2008 08:25:51 -0000	1.4
@@ -1,12 +1,14 @@
+%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
+%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 Name:           awn-extras-applets
-Version:        0.2.1
-Release:        3%{?dist}
+Version:        0.2.6
+Release:        1%{?dist}
 Summary:        Extras applets for avant window navigator
 
 Group:          User Interface/Desktops
 License:        GPLv2+
 URL:            https://launchpad.net/awn-extras/
-Source0:        https://launchpad.net/awn-extras/0.2.1/0.2.1/+download/%{name}-%{version}.tar
+Source0:        https://edge.launchpad.net/awn-extras/0.2/%{version}/+download/%{name}-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  avant-window-navigator-devel
@@ -23,34 +25,45 @@
 BuildRequires:  libsexy-devel
 BuildRequires:  libnotify-devel
 BuildRequires:  perl(XML::Parser)
-BuildRequires:  dos2unix
 BuildRequires:  ed
+BuildRequires:  pycairo-devel
+BuildRequires:  pygtk2-devel
+BuildRequires:  vte-devel
 
 Requires:       avant-window-navigator
 Requires:       avant-window-navigator-python
+Requires:       gnome-python2
+Requires:       gnome-python2-gnomedesktop
+Requires:       gnome-python2-gnomevfs
 Requires:       gnome-python2-libwnck
 Requires:       gnome-python2-rsvg
+Requires:       gnome-python2-gtkmozembed
+Requires:       gstreamer-python
 Requires:       python-alsaaudio
+Requires:       python-feedparser
+Requires:       gnome-menus
 Requires:       acpi
 Requires:       dbus-python
+Requires:       pycairo
+Requires:       pygtk2
+Requires:       vte
 
 Requires(pre):  GConf2
 Requires(post): GConf2
 Requires(preun): GConf2
 
+
 %description
 awn-extras-applets includes extras applets of Avant Window Navigator (Awn).
 
 %prep
 %setup -q
-dos2unix src/BlingSwitcher/PySwitcher.py
-dos2unix src/gmail/gmail.py
-for f in `find -name '*.py'`; do
-  head -n 1 $f | grep python && echo -e '1d\nwq' | ed $f 
-done
+#for f in `find -name '*.py'`; do
+#  head -n 1 $f | grep python && echo -e '1d\nwq' | ed $f 
+#done
 
 %build
-%configure --disable-static
+%configure --disable-static --disable-pymod-checks
 make %{?_smp_mflags}
 
 
@@ -62,32 +75,35 @@
 find ${RPM_BUILD_ROOT} -name '*.la' | xargs rm
 
 # resolve conflict
-mv ${RPM_BUILD_ROOT}/etc/gconf/schemas/notification-daemon.schemas \
-  ${RPM_BUILD_ROOT}/etc/gconf/schemas/awn-notification-daemon.schemas
+# mv ${RPM_BUILD_ROOT}/etc/gconf/schemas/notification-daemon.schemas \
+#   ${RPM_BUILD_ROOT}/etc/gconf/schemas/awn-notification-daemon.schemas
 
 # This project does not have translations
 # %find_lang %{name}
 
 %pre
+SCHEMAS="awn-notification-daemon awn-terminal places switcher awnsystemmonitor filebrowser shinyswitcher trash"
 if [ "$1" -gt 1 ]; then
     export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
-    for name in awnsystemmonitor filebrowser awn-notification-daemon switcher trash; do
+    for name in ${SCHEMAS}; do
       gconftool-2 --makefile-uninstall-rule \
         %{_sysconfdir}/gconf/schemas/${name}.schemas >/dev/null || :
     done
 fi
 
 %post
+SCHEMAS="awn-notification-daemon awn-terminal places switcher awnsystemmonitor filebrowser shinyswitcher trash"
 export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
-for name in awnsystemmonitor filebrowser awn-notification-daemon switcher trash; do
+for name in ${SCHEMAS}; do
   gconftool-2 --makefile-install-rule \
     %{_sysconfdir}/gconf/schemas/${name}.schemas > /dev/null || :
 done
 
 %preun
+SCHEMAS="awn-notification-daemon awn-terminal places switcher awnsystemmonitor filebrowser shinyswitcher trash"
 if [ "$1" -eq 0 ]; then
     export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
-    for name in awnsystemmonitor filebrowser awn-notification-daemon switcher trash; do
+    for name in ${SCHEMAS}; do
       gconftool-2 --makefile-uninstall-rule \
         %{_sysconfdir}/gconf/schemas/${name}.schemas > /dev/null || :
     done
@@ -100,16 +116,29 @@
 %defattr(-,root,root,-)
 %doc COPYING
 %config(noreplace) %{_sysconfdir}/gconf/schemas/*
+%{_bindir}/affinity-preferences
+%{_libdir}/libawn-extras.so*
+%{python_sitelib}/awn/extras/*
+%dir %{python_sitelib}/awn/extras
+%{_includedir}/libawn-extras
+
 %{_libdir}/awn/applets/*
+
+%{_datadir}/icons
+%{_datadir}/avant-window-navigator/applets/icons
+%{_datadir}/avant-window-navigator/defs/awn_extras.defs
 %dir %{_datadir}/awn-extras-applets
 %{_datadir}/awn-extras-applets/*
 
 %changelog
-* Thu Nov 8 2007 Huang Peng <phuang at redhat.com> - 0.2.1-3
-- Bump the version for rebuilding for dist-f8-updates-candidate.
+* Mon Mar 17 2008 Huang Peng <phuang at redhat.com> - 0.2.6-1
+- Update to 0.2.6.
+
+* Wed Feb 20 2008 Huang Peng <phuang at redhat.com> - 0.2.4-1
+- Update to 0.2.4.
 
-* Thu Nov 8 2007 Huang Peng <phuang at redhat.com> - 0.2.1-2
-- Bump the version.
+* Tue Feb 19 2008 Fedora Release Engineering <rel-eng at fedoraproject.org> - 0.2.1-2
+- Autorebuild for GCC 4.3
 
 * Tue Nov 6 2007 Huang Peng <phuang at redhat.com> - 0.2.1-1
 - Initial build.


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/awn-extras-applets/F-8/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	8 Nov 2007 00:08:52 -0000	1.2
+++ sources	17 Mar 2008 08:25:52 -0000	1.3
@@ -1 +1 @@
-b221bd7b83beb23772dd8f4257221c89  awn-extras-applets-0.2.1.tar
+a02a7d82f086db96bca35d7865d2fa03  awn-extras-applets-0.2.6.tar.gz




More information about the fedora-extras-commits mailing list