rpms/xorg-x11-drv-penmount/devel xorg-x11-drv-penmount.spec, 1.29, 1.30

Peter Hutterer whot at fedoraproject.org
Wed Jul 14 23:22:07 UTC 2010


Author: whot

Update of /cvs/pkgs/rpms/xorg-x11-drv-penmount/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv29045

Modified Files:
	xorg-x11-drv-penmount.spec 
Log Message:
* Thu Jul 15 2010 Peter Hutterer <peter.hutterer at redhat.com> 1.4.1-1
- penmount 1.4.1
- use smp_mflags for make
- install COPYING, Readme and Changelog



Index: xorg-x11-drv-penmount.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xorg-x11-drv-penmount/devel/xorg-x11-drv-penmount.spec,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -p -r1.29 -r1.30
--- xorg-x11-drv-penmount.spec	5 Jul 2010 03:14:08 -0000	1.29
+++ xorg-x11-drv-penmount.spec	14 Jul 2010 23:22:07 -0000	1.30
@@ -4,8 +4,8 @@
 
 Summary:   Xorg X11 penmount input driver
 Name:      xorg-x11-drv-penmount
-Version:   1.4.0
-Release:   7%{?dist}
+Version:   1.4.1
+Release:   1%{?dist}
 URL:       http://www.x.org
 License:   MIT
 Group:     User Interface/X Hardware Support
@@ -13,8 +13,6 @@ BuildRoot: %{_tmppath}/%{name}-%{version
 
 Source0:   ftp://ftp.x.org/pub/individual/driver/%{tarball}-%{version}.tar.bz2
 
-Patch1: penmount-1.4.0-abi.patch
-
 ExcludeArch: s390 s390x
 
 BuildRequires: xorg-x11-server-sdk >= 1.3.0.0-6
@@ -27,16 +25,15 @@ X.Org X11 penmount input driver.
 
 %prep
 %setup -q -n %{tarball}-%{version}
-%patch1 -p1
 
 %build
 %configure --disable-static
-make
+make %{?_smp_mflags}
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
-make install DESTDIR=$RPM_BUILD_ROOT
+make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
 
 # FIXME: Remove all libtool archives (*.la) from modules directory.  This
 # should be fixed in upstream Makefile.am or whatever.
@@ -49,8 +46,14 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(-,root,root,-)
 %{driverdir}/penmount_drv.so
 %{_mandir}/man4/penmount.4*
+%doc ChangeLog README COPYING
 
 %changelog
+* Thu Jul 15 2010 Peter Hutterer <peter.hutterer at redhat.com> 1.4.1-1
+- penmount 1.4.1
+- use smp_mflags for make
+- install COPYING, Readme and Changelog
+
 * Mon Jul 05 2010 Peter Hutterer <peter.hutterer at redhat.com> - 1.4.0-7
 - rebuild for X Server 1.9
 



More information about the scm-commits mailing list