SPECS: gDesklets.spec - massive attack - up to 0.35.3 - comment...
czarny
czarny at pld-linux.org
Tue Aug 8 00:23:45 CEST 2006
Author: czarny Date: Mon Aug 7 22:23:45 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- massive attack
- up to 0.35.3
- commented not applying patches
- commented mysterious no -> nb.po move, which brakes build
- commented strange --disable-schemas-install and thrown out schemas in %files (why write --disable schemas and include them in %files after?)
- no more %{_libdir}/gdesklets/*.py[co] (build doesn't produce them)
- added TODO
- builds on th
---- Files affected:
SPECS:
gDesklets.spec (1.63 -> 1.64)
---- Diffs:
================================================================
Index: SPECS/gDesklets.spec
diff -u SPECS/gDesklets.spec:1.63 SPECS/gDesklets.spec:1.64
--- SPECS/gDesklets.spec:1.63 Sat May 27 13:07:36 2006
+++ SPECS/gDesklets.spec Tue Aug 8 00:23:39 2006
@@ -1,13 +1,17 @@
# $Revision$, $Date$
+#
+# TODO:
+# - check unpackaged mime-related files
+#
Summary: gDesklets - an advanced architecture for desktop applets
Summary(pl): gDesklets - zaawansowana architektura dla apletów
Name: gDesklets
-Version: 0.35
+Version: 0.35.3
Release: 1
License: GPL
Group: X11/Applications
Source0: http://gdesklets.org/downloads/%{name}-%{version}.tar.bz2
-# Source0-md5: 1ba952f54d74c3b31732d0188b48512f
+# Source0-md5: 3f9ce7f2ca4522bc96cb9bc4a4b91774
Patch0: %{name}-am.patch
Patch1: %{name}-locale-names.patch
Patch2: %{name}-disksize.patch
@@ -50,20 +54,23 @@
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1 -b .wiget
+#patch 1&2 don't apply anymore
+#%patch0 -p1
+#%patch1 -p1 -b .wiget
#%%patch2 -p1
%patch3 -p1
-mv po/{no,nb}.po
+#breaks build
+#mv po/{no,nb}.po
%build
%{__libtoolize}
%{__aclocal}
%{__automake}
%{__autoconf}
-%configure \
- --disable-schemas-install
+%configure
+# Doesn't produce schemas anyway now
+# --disable-schemas-install
%{__make} \
CFLAGS="%{rpmcflags}"
@@ -111,7 +118,6 @@
%attr(755,root,root) %{_bindir}/*
#%{_pkgconfigdir}/*.pc
%dir %{_libdir}/gdesklets
-%{_libdir}/gdesklets/*.py[co]
%attr(755,root,root) %{_libdir}/gdesklets/gdesklets
%attr(755,root,root) %{_libdir}/gdesklets/gdesklets-daemon
%attr(755,root,root) %{_libdir}/gdesklets/gdesklets-logview
@@ -219,7 +225,6 @@
%{_pixmapsdir}/*
%{_iconsdir}/gnome/48x48/mimetypes/*.png
%{_mandir}/man1/*
-%{_sysconfdir}/gconf/schemas/*.schemas
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
@@ -227,6 +232,16 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.64 2006/08/07 22:23:39 czarny
+ - massive attack
+ - up to 0.35.3
+ - commented not applying patches
+ - commented mysterious no -> nb.po move, which brakes build
+ - commented strange --disable-schemas-install and thrown out schemas in %files (why write --disable schemas and include them in %files after?)
+ - no more %{_libdir}/gdesklets/*.py[co] (build doesn't produce them)
+ - added TODO
+ - builds on th
+
Revision 1.63 2006/05/27 11:07:36 qboosh
- merged deps update from AC-branch
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/gDesklets.spec?r1=1.63&r2=1.64&f=u
More information about the pld-cvs-commit
mailing list