sabayon r912 - trunk



Author: federico
Date: Thu Jan 17 20:23:47 2008
New Revision: 912
URL: http://svn.gnome.org/viewvc/sabayon?rev=912&view=rev

Log:
Remove the specfile
2008-01-17  Federico Mena Quintero  <federico novell com>

	* sabayon.spec.in: Removed; this specfile is really obsolete anyway.

	* Makefile.am: Remove references to the specfile.

Signed-off-by: Federico Mena Quintero <federico gnu org>


Removed:
   trunk/sabayon.spec.in
Modified:
   trunk/ChangeLog
   trunk/Makefile.am
   trunk/NEWS

Modified: trunk/Makefile.am
==============================================================================
--- trunk/Makefile.am	(original)
+++ trunk/Makefile.am	Thu Jan 17 20:23:47 2008
@@ -11,25 +11,13 @@
 	intltool-merge.in	\
 	intltool-update.in	\
 	sabayon.schema		\
-	sabayon.spec.in		\
-	sabayon.spec		\
 	ISSUES
 
 DISTCLEANFILES =		\
 	intltool-extract	\
 	intltool-merge		\
-	intltool-update		\
-	sabayon.spec
+	intltool-update
 
 pycheck:
 	(cd lib; make pycheck) 
 	(cd admin-tool; make pycheck) 
-
-sabayon.spec: sabayon.spec.in Makefile
-	sed						\
-                -e s!\ VERSION\@!$(PACKAGE_VERSION)!	\
-                < $< > $@
-
-rpm: sabayon.spec dist
-	@(gzip -cd sabayon-$(PACKAGE_VERSION).tar.gz | bzip2 > sabayon-$(PACKAGE_VERSION).tar.bz2)
-	@(rpmbuild -ta sabayon-$(PACKAGE_VERSION).tar.gz)

Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS	(original)
+++ trunk/NEWS	Thu Jan 17 20:23:47 2008
@@ -16,6 +16,8 @@
 
 	* New Hebrew translation courtesy of Yair Hershkovitz.
 
+	* We no longer ship a sample specfile, since it was pretty obsolete.
+
   Fixes:
 
 	* Fix syntax errors that were only caught at runtime :(



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]