rpms/libXcursor/devel libXcursor.spec,1.26,1.27

paragn paragn at fedoraproject.org
Thu Oct 8 10:25:02 UTC 2009


Author: paragn

Update of /cvs/pkgs/rpms/libXcursor/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv22671

Modified Files:
	libXcursor.spec 
Log Message:
* Thu Oct 08 2009 Parag <paragn at fedoraproject.org> - 1.1.10-2
- Merge-Review #226066
- Removed XFree86-libs, xorg-x11-libs as Obsoletes
- Removed BR:pkgconfig
- Few spec cleanups




Index: libXcursor.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libXcursor/devel/libXcursor.spec,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -p -r1.26 -r1.27
--- libXcursor.spec	28 Aug 2009 06:52:21 -0000	1.26
+++ libXcursor.spec	8 Oct 2009 10:25:01 -0000	1.27
@@ -1,7 +1,7 @@
-Summary: X.Org X11 libXcursor runtime library
+Summary: Cursor management library 
 Name: libXcursor
 Version: 1.1.10
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: MIT
 Group: System Environment/Libraries
 URL: http://www.x.org
@@ -10,26 +10,27 @@ BuildRoot: %{_tmppath}/%{name}-%{version
 Source0: ftp://ftp.x.org/pub/individual/lib/%{name}-%{version}.tar.bz2
 Source1: index.theme
 
-BuildRequires: pkgconfig
 BuildRequires: xorg-x11-util-macros
 BuildRequires: xorg-x11-proto-devel
 BuildRequires: libX11-devel
 BuildRequires: libXfixes-devel
 BuildRequires: libXrender-devel >= 0.8.2
 
-Obsoletes: XFree86-libs, xorg-x11-libs
 
 %description
-X.Org X11 libXcursor runtime library
+This is  a simple library designed to help locate and load cursors.
+Cursors can be loaded from files or memory. A library of common cursors
+exists which map to the standard X cursor names.Cursors can exist in 
+several sizes and the library automatically picks the best size.
 
 %package devel
-Summary: X.Org X11 libXcursor development package
+Summary: Development files for %{name}
 Group: Development/Libraries
 Requires: %{name} = %{version}-%{release}
 Requires: pkgconfig
 
 %description devel
-X.Org X11 libXcursor development package
+libXcursor development package.
 
 %prep
 %setup -q
@@ -43,15 +44,15 @@ X.Org X11 libXcursor development package
 %if ! %{with_static}
 	--disable-static
 %endif
-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"
 
-mkdir -p $RPM_BUILD_ROOT/usr/share/icons/default
-install -m 644 %{SOURCE1} $RPM_BUILD_ROOT/usr/share/icons/default/index.theme
+mkdir -p $RPM_BUILD_ROOT%{_datadir}/icons/default
+install -m 644 %{SOURCE1} $RPM_BUILD_ROOT%{_datadir}/icons/default/index.theme
 
 # We intentionally don't ship *.la files
 rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
@@ -83,6 +84,12 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/Xcursor*.3*
 
 %changelog
+* Thu Oct 08 2009 Parag <paragn at fedoraproject.org> - 1.1.10-2
+- Merge-Review #226066
+- Removed XFree86-libs, xorg-x11-libs as Obsoletes
+- Removed BR:pkgconfig
+- Few spec cleanups
+
 * Fri Aug 28 2009 Peter Hutterer <peter.hutterer at redhat.com> 1.1.10-1
 - libXcursor 1.1.10
 




More information about the scm-commits mailing list