SPECS: xspproto.spec (NEW) - new

qboosh qboosh at pld-linux.org
Mon Jun 4 01:02:09 CEST 2007


Author: qboosh                       Date: Sun Jun  3 23:02:09 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new

---- Files affected:
SPECS:
   xspproto.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/xspproto.spec
diff -u /dev/null SPECS/xspproto.spec:1.1
--- /dev/null	Mon Jun  4 01:02:09 2007
+++ SPECS/xspproto.spec	Mon Jun  4 01:02:02 2007
@@ -0,0 +1,56 @@
+# $Revision$, $Date$
+Summary:	Xsp extension headers
+Summary(pl.UTF-8):	Pliki nagłówkowe rozszerzenia Xsp
+Name:		xspproto
+Version:	1.2
+Release:	1
+License:	MIT-like
+Group:		Development/Libraries
+Source0:	http://repository.maemo.org/pool/bora/free/source/x11proto-xsp_%{version}-1.tar.gz
+# Source0-md5:	90cab4074681d90da6ba997303e12a0f
+URL:		http://maemo.org/
+# just for dir
+Requires:	xorg-proto-xproto-devel
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+This package contains header files for the Xsp extension. There are
+two users for Xsp: end-user calibration application, and the media
+player.
+
+%description -l pl.UTF-8
+Ten pakiet zawiera pliki nagłówkowe rozszerzenia Xsp. Są dwa
+zastosowania Xsp: aplikacja użytkownika do kalibracji i odtwarzacz
+multimedialny.
+
+%prep
+%setup -q -n x11proto-xsp-%{version}
+
+%build
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS COPYING README
+%{_includedir}/X11/extensions/xspproto.h
+%{_includedir}/X11/extensions/xspwire.h
+%{_pkgconfigdir}/xspproto.pc
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2007/06/03 23:02:02  qboosh
+- new
================================================================


More information about the pld-cvs-commit mailing list