rpms/sylpheed-claws-plugins/FC-4 .cvsignore, 1.2, 1.3 sources, 1.2, 1.3 sylpheed-claws-plugins.spec, 1.3, 1.4

Andreas Bierfert (awjb) fedora-extras-commits at redhat.com
Sun Nov 20 22:11:19 UTC 2005


Author: awjb

Update of /cvs/extras/rpms/sylpheed-claws-plugins/FC-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30659/FC-4

Modified Files:
	.cvsignore sources sylpheed-claws-plugins.spec 
Log Message:
- version upgrade



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/sylpheed-claws-plugins/FC-4/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	19 Aug 2005 22:51:27 -0000	1.2
+++ .cvsignore	20 Nov 2005 22:11:17 -0000	1.3
@@ -1 +1 @@
-sylpheed-claws-plugins-1.9.13.tar.gz
+sylpheed-claws-external-plugins-1.9.100.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/sylpheed-claws-plugins/FC-4/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	19 Aug 2005 22:51:27 -0000	1.2
+++ sources	20 Nov 2005 22:11:17 -0000	1.3
@@ -1 +1 @@
-7eaef0d7a6d8fadbee17c04b5b6d5bbb  sylpheed-claws-plugins-1.9.13.tar.gz
+0a9cdd9f0fe60e7d858f3a4c8e19c34c  sylpheed-claws-external-plugins-1.9.100.tar.bz2


Index: sylpheed-claws-plugins.spec
===================================================================
RCS file: /cvs/extras/rpms/sylpheed-claws-plugins/FC-4/sylpheed-claws-plugins.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sylpheed-claws-plugins.spec	20 Aug 2005 23:46:59 -0000	1.3
+++ sylpheed-claws-plugins.spec	20 Nov 2005 22:11:17 -0000	1.4
@@ -1,12 +1,12 @@
 Name:           sylpheed-claws-plugins
-Version:        1.9.13
-Release:        5%{?dist}
+Version:        1.9.100
+Release:        1%{?dist}
 Summary:        Additional plugins for sylpheed-claws
 
 Group:          Applications/Internet
 License:        GPL
 URL:            http://claws.sylpheed.org
-Source0:        http://dl.sf.net/sylpheed-claws/%{name}-%{version}.tar.gz
+Source0:        http://dl.sf.net/sylpheed-claws/sylpheed-claws-external-plugins-%{version}.tar.bz2
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  sylpheed-claws-devel >= %{version}
@@ -16,6 +16,7 @@
 BuildRequires:  perl
 BuildRequires:  synce-devel
 
+Requires:       %{name}-acpi-notifier = %{version}-%{release}
 Requires:       %{name}-cachesaver = %{version}-%{release}
 Requires:       %{name}-etpan-privacy = %{version}-%{release}
 Requires:       %{name}-fetchinfo = %{version}-%{release}
@@ -28,6 +29,14 @@
 %description
 Additional plugins for sylpheed-claws
 
+%package acpi-notifier
+Summary:        ACPI notification plugin for sylpheed-claws 
+Group:          Applications/Internet
+Requires:	sylpheed-claws >= %{version}
+
+%description acpi-notifier
+%{summary}
+
 %package cachesaver
 Summary:        A cache saving plugin
 Group:          Applications/Internet
@@ -104,12 +113,17 @@
 Evolution or Outlook.
 
 %prep
-%setup -q -c
+%setup -q -n sylpheed-claws-external-plugins-%{version}
 
 %build
 
+#acpi_notifier
+cd acpi_notifier-0.3
+%configure --disable-static --disable-dependency-tracking
+%{__make} %{?_smp_mflags}
+
 # cachesaver
-cd cachesaver-0.5
+cd ../cachesaver-0.5
 %configure --disable-static --disable-dependency-tracking
 %{__make} %{?_smp_mflags}
 
@@ -124,17 +138,17 @@
 %{__make} %{?_smp_mflags}
 
 #maildir
-cd ../maildir-0.8
+cd ../maildir-0.11
 %configure --disable-static --disable-dependency-tracking
 %{__make} %{?_smp_mflags}
 
 #mailmbox
-cd ../mailmbox-1.2
+cd ../mailmbox-1.4
 %configure --disable-static --disable-dependency-tracking
 %{__make} %{?_smp_mflags}
 
 #perl
-cd ../perl_plugin-0.3
+cd ../perl_plugin-0.4
 %configure --disable-static --disable-dependency-tracking
 %{__make} %{?_smp_mflags}
 
@@ -144,15 +158,19 @@
 %{__make} %{?_smp_mflags}
 
 #vcalendar
-cd ../vcalendar-1.6
+cd ../vcalendar-1.8
 %configure --disable-static --disable-dependency-tracking
 %{__make} %{?_smp_mflags}
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
+# acpi_notifier
+cd acpi_notifier-0.3
+%{__make} install DESTDIR=$RPM_BUILD_ROOT
+
 # cachesaver
-cd cachesaver-0.5
+cd ../cachesaver-0.5
 %{__make} install DESTDIR=$RPM_BUILD_ROOT
 
 #etpan-privacy
@@ -164,15 +182,15 @@
 %{__make} install DESTDIR=$RPM_BUILD_ROOT
 
 #maildir
-cd ../maildir-0.8
+cd ../maildir-0.11
 %{__make} install DESTDIR=$RPM_BUILD_ROOT
 
 #mailmbox
-cd ../mailmbox-1.2
+cd ../mailmbox-1.4
 %{__make} install DESTDIR=$RPM_BUILD_ROOT
 
 #perl
-cd ../perl_plugin-0.3
+cd ../perl_plugin-0.4
 %{__make} install DESTDIR=$RPM_BUILD_ROOT
 
 #synce
@@ -180,7 +198,7 @@
 %{__make} install DESTDIR=$RPM_BUILD_ROOT
 
 #vcalendar
-cd ../vcalendar-1.6
+cd ../vcalendar-1.8
 %{__make} install DESTDIR=$RPM_BUILD_ROOT
 
 find ${RPM_BUILD_ROOT} -type f -name "*.la" -exec rm -f {} ';'
@@ -192,6 +210,15 @@
 %defattr(-,root,root,-)
 %doc README
 
+%files acpi-notifier
+%defattr(-,root,root,-)
+%doc acpi_notifier-0.3/ChangeLog
+%doc acpi_notifier-0.3/COPYING
+%doc acpi_notifier-0.3/NEWS
+%doc acpi_notifier-0.3/AUTHORS
+%doc acpi_notifier-0.3/README
+%{_libdir}/sylpheed-claws/plugins/acpi_notifier*
+
 %files cachesaver
 %defattr(-,root,root,-)
 %doc cachesaver-0.5/AUTHORS
@@ -216,28 +243,28 @@
 
 %files maildir
 %defattr(-,root,root,-)
-%doc maildir-0.8/AUTHORS
-%doc maildir-0.8/ChangeLog
-%doc maildir-0.8/COPYING
-%doc maildir-0.8/README
-%doc maildir-0.8/doc/README.xml
+%doc maildir-0.11/AUTHORS
+%doc maildir-0.11/ChangeLog
+%doc maildir-0.11/COPYING
+%doc maildir-0.11/README
+%doc maildir-0.11/doc/README.xml
 %{_libdir}/sylpheed-claws/plugins/maildir*
 
 %files mailmbox
 %defattr(-,root,root,-)
-%doc mailmbox-1.2/AUTHORS
-%doc mailmbox-1.2/ChangeLog
-%doc mailmbox-1.2/COPYING
-%doc mailmbox-1.2/README
+%doc mailmbox-1.4/AUTHORS
+%doc mailmbox-1.4/ChangeLog
+%doc mailmbox-1.4/COPYING
+%doc mailmbox-1.4/README
 %{_libdir}/sylpheed-claws/plugins/mailmbox*
 
 %files perl
 %defattr(-,root,root,-)
-%doc perl_plugin-0.3/AUTHORS
-%doc perl_plugin-0.3/ChangeLog
-%doc perl_plugin-0.3/COPYING
-%doc perl_plugin-0.3/README
-%doc perl_plugin-0.3/sc_perl.pod
+%doc perl_plugin-0.4/AUTHORS
+%doc perl_plugin-0.4/ChangeLog
+%doc perl_plugin-0.4/COPYING
+%doc perl_plugin-0.4/README
+%doc perl_plugin-0.4/sc_perl.pod
 %{_libdir}/sylpheed-claws/plugins/perl_plugin.so
 
 %files synce
@@ -250,14 +277,18 @@
 
 %files vcalendar
 %defattr(-,root,root,-)
-%doc vcalendar-1.6/AUTHORS
-%doc vcalendar-1.6/ChangeLog
-%doc vcalendar-1.6/COPYING
-%doc vcalendar-1.6/README
+%doc vcalendar-1.8/AUTHORS
+%doc vcalendar-1.8/ChangeLog
+%doc vcalendar-1.8/COPYING
+%doc vcalendar-1.8/README
 %{_libdir}/sylpheed-claws/plugins/vcalendar.so
 %exclude %{_includedir}/ical.h
 
 %changelog
+* Thu Nov 17 2005 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
+1.9.100-1
+- version upgrade
+
 * Sun Aug 21 2005 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
 1.9.13-5
 - enable x86_64 synce plugin




More information about the fedora-extras-commits mailing list