rpms/lat/devel lat.spec,1.6,1.7

Paul Howarth (pghmcfc) fedora-extras-commits at redhat.com
Wed Sep 6 10:04:56 UTC 2006


Author: pghmcfc

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

Modified Files:
	lat.spec 
Log Message:
Update to 1.0.7
Conditionalize gtk-sharp2 buildreqs for FC-5 and other releases
Tidy spec changelog



Index: lat.spec
===================================================================
RCS file: /cvs/extras/rpms/lat/devel/lat.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- lat.spec	29 Aug 2006 11:49:19 -0000	1.6
+++ lat.spec	6 Sep 2006 10:04:56 -0000	1.7
@@ -1,14 +1,18 @@
 Name:               lat
 Summary:            LDAP Administration Tool
-Version:            1.0.6
-Release:            3%{?dist}
+Version:            1.0.7
+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
 BuildRoot:          %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-BuildRequires:      mono-devel, gtk-sharp2-devel, gnome-keyring-devel, gnome-sharp-devel
-BuildRequires:      scrollkeeper, gettext, intltool
+BuildRequires:      mono-devel, gnome-keyring-devel, scrollkeeper, gettext, intltool
+%if "%{?fedora}" == "5"
+BuildRequires:      gtk-sharp2
+%else
+BuildRequires:      gnome-sharp-devel, gtk-sharp2-devel
+%endif
 Requires:           mono-data, gtk-sharp2
 
 Requires(post):     scrollkeeper
@@ -85,33 +89,38 @@
 %{_mandir}/man1/lat.1*
 
 %changelog
-* Mon Aug 29 2006 Paul Howarth <paul at city-fan.org> - 1.0.6-3
+* 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
+- Tidy spec changelog
+
+* Mon Aug 29 2006 Paul Howarth <paul at city-fan.org> 1.0.6-3
 - buildreq gnome-sharp-devel, gtk-sharp2-devel, and intltool
 
-* Mon Jul  3 2006 Paul Howarth <paul at city-fan.org> - 1.0.6-2
+* Mon Jul  3 2006 Paul Howarth <paul at city-fan.org> 1.0.6-2
 - Make package arch-specific; files in %%{_libdir} rather than %%{_prefix}/lib
   See: http://www.redhat.com/archives/fedora-packaging/2006-July/msg00013.html
 - Expand tabs to shut rpmlint up
 
-* Sat Jul  1 2006 Paul Howarth <paul at city-fan.org> - 1.0.6-1
+* Sat Jul  1 2006 Paul Howarth <paul at city-fan.org> 1.0.6-1
 - Update to 1.0.6
 - Remove patch, now fixed upstream
 
-* Mon Jun 19 2006 Paul Howarth <paul at city-fan.org> - 1.0.5-6
+* Mon Jun 19 2006 Paul Howarth <paul at city-fan.org> 1.0.5-6
 - Patch configure script, removing need for mono hacks
 
-* Sat Jun 17 2006 Paul Howarth <paul at city-fan.org> - 1.0.5-5
+* Sat Jun 17 2006 Paul Howarth <paul at city-fan.org> 1.0.5-5
 - Reinstate %%{_libdir} hack for consistency with other mono apps that actually
   need it
 
-* Thu Jun 15 2006 Paul Howarth <paul at city-fan.org> - 1.0.5-4
+* Thu Jun 15 2006 Paul Howarth <paul at city-fan.org> 1.0.5-4
 - Use %%{_prefix}/lib rather than %%{_libdir}, needed for 64-bit builds
 
-* Thu Jun 15 2006 Paul Howarth <paul at city-fan.org> - 1.0.5-3
+* Thu Jun 15 2006 Paul Howarth <paul at city-fan.org> 1.0.5-3
 - Pure C# apps should be noarch
 - Swap one set of horrible mono hacks for another
 
-* Mon Jun 12 2006 Paul Howarth <paul at city-fan.org> - 1.0.5-2
+* Mon Jun 12 2006 Paul Howarth <paul at city-fan.org> 1.0.5-2
 - Spec file cleanups (#177580)
 -   No need to use update-desktop-database (no MIME type in desktop file)
 -   No need to remove .la files (artefact from old package)
@@ -124,11 +133,11 @@
 - Don't redefine %%{_libdir}, it's not needed
 - Prevent creation of debuginfo package, which would be empty for a mono app
 
-* Mon May 22 2006 Paul Howarth <paul at city-fan.org> - 1.0.5-1
+* Mon May 22 2006 Paul Howarth <paul at city-fan.org> 1.0.5-1
 - Update to 1.0.5
 - Use desktop-file-install
 
-* Thu Apr 20 2006 Paul Howarth <paul at city-fan.org> - 1.0.4-1
+* Thu Apr 20 2006 Paul Howarth <paul at city-fan.org> 1.0.4-1
 - Update to 1.0.4
 - Fix URL/Source tag mix-up
 - Use Fedora Extras standard buildroot
@@ -144,5 +153,5 @@
 - Hardcode %%{_libdir} as /usr/lib for mono apps
 - Add %%defattr in %%files list
 
-* Tue Jan 10 2006 David Malcolm <dmalcolm at redhat.com> - 0.8.2-1
+* Tue Jan 10 2006 David Malcolm <dmalcolm at redhat.com> 0.8.2-1
 - Initial version




More information about the fedora-extras-commits mailing list