rpms/lat/FC-5 lat-1.2.2-libdir.patch, NONE, 1.1 .cvsignore, 1.4, 1.5 lat.spec, 1.5, 1.6 sources, 1.4, 1.5

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


Author: pghmcfc

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

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-5/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore	6 Sep 2006 10:10:30 -0000	1.4
+++ .cvsignore	23 Feb 2007 09:08:15 -0000	1.5
@@ -1 +1 @@
-lat-1.0.7.tar.gz
+lat-1.2.2.tar.gz


Index: lat.spec
===================================================================
RCS file: /cvs/extras/rpms/lat/FC-5/lat.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- lat.spec	6 Sep 2006 10:10:30 -0000	1.5
+++ lat.spec	23 Feb 2007 09:08:15 -0000	1.6
@@ -1,19 +1,22 @@
 Name:               lat
 Summary:            LDAP Administration Tool
-Version:            1.0.7
+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/lat-%{version}.tar.gz
+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, gnome-keyring-devel, scrollkeeper, gettext, intltool
+BuildRequires:      mono-devel >= 1.1.12.1, gnome-keyring-devel >= 0.4.2, avahi-sharp
+BuildRequires:      scrollkeeper, gettext, intltool, dbus-sharp
 %if "%{?fedora}" == "5"
-BuildRequires:      gtk-sharp2
+BuildRequires:      gtk-sharp2 >= 2.8.0
 %else
-BuildRequires:      gnome-sharp-devel, gtk-sharp2-devel
+BuildRequires:      gnome-sharp-devel, gtk-sharp2-devel >= 2.8.0, dbus-sharp-devel
+Requires:           scrollkeeper, gnome-sharp
 %endif
-Requires:           mono-data, gtk-sharp2
+Requires:           mono-data, gtk-sharp2, dbus-sharp, avahi-sharp
 
 Requires(post):     scrollkeeper
 Requires(postun):   scrollkeeper
@@ -28,11 +31,25 @@
 different views available such as Users, Groups and Hosts that allow you to
 manage objects easily without having to deal with the intricacies of LDAP.
 
+%package devel
+Summary:            Development files for building plugins for LDAP Administration Tool
+Group:              Development/Libraries
+Requires:           %{name} = %{version}-%{release}, pkgconfig
+%if "%{?fedora}" == "5"
+Requires:           gtk-sharp2
+%else
+Requires:           gtk-sharp2-devel
+%endif
+
+%description devel
+The lat-devel package contains the files needed to build plugins for lat
+(LDAP Administration Tool).
+
 %prep
 %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
@@ -84,11 +101,40 @@
 %dir %{_datadir}/gnome/help/
 %{_datadir}/gnome/help/lat/
 %{_datadir}/icons/hicolor/22x22/apps/lat.png
+%if "%{?fedora}" == "5"
 %dir %{_datadir}/omf/
+%endif
 %{_datadir}/omf/lat/
 %{_mandir}/man1/lat.1*
 
+%files devel
+%defattr(-,root,root,-)
+%{_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
+
+* Fri Oct 20 2006 Paul Howarth <paul at city-fan.org> 1.2.1.1-1
+- Update to 1.2.1.1
+
+* Tue Oct  3 2006 Paul Howarth <paul at city-fan.org> 1.2.0.1-2
+- rebuilt for unwind info generation, broken in gcc-4.1.1-21
+
+* Tue Sep 26 2006 Paul Howarth <paul at city-fan.org> 1.2.0.1-1
+- Update to 1.2.0.1
+- Update source URL
+- Make some buildreqs versioned
+- Add new buildreqs and reqs avahi-sharp, dbus-sharp
+- Create -devel subpackage for plugins stuff
+
+* Fri Sep  8 2006 Paul Howarth <paul at city-fan.org> 1.0.7-2
+- On FC-6 onwards, scrollkeeper owns %%{_datadir}/omf/ (#205668)
+
 * Wed Sep  6 2006 Paul Howarth <paul at city-fan.org> 1.0.7-1
 - Update to 1.0.7
 - Conditionalize gtk-sharp2 buildreqs for FC-5 and other releases


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/lat/FC-5/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources	6 Sep 2006 10:10:30 -0000	1.4
+++ sources	23 Feb 2007 09:08:15 -0000	1.5
@@ -1 +1 @@
-7de389d9b3a74a533c29aeb7c1e1b05d  lat-1.0.7.tar.gz
+b33c91e664be723849745db5f85ecb76  lat-1.2.2.tar.gz




More information about the scm-commits mailing list