corporate2/devel/hardware/misc/gpm - Version bump

Ozan Çağlayan paketler-commits at pardus.org.tr
Wed Oct 27 16:57:52 EEST 2010


Author: ozan.caglayan
Date: Wed Oct 27 16:57:52 2010
New Revision: 103656

Added:
   corporate2/devel/hardware/misc/gpm/files/0001-daemon-use-sys-ioctl.h-for-ioctl.patch
      - copied unchanged from r103555, 2011/devel/hardware/misc/gpm/files/0001-daemon-use-sys-ioctl.h-for-ioctl.patch
   corporate2/devel/hardware/misc/gpm/files/fedora/
      - copied from r102629, 2011/devel/hardware/misc/gpm/files/fedora/
   corporate2/devel/hardware/misc/gpm/files/fedora/gpm-1.20.1-lib-silent.patch
      - copied unchanged from r102629, 2011/devel/hardware/misc/gpm/files/fedora/gpm-1.20.1-lib-silent.patch
   corporate2/devel/hardware/misc/gpm/files/fedora/gpm-1.20.1-weak-wgetch.patch
      - copied unchanged from r102629, 2011/devel/hardware/misc/gpm/files/fedora/gpm-1.20.1-weak-wgetch.patch
   corporate2/devel/hardware/misc/gpm/files/fedora/gpm-1.20.5-close-fds.patch
      - copied unchanged from r102629, 2011/devel/hardware/misc/gpm/files/fedora/gpm-1.20.5-close-fds.patch
   corporate2/devel/hardware/misc/gpm/files/fedora/gpm-1.20.6-libtool.patch
      - copied unchanged from r102629, 2011/devel/hardware/misc/gpm/files/fedora/gpm-1.20.6-libtool.patch
   corporate2/devel/hardware/misc/gpm/files/fedora/gpm.service
      - copied unchanged from r102629, 2011/devel/hardware/misc/gpm/files/fedora/gpm.service
Modified:
   corporate2/devel/hardware/misc/gpm/   (props changed)
   corporate2/devel/hardware/misc/gpm/actions.py
   corporate2/devel/hardware/misc/gpm/pspec.xml
Log:
Version bump

---
 corporate2/devel/hardware/misc/gpm/actions.py                                        |   11 +--
 corporate2/devel/hardware/misc/gpm/files/0001-daemon-use-sys-ioctl.h-for-ioctl.patch |   31 ++++++++++
 corporate2/devel/hardware/misc/gpm/files/fedora/gpm-1.20.1-lib-silent.patch          |   19 ++++++
 corporate2/devel/hardware/misc/gpm/files/fedora/gpm-1.20.1-weak-wgetch.patch         |   26 ++++++++
 corporate2/devel/hardware/misc/gpm/files/fedora/gpm-1.20.5-close-fds.patch           |   17 +++++
 corporate2/devel/hardware/misc/gpm/files/fedora/gpm-1.20.6-libtool.patch             |   12 +++
 corporate2/devel/hardware/misc/gpm/files/fedora/gpm.service                          |   14 ++++
 corporate2/devel/hardware/misc/gpm/pspec.xml                                         |   14 ++++
 devel/hardware/misc/gpm/files/fedora/gpm-1.20.1-lib-silent.patch                     |   19 ------
 devel/hardware/misc/gpm/files/fedora/gpm-1.20.1-weak-wgetch.patch                    |   26 --------
 devel/hardware/misc/gpm/files/fedora/gpm-1.20.5-close-fds.patch                      |   17 -----
 devel/hardware/misc/gpm/files/fedora/gpm-1.20.6-libtool.patch                        |   12 ---
 devel/hardware/misc/gpm/files/fedora/gpm.service                                     |   14 ----
 13 files changed, 137 insertions(+), 95 deletions(-)

Modified: corporate2/devel/hardware/misc/gpm/actions.py
=================================================================
--- corporate2/devel/hardware/misc/gpm/actions.py	(original)
+++ corporate2/devel/hardware/misc/gpm/actions.py	Wed Oct 27 16:57:52 2010
@@ -1,25 +1,22 @@
 #!/usr/bin/python
 # -*- coding: utf-8 -*-
 #
-# Copyright 2005-2009 TUBITAK/UEKAE
+# Copyright 2005-2010 TUBITAK/UEKAE
 # Licensed under the GNU General Public License, version 2.
 # See the file http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt
 
 from pisi.actionsapi import autotools
 from pisi.actionsapi import pisitools
-from pisi.actionsapi import shelltools
 from pisi.actionsapi import libtools
 from pisi.actionsapi import get
 
 def setup():
-    shelltools.export("CC", get.CC())
+    autotools.autoreconf("-fi")
     autotools.configure("--libdir=/usr/lib \
                          --sysconfdir=/etc/gpm")
 
 def build():
-    autotools.make("clean")
-    autotools.make("-j1 -C doc")
-    autotools.make("-j1 EMACS=:")
+    autotools.make()
 
 def install():
     autotools.rawInstall("DESTDIR=%s" % get.installDIR())
@@ -30,6 +27,8 @@
     #remove static link
     pisitools.remove("/usr/lib/libgpm.a")
 
+    pisitools.removeDir("/usr/share/emacs")
+
     pisitools.insinto("/etc/gpm", "conf/gpm-*.conf")
 
     pisitools.dodoc("BUGS", "Changes", "README", "TODO", "doc/Announce", "doc/FAQ", "doc/README*")

Modified: corporate2/devel/hardware/misc/gpm/pspec.xml
=================================================================
--- corporate2/devel/hardware/misc/gpm/pspec.xml	(original)
+++ corporate2/devel/hardware/misc/gpm/pspec.xml	Wed Oct 27 16:57:52 2010
@@ -12,12 +12,17 @@
         <IsA>service</IsA>
         <Summary>Console mouse driver</Summary>
         <Description>GPM (short for General Purpose Mouse) brings mouse support to TTYs.</Description>
-        <Archive sha1sum="4a8c2109167da8e60055c25dadc383d02ba32538" type="tarbz2">http://linux.schottelius.org/gpm/archives/gpm-1.20.5.tar.bz2</Archive>
+        <Archive sha1sum="f3bb9272878b7934968381c8b25edab359114150" type="tarbz2">http://www.nico.schottelius.org/software/gpm/archives/gpm-1.20.6.tar.bz2</Archive>
         <BuildDependencies>
             <Dependency>ncurses</Dependency>
         </BuildDependencies>
         <Patches>
             <Patch level="1">abi.patch</Patch>
+            <Patch level="1">0001-daemon-use-sys-ioctl.h-for-ioctl.patch</Patch>
+            <Patch level="1">fedora/gpm-1.20.5-close-fds.patch</Patch>
+            <Patch level="1">fedora/gpm-1.20.1-weak-wgetch.patch</Patch>
+            <Patch level="1">fedora/gpm-1.20.6-libtool.patch</Patch>
+            <Patch level="1">fedora/gpm-1.20.1-lib-silent.patch</Patch>
         </Patches>
     </Source>
 
@@ -42,6 +47,13 @@
    </Package>
 
     <History>
+        <Update release="9">
+            <Date>2010-10-27</Date>
+            <Version>1.20.6</Version>
+            <Comment>Add some fedora patches and version bump.</Comment>
+            <Name>Ozan Çağlayan</Name>
+            <Email>ozan at pardus.org.tr</Email>
+        </Update>
         <Update release="8">
             <Date>2010-10-27</Date>
             <Version>1.20.5</Version>


More information about the paketler-commits mailing list