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

Paul Howarth (pghmcfc) fedora-extras-commits at redhat.com
Fri Sep 8 13:14:59 UTC 2006


Author: pghmcfc

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

Modified Files:
	lat.spec 
Log Message:
On FC-6 onwards, scrollkeeper owns %{_datadir}/omf/ (#205668)



Index: lat.spec
===================================================================
RCS file: /cvs/extras/rpms/lat/devel/lat.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- lat.spec	6 Sep 2006 10:04:56 -0000	1.7
+++ lat.spec	8 Sep 2006 13:14:59 -0000	1.8
@@ -1,7 +1,7 @@
 Name:               lat
 Summary:            LDAP Administration Tool
 Version:            1.0.7
-Release:            1%{?dist}
+Release:            2%{?dist}
 License:            GPL
 Group:              Applications/Productivity
 Url:                http://dev.mmgsecurity.com/projects/lat/
@@ -12,6 +12,7 @@
 BuildRequires:      gtk-sharp2
 %else
 BuildRequires:      gnome-sharp-devel, gtk-sharp2-devel
+Requires:           scrollkeeper
 %endif
 Requires:           mono-data, gtk-sharp2
 
@@ -84,11 +85,16 @@
 %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*
 
 %changelog
+* 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




More information about the scm-commits mailing list