• R/O
  • HTTP
  • SSH
  • HTTPS

コミット

タグ
未設定

よく使われているワード(クリックで追加)

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

A generic touchscreen calibration program for X.Org


コミットメタ情報

リビジョン6b61cd8829617d586becf19f5ee28f4e4ccc3fb8 (tree)
日時2010-08-03 05:47:36
作者David Ludlow <davel@adsl...>
コミッターTias Guns

ログメッセージ

rpm: makefile additions

変更サマリ

差分

--- 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