[Fwd: gtksourceview patch (the GOOD FILE for make RPMS]
- From: Jean Schurger <jschurger schurger org>
- To: gnome-devtools list <gnome-devtools gnome org>
- Subject: [Fwd: gtksourceview patch (the GOOD FILE for make RPMS]
- Date: 28 Oct 2002 17:08:05 +0100
The file :)
re-sorry
--- Begin Message ---
- From: Jean Schurger <jschurger schurger org>
- To: gnome-devtools list <gnome-devtools gnome org>
- Subject: gtksourceview patch (the GOOD FILE for make RPMS
- Date: 28 Oct 2002 17:06:48 +0100
Sorry, i'm not (yet) very familiar with cvs, diff,...
Then this time, i think the file is good :
- The patch
- and it not contains the CVS entries :)
Sorry,...
--- End Message ---
? gtksourceview.spec.in
Index: ChangeLog
===================================================================
RCS file: /cvs/gnome/gtksourceview/ChangeLog,v
retrieving revision 1.32
diff -u -r1.32 ChangeLog
--- ChangeLog 22 Sep 2002 10:52:25 -0000 1.32
+++ ChangeLog 28 Oct 2002 16:05:54 -0000
@@ -1,3 +1,11 @@
+2002-10-28 Jean Schurger <jschurger schurger org>
+
+ * configure.in: add a SNAPSHOT variable to store the date of snapshots builds
+ AC_SUBST(GNOME_REQUIRED) to be visible in the gtksourceview.spec.in file
+ * gtksourceview.spec.in: new spec.in file, to make RPMS
+
+ Add the stuff to let make RPM packages
+
2002-09-22 Jeroen Zwartepoorte <jeroen xs4all nl>
* src/gtksourcebuffer.h:
Index: configure.in
===================================================================
RCS file: /cvs/gnome/gtksourceview/configure.in,v
retrieving revision 1.3
diff -u -r1.3 configure.in
--- configure.in 13 Jul 2002 13:05:40 -0000 1.3
+++ configure.in 28 Oct 2002 16:05:54 -0000
@@ -16,6 +16,7 @@
AC_SUBST(GTK_REQUIRED_VERSION)
GNOME_REQUIRED=1.107.0
+AC_SUBST(GNOME_REQUIRED)
dnl ==========================================================================
@@ -34,6 +35,9 @@
AC_SUBST(PACKAGE_MICRO_VERSION)
AC_SUBST(PACKAGE_VERSION)
+SNAPSHOT=0_`date +%Y%m%d_%H%M%S`_cvs
+AC_SUBST(SNAPSHOT)
+
# libtool versioning
LT_RELEASE=$PACKAGE_MAJOR_VERSION.$PACKAGE_MINOR_VERSION.$PACKAGE_MINOR_VERSION
LT_CURRENT=`expr $PACKAGE_MICRO_VERSION - $PACKAGE_INTERFACE_AGE`
@@ -66,4 +70,5 @@
gtksourceview.pc
Makefile
src/Makefile
+gtksourceview.spec
])
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]