SPECS: xcalib.spec (NEW) - initial.
blues
blues at pld-linux.org
Thu Nov 30 23:14:29 CET 2006
Author: blues Date: Thu Nov 30 22:14:29 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- initial.
---- Files affected:
SPECS:
xcalib.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/xcalib.spec
diff -u /dev/null SPECS/xcalib.spec:1.1
--- /dev/null Thu Nov 30 23:14:29 2006
+++ SPECS/xcalib.spec Thu Nov 30 23:14:24 2006
@@ -0,0 +1,46 @@
+# $Revision$, $Date$
+Summary: Monitor calibration loader
+Name: xcalib
+Version: 0.6
+Release: 1
+License: GPL (postcardware)
+Group: X11/Applications
+Source0: http://www.etg.e-technik.uni-erlangen.de/web/doe/xcalib/%{name}-source-%{version}.tar.gz
+# Source0-md5: 076f9c28c2d1766d36c424dd1609cdbf
+URL: http://www.etg.e-technik.uni-erlangen.de/web/doe/xcalib/
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+xcalib is a tiny monitor calibration loader for XFree86 (or X.org) and MS-Windows.
+
+%prep
+%setup -q
+
+%build
+%{__make} \
+ CC="%{__cc}" \
+ CFLAGS="%{rpmcflags}"
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_bindir}
+
+install xcalib $RPM_BUILD_ROOT%{_bindir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc COPYING README* *.icc
+%attr(755,root,root) %{_bindir}/*
+
+%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 2006/11/30 22:14:24 blues
+- initial.
+
================================================================
More information about the pld-cvs-commit
mailing list