SPECS: xorg-app-sessreg.spec (NEW) - new

qboosh qboosh at pld-linux.org
Fri Oct 21 16:53:45 CEST 2005


Author: qboosh                       Date: Fri Oct 21 14:53:45 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new

---- Files affected:
SPECS:
   xorg-app-sessreg.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/xorg-app-sessreg.spec
diff -u /dev/null SPECS/xorg-app-sessreg.spec:1.1
--- /dev/null	Fri Oct 21 16:53:45 2005
+++ SPECS/xorg-app-sessreg.spec	Fri Oct 21 16:53:40 2005
@@ -0,0 +1,63 @@
+# $Revision$, $Date$
+Summary:	sessreg application
+Summary(pl):	Aplikacja sessreg
+Name:		xorg-app-sessreg
+Version:	0.99.1
+Release:	0.1
+License:	MIT
+Group:		X11/Applications
+Source0:	http://xorg.freedesktop.org/releases/X11R7.0-RC1/app/sessreg-%{version}.tar.bz2
+# Source0-md5:	72b723df523d0b241130a6de6a463690
+URL:		http://xorg.freedesktop.org/
+BuildRequires:	autoconf >= 2.57
+BuildRequires:	automake
+BuildRequires:	pkgconfig >= 0.19
+BuildRequires:	xorg-proto-xproto-devel
+BuildRequires:	xorg-util-util-macros >= 0.99.1
+Obsoletes:	X11-sessreg
+Obsoletes:	XFree86-sessreg
+Obsoletes:	sessreg
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+sessreg application.
+
+%description -l pl
+Aplikacja sessreg.
+
+%prep
+%setup -q -n sessreg-%{version}
+
+%build
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
+%configure
+
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT \
+	appmandir=%{_mandir}/man1
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS COPYING ChangeLog
+%attr(755,root,root) %{_bindir}/*
+%{_mandir}/man1/*.1x*
+
+%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/10/21 14:53:40  qboosh
+- new
================================================================



More information about the pld-cvs-commit mailing list