SPECS: xorg-proto-xineramaproto.spec (NEW) - initial release
wiget
wiget at pld-linux.org
Thu Sep 8 16:24:01 CEST 2005
Author: wiget Date: Thu Sep 8 14:24:01 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- initial release
---- Files affected:
SPECS:
xorg-proto-xineramaproto.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/xorg-proto-xineramaproto.spec
diff -u /dev/null SPECS/xorg-proto-xineramaproto.spec:1.1
--- /dev/null Thu Sep 8 16:24:01 2005
+++ SPECS/xorg-proto-xineramaproto.spec Thu Sep 8 16:23:56 2005
@@ -0,0 +1,62 @@
+# $Revision$, $Date$
+Summary: .
+Name: xorg-proto-xineramaproto
+Version: 1.1
+Release: 0.1
+License: MIT
+Group: X11/Development/Libraries
+Source0: http://xorg.freedesktop.org/X11R7.0-RC0/proto/xineramaproto-%{version}.tar.bz2
+# Source0-md5: 91d70352ee2c7c8c3f848981719b90f3
+URL: http://xorg.freedesktop.org/
+BuildRequires: autoconf
+BuildRequires: automake
+BuildRequires: pkgconfig >= 0.19
+BuildRequires: xorg-util-util-macros
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+.
+
+%package devel
+Summary: .
+Group: X11/Development/Libraries
+Requires: xorg-proto-xproto-devel
+
+%description devel
+.
+
+%prep
+%setup -q -n xineramaproto-%{version}
+
+%build
+%{__aclocal}
+%{__autoconf}
+%{__automake}
+%configure
+
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+ DESTDIR=$RPM_BUILD_ROOT \
+ pkgconfigdir=%{_pkgconfigdir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files devel
+%defattr(644,root,root,755)
+%{_includedir}/X11/extensions/*.h
+%{_pkgconfigdir}/xineramaproto.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 2005/09/08 14:23:56 wiget
+- initial release
+
================================================================
More information about the pld-cvs-commit
mailing list