rpms/alltray/FC-5 .cvsignore, 1.3, 1.4 alltray.spec, 1.7, 1.8 sources, 1.3, 1.4 alltray-0.65-preload.patch, 1.1, NONE

Denis Leroy (denis) fedora-extras-commits at redhat.com
Mon Sep 4 10:01:14 UTC 2006


Author: denis

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

Modified Files:
	.cvsignore alltray.spec sources 
Removed Files:
	alltray-0.65-preload.patch 
Log Message:
- Update to 0.69
- Reenabled dynamic library for X funcs preload, added ldconfig



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/alltray/FC-5/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore	27 Apr 2006 01:17:01 -0000	1.3
+++ .cvsignore	4 Sep 2006 10:01:12 -0000	1.4
@@ -1 +1 @@
-alltray-0.66.tar.gz
+alltray-0.69.tar.gz


Index: alltray.spec
===================================================================
RCS file: /cvs/extras/rpms/alltray/FC-5/alltray.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- alltray.spec	27 Apr 2006 01:17:01 -0000	1.7
+++ alltray.spec	4 Sep 2006 10:01:12 -0000	1.8
@@ -1,5 +1,5 @@
 Name:           alltray
-Version:        0.66
+Version:        0.69
 Release:        1%{?dist}
 Summary:        Dock any application in the tray
 
@@ -9,8 +9,10 @@
 Source0:        http://dl.sourceforge.net/alltray/%{name}-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildRequires:  gtk2-devel desktop-file-utils GConf2-devel
-#Requires:       
+BuildRequires:  desktop-file-utils
+BuildRequires:  gtk2-devel
+BuildRequires:  GConf2-devel
+
 
 %description
 With AllTray you can dock any application without a native tray icon into the
@@ -28,7 +30,7 @@
 rm -rf $RPM_BUILD_ROOT
 make install DESTDIR=$RPM_BUILD_ROOT
 find $RPM_BUILD_ROOT -name \*.la -exec rm {} \;
-rm $RPM_BUILD_ROOT%{_libdir}/*.so*
+rm $RPM_BUILD_ROOT%{_libdir}/*.so
 desktop-file-install --vendor=fedora \
   --dir $RPM_BUILD_ROOT%{_datadir}/applications \
   --add-category X-Fedora \
@@ -41,15 +43,24 @@
 %clean
 rm -rf $RPM_BUILD_ROOT
 
+%post -p /sbin/ldconfig
+
+%postun -p /sbin/ldconfig
+
 %files
 %defattr(-,root,root,-)
 %doc AUTHORS ChangeLog COPYING README
 %{_bindir}/%{name}
 %{_datadir}/applications/*%{name}.desktop
 %{_mandir}/man1/%{name}.1*
+%{_libdir}/liballtray.so*
 %{_datadir}/pixmaps/%{name}.png
 
 %changelog
+* Mon Sep  4 2006 Denis Leroy <denis at poolshark.org> - 0.69-1
+- Update to 0.69
+- Reenabled dynamic library for X funcs preload, added ldconfig
+
 * Wed Apr 26 2006 Ignacio Vazquez-Abrams <ivazquez at ivazquez.net> 0.66-1
 - Upstream update
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/alltray/FC-5/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	27 Apr 2006 01:17:01 -0000	1.3
+++ sources	4 Sep 2006 10:01:12 -0000	1.4
@@ -1 +1 @@
-78b43bd2e19258b0518af99e21123561  alltray-0.66.tar.gz
+ebc1c8eea945aff703d758e296b76cc9  alltray-0.69.tar.gz


--- alltray-0.65-preload.patch DELETED ---




More information about the fedora-extras-commits mailing list