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

qboosh qboosh at pld-linux.org
Fri Oct 21 15:50:23 CEST 2005


Author: qboosh                       Date: Fri Oct 21 13:50:23 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new

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

---- Diffs:

================================================================
Index: SPECS/xorg-app-mkcfm.spec
diff -u /dev/null SPECS/xorg-app-mkcfm.spec:1.1
--- /dev/null	Fri Oct 21 15:50:23 2005
+++ SPECS/xorg-app-mkcfm.spec	Fri Oct 21 15:50:18 2005
@@ -0,0 +1,61 @@
+# $Revision$, $Date$
+Summary:	mkcfm application
+Summary(pl):	Aplikacja mkcfm
+Name:		xorg-app-mkcfm
+Version:	0.99.1
+Release:	0.1
+License:	MIT
+Group:		X11/Applications
+Source0:	http://xorg.freedesktop.org/releases/X11R7.0-RC1/app/mkcfm-%{version}.tar.bz2
+# Source0-md5:	62fc0e48c7dc3d60f3bf693f222a25bd
+URL:		http://xorg.freedesktop.org/
+BuildRequires:	autoconf >= 2.57
+BuildRequires:	automake
+BuildRequires:	pkgconfig >= 0.19
+BuildRequires:	xorg-lib-libX11-devel
+BuildRequires:	xorg-lib-libXfont-devel
+BuildRequires:	xorg-util-util-macros >= 0.99.1
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+mkcfm application.
+
+%description -l pl
+Aplikacja mkcfm.
+
+%prep
+%setup -q -n mkcfm-%{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 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 13:50:18  qboosh
+- new
================================================================



More information about the pld-cvs-commit mailing list