SPECS: xorg-lib-libWindowsWM.spec (NEW) - new

qboosh qboosh at pld-linux.org
Sun Dec 4 15:22:06 CET 2005


Author: qboosh                       Date: Sun Dec  4 14:22:06 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new

---- Files affected:
SPECS:
   xorg-lib-libWindowsWM.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/xorg-lib-libWindowsWM.spec
diff -u /dev/null SPECS/xorg-lib-libWindowsWM.spec:1.1
--- /dev/null	Sun Dec  4 15:22:06 2005
+++ SPECS/xorg-lib-libWindowsWM.spec	Sun Dec  4 15:21:59 2005
@@ -0,0 +1,112 @@
+# $Revision$, $Date$
+Summary:	WindowsWM extension library
+Summary(pl):	Biblioteka rozszerzenia WindowsWM
+Name:		xorg-lib-libWindowsWM
+Version:	0.99.3
+Release:	0.1
+License:	MIT
+Group:		X11/Libraries
+Source0:	http://xorg.freedesktop.org/releases/X11R7.0-RC3/lib/libWindowsWM-%{version}.tar.bz2
+# Source0-md5:	8c2527fb562ceabf721aad8afac6139e
+URL:		http://xorg.freedesktop.org/
+BuildRequires:	autoconf >= 2.57
+BuildRequires:	automake
+BuildRequires:	libtool
+BuildRequires:	pkgconfig >= 1:0.19
+BuildRequires:	xorg-lib-libXext-devel
+BuildRequires:	xorg-proto-windowswmproto-devel
+BuildRequires:	xorg-util-util-macros >= 0.99.2
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+WindowsWM extension library.
+
+%description -l pl
+Biblioteka rozszerzenia WindowsWM.
+
+%package devel
+Summary:	Header files for WindowsWM library
+Summary(pl):	Pliki nagłówkowe biblioteki WindowsWM
+Group:		X11/Development/Libraries
+Requires:	%{name} = %{version}-%{release}
+Requires:	xorg-lib-libXext-devel
+Requires:	xorg-proto-windowswmproto-devel
+
+%description devel
+WindowsWM extension library.
+
+This package contains the header files needed to develop programs that
+use libWindowsWM.
+
+%description devel -l pl
+Biblioteka rozszerzenia WindowsWM.
+
+Pakiet zawiera pliki nagłówkowe niezbędne do kompilowania programów
+używających biblioteki libWindowsWM.
+
+%package static
+Summary:	Static WindowsWM library
+Summary(pl):	Biblioteka statyczna WindowsWM
+Group:		X11/Development/Libraries
+Requires:	%{name}-devel = %{version}-%{release}
+
+%description static
+WindowsWM extension library.
+
+This package contains the static libWindowsWM library.
+
+%description static -l pl
+Biblioteka rozszerzenia WindowsWM.
+
+Pakiet zawiera statyczną bibliotekę libWindowsWM.
+
+%prep
+%setup -q -n libWindowsWM-%{version}
+
+%build
+%{__libtoolize}
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
+%configure
+
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT \
+	pkgconfigdir=%{_pkgconfigdir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post	-p /sbin/ldconfig
+%postun -p /sbin/ldconfig
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS COPYING ChangeLog
+%attr(755,root,root) %{_libdir}/libWindowsWM.so.*.*.*
+
+%files devel
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/libWindowsWM.so
+%{_libdir}/libWindowsWM.la
+%{_pkgconfigdir}/windowswm.pc
+%{_mandir}/man3/WindowsWM.3*
+
+%files static
+%defattr(644,root,root,755)
+%{_libdir}/libWindowsWM.a
+
+%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  2005/12/04 14:21:59  qboosh
+- new
================================================================



More information about the pld-cvs-commit mailing list