• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

A generic touchscreen calibration program for X.Org


Commit MetaInfo

Revisión6b61cd8829617d586becf19f5ee28f4e4ccc3fb8 (tree)
Tiempo2010-08-03 05:47:36
AutorDavid Ludlow <davel@adsl...>
CommiterTias Guns

Log Message

rpm: makefile additions

Cambiar Resumen

Diferencia incremental

--- a/Makefile.am
+++ b/Makefile.am
@@ -27,10 +27,14 @@
2727 AUTOMAKE_OPTIONS = foreign
2828 SUBDIRS = src man scripts
2929
30-EXTRA_DIST = autogen.sh Changelog
30+EXTRA_DIST = autogen.sh Changelog xinput_calibrator.spec
3131
3232 icon_DATA = scripts/xinput_calibrator.svg scripts/xinput_calibrator.xpm
3333 icondir = $(datadir)/pixmaps
3434
3535 util_DATA = scripts/xinput_calibrator.desktop
3636 utildir = $(datadir)/applications
37+
38+dist-rpm: dist-gzip
39+ rpmbuild -ta $(PACKAGE)-$(VERSION).tar.gz;
40+
--- a/configure.ac
+++ b/configure.ac
@@ -72,6 +72,7 @@ AM_CONDITIONAL([BUILD_X11], [test "x$with_gui" = xx11])
7272 AC_SUBST(VERSION)
7373
7474 AC_OUTPUT([Makefile
75+ xinput_calibrator.spec
7576 scripts/Makefile
7677 src/Makefile
7778 src/calibrator/Makefile