]> git.pld-linux.org Git - packages/gDesklets.git/commitdiff
- massive attack
authorczarny <czarny@pld-linux.org>
Mon, 7 Aug 2006 22:23:39 +0000 (22:23 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
 - 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

Changed files:
    gDesklets.spec -> 1.64

gDesklets.spec

index 392420285074a017c8ed32d40a0f96e9a7b63ba8..ae786064a82c2c414ee58f2861fa7460cb916e1d 100644 (file)
@@ -1,12 +1,16 @@
+#
+# 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
@@ -49,20 +53,23 @@ gDesklets udost
 
 %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}"
 
@@ -110,7 +117,6 @@ fi
 %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
@@ -218,4 +224,3 @@ fi
 %{_pixmapsdir}/*
 %{_iconsdir}/gnome/48x48/mimetypes/*.png
 %{_mandir}/man1/*
-%{_sysconfdir}/gconf/schemas/*.schemas
This page took 0.451665 seconds and 4 git commands to generate.