Log:
RPM spec for elementary.
Author: rui
Date: 2010-02-21 11:18:26 -0800 (Sun, 21 Feb 2010)
New Revision: 46349
Added:
trunk/TMP/st/elementary/elementary.spec.in
Modified:
trunk/TMP/st/elementary/Makefile.am trunk/TMP/st/elementary/configure.ac
Modified: trunk/TMP/st/elementary/Makefile.am
===================================================================
--- trunk/TMP/st/elementary/Makefile.am 2010-02-21 18:40:56 UTC (rev 46348)
+++ trunk/TMP/st/elementary/Makefile.am 2010-02-21 19:18:26 UTC (rev 46349)
@@ -7,7 +7,7 @@
ltconfig ltmain.sh missing mkinstalldirs \
stamp-h.in acconfig.h depcomp
-EXTRA_DIST = README AUTHORS COPYING autogen.sh elementary.pc.in
+EXTRA_DIST = README AUTHORS COPYING autogen.sh elementary.pc.in elementary.spec elementary.spec.in
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = elementary.pc
Modified: trunk/TMP/st/elementary/configure.ac
===================================================================
--- trunk/TMP/st/elementary/configure.ac 2010-02-21 18:40:56 UTC (rev 46348)
+++ trunk/TMP/st/elementary/configure.ac 2010-02-21 19:18:26 UTC (rev 46349)
@@ -286,6 +286,7 @@
AC_OUTPUT([
Makefile
+elementary.spec
elementary.pc
doc/elementary.dox
doc/Makefile
|