rpms/lat/FC-6 lat-1.2.2-libdir.patch, NONE, 1.1 .cvsignore, 1.6, 1.7 lat.spec, 1.12, 1.13 sources, 1.6, 1.7

Paul Howarth (pghmcfc) fedora-extras-commits at redhat.com
Fri Feb 23 09:07:34 UTC 2007


Author: pghmcfc

Update of /cvs/extras/rpms/lat/FC-6
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28769

Modified Files:
	.cvsignore lat.spec sources 
Added Files:
	lat-1.2.2-libdir.patch 
Log Message:
resync with devel

lat-1.2.2-libdir.patch:

--- NEW FILE lat-1.2.2-libdir.patch ---
--- lat-1.2.2/lat/lat.in	2006-09-24 16:54:26.000000000 +0100
+++ lat-1.2.2/lat/lat.in	2007-02-23 08:42:35.000000000 +0000
@@ -1,2 +1,2 @@
 #!/bin/sh
- at MONO@ @MONO_FLAGS@ @prefix@/lib/lat/lat.exe "$@"
+ at MONO@ @MONO_FLAGS@ @libdir@/lat/lat.exe "$@"


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/lat/FC-6/.cvsignore,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- .cvsignore	20 Oct 2006 15:00:39 -0000	1.6
+++ .cvsignore	23 Feb 2007 09:07:02 -0000	1.7
@@ -1 +1 @@
-lat-1.2.1.1.tar.gz
+lat-1.2.2.tar.gz


Index: lat.spec
===================================================================
RCS file: /cvs/extras/rpms/lat/FC-6/lat.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- lat.spec	21 Nov 2006 15:59:31 -0000	1.12
+++ lat.spec	23 Feb 2007 09:07:02 -0000	1.13
@@ -1,11 +1,12 @@
 Name:               lat
 Summary:            LDAP Administration Tool
-Version:            1.2.1.1
-Release:            2%{?dist}
+Version:            1.2.2
+Release:            1%{?dist}
 License:            GPL
 Group:              Applications/Productivity
 Url:                http://dev.mmgsecurity.com/projects/lat/
 Source0:            http://dev.mmgsecurity.com/downloads/lat/1.2/lat-%{version}.tar.gz
+Patch0:             lat-1.2.2-libdir.patch
 BuildRoot:          %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:      mono-devel >= 1.1.12.1, gnome-keyring-devel >= 0.4.2, avahi-sharp
 BuildRequires:      scrollkeeper, gettext, intltool, dbus-sharp
@@ -48,7 +49,7 @@
 %setup -q
 
 # Pick up the executable from %{_libdir} rather than %{_prefix}/lib
-%{__sed} -i -e s, at prefix@/lib, at libdir@, lat/lat.in
+%patch0 -p1 -b .libdir
 
 %build
 %configure --disable-dependency-tracking
@@ -111,6 +112,10 @@
 %{_libdir}/pkgconfig/lat-plugins.pc
 
 %changelog
+* Fri Feb 23 2007 Paul Howarth <paul at city-fan.org> 1.2.2-1
+- Update to 1.2.2
+- Use a patch rather than an edit in %%prep to fix libdir location
+
 * Tue Nov 21 2006 Paul Howarth <paul at city-fan.org> 1.2.1.1-2
 - Add missing runtime dep, gnome-sharp
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/lat/FC-6/sources,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- sources	20 Oct 2006 15:00:39 -0000	1.6
+++ sources	23 Feb 2007 09:07:02 -0000	1.7
@@ -1 +1 @@
-aea2b241321bd829f33d69813a842c6b  lat-1.2.1.1.tar.gz
+b33c91e664be723849745db5f85ecb76  lat-1.2.2.tar.gz




More information about the scm-commits mailing list