fedora-cvs-commits@redhat.com
[Top] [All Lists]

rpms/gulm/FC-4 gulm.spec,1.19,1.20 sources,1.8,1.9

Subject: rpms/gulm/FC-4 gulm.spec,1.19,1.20 sources,1.8,1.9
From:
Date: Thu, 16 Jun 2005 17:58:56 -0400
Author: cfeist

Update of /cvs/dist/rpms/gulm/FC-4
In directory cvs.devel.redhat.com:/tmp/cvs-serv8382

Modified Files:
        gulm.spec sources 
Log Message:
Synced FC-4 to RHEL4.


Index: gulm.spec
===================================================================
RCS file: /cvs/dist/rpms/gulm/FC-4/gulm.spec,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- gulm.spec   23 May 2005 15:35:19 -0000      1.19
+++ gulm.spec   16 Jun 2005 21:58:53 -0000      1.20
@@ -9,11 +9,12 @@
 ##
 ###############################################################################
 ###############################################################################
-%define subversion pre30
+%define major 1
+%define minor 0.0
 
 Name: gulm
-Version: 1.0
-Release: 0.pre30.1
+Version: %{major}.%{minor}
+Release: 1
 License: GPL
 Group: System Environment/Daemons
 Summary: gulm - One possible lock manager for GFS
@@ -24,7 +25,7 @@
 Requires(post): /sbin/chkconfig
 Requires(preun): /sbin/chkconfig
 ExclusiveArch: %{ix86} x86_64 ppc ppc64
-Source0: %{name}-%{version}-%{subversion}.tar.gz
+Source0: %{name}-%{version}.tar.gz
 Patch1: gulm-1.0-pre28-gcc4.patch
 Patch2: gulm-1.0-pre28-norun.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
@@ -41,15 +42,15 @@
 This package contains gulm libraries.
 
 %prep
-%setup -q -n %{name}-%{version}-%{subversion}
+%setup -q -n %{name}-%{version}
 %patch1 -p1
 %patch2 -p1 -b .norun
 
 %build
 ./configure --libdir=%{_libdir} --incdir=%{_includedir} --mandir=%{_mandir}
-sed -i '/RELEASE_MAJOR/s/= .*/= %version/' make/defines.mk
-sed -i '/RELEASE_MINOR/s/= .*/= 0.%{subversion}/' make/defines.mk
-sed -i '/RELEASE /s/= .*/= %version-0.%{subversion}/' make/defines.mk
+sed -i '/RELEASE_MAJOR/s/= .*/= %{major}/' make/defines.mk
+sed -i '/RELEASE_MINOR/s/= .*/= %{minor}/' make/defines.mk
+sed -i '/RELEASE /s/= .*/= %{version}/' make/defines.mk
 make
 
 %install


Index: sources
===================================================================
RCS file: /cvs/dist/rpms/gulm/FC-4/sources,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- sources     23 May 2005 15:35:19 -0000      1.8
+++ sources     16 Jun 2005 21:58:53 -0000      1.9
@@ -1 +1 @@
-e4a0754cfaa371936b0eb6993c76919d  gulm-1.0-pre30.tar.gz
+f444fa304b87135a2e6cbf683e63be96  gulm-1.0.0.tar.gz

--
fedora-cvs-commits mailing list
fedora-cvs-commits@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/fedora-cvs-commits

<Prev in Thread] Current Thread [Next in Thread>
  • rpms/gulm/FC-4 gulm.spec,1.19,1.20 sources,1.8,1.9, fedora-cvs-commits <=