rpms/lat/devel .cvsignore,1.4,1.5 lat.spec,1.8,1.9 sources,1.4,1.5

Paul Howarth (pghmcfc) fedora-extras-commits at redhat.com
Wed Sep 27 07:32:09 UTC 2006


Author: pghmcfc

Update of /cvs/extras/rpms/lat/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6931

Modified Files:
	.cvsignore lat.spec sources 
Log Message:
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



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/lat/devel/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore	6 Sep 2006 10:05:35 -0000	1.4
+++ .cvsignore	27 Sep 2006 07:32:08 -0000	1.5
@@ -1 +1 @@
-lat-1.0.7.tar.gz
+lat-1.2.0.1.tar.gz


Index: lat.spec
===================================================================
RCS file: /cvs/extras/rpms/lat/devel/lat.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- lat.spec	8 Sep 2006 13:14:59 -0000	1.8
+++ lat.spec	27 Sep 2006 07:32:08 -0000	1.9
@@ -1,20 +1,21 @@
 Name:               lat
 Summary:            LDAP Administration Tool
-Version:            1.0.7
-Release:            2%{?dist}
+Version:            1.2.0.1
+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
 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
 %endif
-Requires:           mono-data, gtk-sharp2
+Requires:           mono-data, gtk-sharp2, dbus-sharp, avahi-sharp
 
 Requires(post):     scrollkeeper
 Requires(postun):   scrollkeeper
@@ -29,6 +30,20 @@
 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
 
@@ -91,7 +106,18 @@
 %{_datadir}/omf/lat/
 %{_mandir}/man1/lat.1*
 
+%files devel
+%defattr(-,root,root,-)
+%{_libdir}/pkgconfig/lat-plugins.pc
+
 %changelog
+* 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)
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/lat/devel/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources	6 Sep 2006 10:05:35 -0000	1.4
+++ sources	27 Sep 2006 07:32:08 -0000	1.5
@@ -1 +1 @@
-7de389d9b3a74a533c29aeb7c1e1b05d  lat-1.0.7.tar.gz
+49211681138598392d10a4cfc2effd66  lat-1.2.0.1.tar.gz




More information about the scm-commits mailing list