[svn] r5580 - in trunk/rpms: . ddrescue evolution-rss
gtk-blueprint-engine gtk-murrine-engine gtk-nimbus-engine
perl-Authen-PAM perl-Mail-DomainKeys
perl-POE-Component-Server-Echo perl-POE-Filter-LZO
perl-Unix-Processors pidgin-libnotify sun-gdm-themes
packagers at lists.rpmforge.net
packagers at lists.rpmforge.net
Fri Jul 6 01:34:01 CEST 2007
Author: dag
Date: 2007-07-06 01:33:56 +0200 (Fri, 06 Jul 2007)
New Revision: 5580
Removed:
trunk/rpms/rspam/
Modified:
trunk/rpms/ddrescue/ddrescue.spec
trunk/rpms/evolution-rss/evolution-rss.spec
trunk/rpms/gtk-blueprint-engine/gtk-blueprint-engine.spec
trunk/rpms/gtk-murrine-engine/gtk-murrine-engine.spec
trunk/rpms/gtk-nimbus-engine/gtk-nimbus-engine.spec
trunk/rpms/perl-Authen-PAM/perl-Authen-PAM.spec
trunk/rpms/perl-Mail-DomainKeys/perl-Mail-DomainKeys.spec
trunk/rpms/perl-POE-Component-Server-Echo/perl-POE-Component-Server-Echo.spec
trunk/rpms/perl-POE-Filter-LZO/perl-POE-Filter-LZO.spec
trunk/rpms/perl-Unix-Processors/perl-Unix-Processors.spec
trunk/rpms/pidgin-libnotify/pidgin-libnotify.spec
trunk/rpms/sun-gdm-themes/sun-gdm-themes.spec
Log:
Updates
Modified: trunk/rpms/ddrescue/ddrescue.spec
===================================================================
--- trunk/rpms/ddrescue/ddrescue.spec 2007-07-05 23:33:11 UTC (rev 5579)
+++ trunk/rpms/ddrescue/ddrescue.spec 2007-07-05 23:33:56 UTC (rev 5580)
@@ -6,7 +6,7 @@
Name: ddrescue
### Epoch to override Fedora Extras stupid decision to NOT ADHERE TO THEIR OWN NAMING CONVENTION
Epoch: 1
-Version: 1.4
+Version: 1.5
Release: 1
License: GPL
Group: Applications/System
@@ -68,13 +68,16 @@
%{_bindir}/ddrescue
%changelog
-* Wed Jun 20 2007 Dag Wieers <dag at wieers.com> - 1:1.4-1
+* Mon Jul 02 2007 Dag Wieers <dag at wieers.com> - 1.5-1
+- Updated to release 1.5.
+
+* Wed Jun 20 2007 Dag Wieers <dag at wieers.com> - 1.4-1
- Updated to release 1.4.
-* Tue Dec 19 2006 Dag Wieers <dag at wieers.com> - 1:1.3-1
+* Tue Dec 19 2006 Dag Wieers <dag at wieers.com> - 1.3-1
- Updated to release 1.3.
-* Thu Dec 08 2005 Dag Wieers <dag at wieers.com> - 1:1.0-2
+* Thu Dec 08 2005 Dag Wieers <dag at wieers.com> - 1.0-2
- Added epoch to override Fedora Extras ddrescue (which really is dd_rescue).
* Fri Jul 15 2005 Dag Wieers <dag at wieers.com> - 1.0-1
Modified: trunk/rpms/evolution-rss/evolution-rss.spec
===================================================================
--- trunk/rpms/evolution-rss/evolution-rss.spec 2007-07-05 23:33:11 UTC (rev 5579)
+++ trunk/rpms/evolution-rss/evolution-rss.spec 2007-07-05 23:33:56 UTC (rev 5580)
@@ -1,18 +1,20 @@
# $Id$
# Authority: hadams
-Name: evolution-rss
-Version: 0.0.4
-Release: 2
-Summary: Evolution plugin for rss feed support
-URL: http://mips.edu.ms/evo/index.php/Evolution_RSS_Reader_Plugin
-Group: Productivity/Networking/Email/Clients
-License: GPL
-Source: http://mips.edu.ms/evolution-rss-%{version}.tar.gz
-Requires: evolution
-BuildRequires: gettext-devel, evolution-devel, perl(XML::Parser)
-BuildRoot: %{_tmppath}/%{name}-%{version}-root
+Summary: Evolution plugin for rss feed support
+Name: evolution-rss
+Version: 0.0.4
+Release: 2
+License: GPL
+Group: Applications/Internet
+URL: http://mips.edu.ms/evo/index.php/Evolution_RSS_Reader_Plugin
+Source: http://mips.edu.ms/evolution-rss-%{version}.tar.gz
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
+
+BuildRequires: gettext-devel, evolution-devel, perl(XML::Parser)
+Requires: evolution
+
%description
RSS Evolution plugin enables evolution to read rss feeds.
@@ -26,11 +28,10 @@
%install
%{__rm} -rf %{buildroot}
%{__make} install DESTDIR="%{buildroot}"
-
%find_lang %{name}
%clean
--%{__rm} -rf %{buildroot}
+%{__rm} -rf %{buildroot}
%files -f %{name}.lang
%defattr(-, root, root, 0755)
@@ -38,22 +39,27 @@
%dir %{_datadir}/evolution/
%dir %{_datadir}/evolution/*/
%dir %{_datadir}/evolution/*/errors/
-%{_datadir}/evolution/*/errors/*
-%{_datadir}/evolution*/images/*
+%{_datadir}/evolution/*/errors/org-gnome-evolution-rss.error
+%dir %{_datadir}/evolution/*/images/
+%{_datadir}/evolution/*/images/rss.png
%dir %{_libdir}/evolution/*/plugins/
-%{_libdir}/evolution/*/plugins/*
-%{_libdir}/bonobo/servers/*
-/glade/*
+%{_libdir}/evolution/*/plugins/liborg-gnome-evolution-rss.so
+%{_libdir}/evolution/*/plugins/org-gnome-evolution-rss.eplug
+%{_libdir}/evolution/*/plugins/org-gnome-evolution-rss.xml
+%{_libdir}/bonobo/servers/GNOME_Evolution_RSS_*.server
+%exclude %{_libdir}/evolution/*/plugins/liborg-gnome-evolution-rss.la
+### Sorry Heiko, this is totally unacceptable !
+#/glade/*
%changelog
* Mon Jul 03 2007 Heiko Adams <info at fedora-blog.de> - 0.0.4-2
-- Restored rpmforge like formats
+- Restored rpmforge like formats.
* Mon Jul 03 2007 Heiko Adams <info at fedora-blog.de> - 0.0.4-1
-- update to 0.0.4
+- Updated to release 0.0.4.
* Sat Jun 30 2007 Heiko Adams <info at fedora-blog.de> - 0.0.3-2
-- Rebuild for RPMforge
+- Rebuild for RPMforge.
* Sun May 20 2007 Piotr Pacholak <obi.gts at gmail.com> - 0.0.3-2
-- Initial release
+- Initial release.
Modified: trunk/rpms/gtk-blueprint-engine/gtk-blueprint-engine.spec
===================================================================
--- trunk/rpms/gtk-blueprint-engine/gtk-blueprint-engine.spec 2007-07-05 23:33:11 UTC (rev 5579)
+++ trunk/rpms/gtk-blueprint-engine/gtk-blueprint-engine.spec 2007-07-05 23:33:56 UTC (rev 5580)
@@ -1,48 +1,56 @@
# $Id$
# Authority: hadams
+%define real_name blueprint
+
Summary: Blueprint GTK2 engine
Name: gtk-blueprint-engine
Version: 0.9.18
Release: 1
License: GPL
-Group: System Environment/Libraries
+Group: User Interface/X
URL: http://dlc.sun.com/osol/jds/downloads/extras/
-Source0: http://dlc.sun.com/osol/jds/downloads/extras/blueprint-%{version}.tar.bz2
+
+Source: http://dlc.sun.com/osol/jds/downloads/extras/blueprint-%{version}.tar.bz2
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
+
BuildRequires: gtk2-devel
BuildRequires: intltool >= 0.23
BuildRequires: gnome-common >= 1.2.4
BuildRequires: icon-naming-utils >= 0.8.1
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
%description
-Blueprint is a gtk engine from Open Solaris
+Blueprint is a GTK engine from Open Solaris.
%prep
-%setup -q -n blueprint-%{version}
+%setup -n %{real_name}-%{version}
%build
-./autogen.sh --enable-animation --enable-macmenu
-#%configure --enable-animation --enable-macmenu
-make %{?_smp_mflags}
+%configure \
+ --enable-animation \
+ --enable-macmenu
+%{__make} %{?_smp_mflags}
%install
-rm -rf $RPM_BUILD_ROOT
-make install DESTDIR=$RPM_BUILD_ROOT
+%{__rm} -rf %{buildroot}
+%{__make} install DESTDIR="%{buildroot}"
+%find_lang %{real_name}
-#remove .la files
-find $RPM_BUILD_ROOT -name *.la | xargs rm -f || true
-
%clean
-rm -rf $RPM_BUILD_ROOT
+%{__rm} -rf %{buildroot}
-%files
-%defattr(-,root,root,-)
-%doc AUTHORS ChangeLog NEWS COPYING
-%{_libdir}/gtk-2.0/*/engines/*
-%{_datadir}/*
+%files -f %{real_name}.lang
+%defattr(-, root, root, 0755)
+%doc AUTHORS ChangeLog COPYING NEWS
+%{_datadir}/icons/blueprint/
+%{_datadir}/themes/blueprint/
+%{_datadir}/themes/blueprint-Green/
+%{_datadir}/themes/blueprint-Ice/
+%{_datadir}/themes/blueprint-Sand/
+%{_libdir}/gtk-2.0/*/engines/libblueprint.so
+%exclude %{_libdir}/gtk-2.0/*/engines/libblueprint.a
+%exclude %{_libdir}/gtk-2.0/*/engines/libblueprint.la
%changelog
-* Wed Jun 27 2007 Heiko Adams <info at fedora-blog.de> 0.9.18-1
+* Wed Jun 27 2007 Heiko Adams <info at fedora-blog.de> - 0.9.18-1
- Initial build.
-
Modified: trunk/rpms/gtk-murrine-engine/gtk-murrine-engine.spec
===================================================================
--- trunk/rpms/gtk-murrine-engine/gtk-murrine-engine.spec 2007-07-05 23:33:11 UTC (rev 5579)
+++ trunk/rpms/gtk-murrine-engine/gtk-murrine-engine.spec 2007-07-05 23:33:56 UTC (rev 5580)
@@ -1,13 +1,16 @@
# $Id$
# Authority: hadams
+%define real_name murrine
+
Summary: Murrine GTK2 engine
Name: gtk-murrine-engine
Version: 0.53.1
Release: 1
License: GPL
-Group: System Environment/Libraries
+Group: User Interface/X
URL: http://cimi.netsons.org/pages/murrine.php
+
Source0: http://murrine.netsons.org/files/murrine-%{version}.tar.bz2
Source10: http://murrine.netsons.org/files/MurrinaFancyCandy.tar.bz2
Source11: http://murrine.netsons.org/files/MurrinaVerdeOlivo.tar.bz2
@@ -15,82 +18,88 @@
Source13: http://murrine.netsons.org/files/MurrinaGilouche.tar.bz2
Source14: http://murrine.netsons.org/files/MurrinaLoveGray.tar.bz2
Source15: http://murrine.netsons.org/files/MurrineThemePack.tar.bz2
-BuildRequires: gtk2-devel
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
+BuildRequires: gtk2-devel >= 2.8
+
%description
Murrine is a cairo-based fast gtk2 theme engine.
%prep
-%setup -q -n murrine-%{version}
+%setup -n %{real_name}-%{version}
%build
-%configure --enable-animation --enable-macmenu
-make %{?_smp_mflags}
+%configure \
+ --enable-animation \
+ --enable-macmenu
+%{__make} %{?_smp_mflags}
%install
-rm -rf $RPM_BUILD_ROOT
-make install DESTDIR=$RPM_BUILD_ROOT
-mkdir -p $RPM_BUILD_ROOT/%{_datadir}/themes
-(cd $RPM_BUILD_ROOT/%{_datadir}/themes;
-bzcat %{SOURCE10} | tar -xvf -;
-bzcat %{SOURCE11} | tar -xvf -;
-bzcat %{SOURCE12} | tar -xvf -;
-bzcat %{SOURCE13} | tar -xvf -;
-bzcat %{SOURCE14} | tar -xvf -;
-bzcat %{SOURCE15} | tar -xvf -;
-)
+%{__rm} -rf %{buildroot}
+%{__make} install DESTDIR="%{buildroot}"
+#find_lang %{real_name}
+%{__install} -d -m0755 %{buildroot}%{_datadir}/themes/
+tar -xvj -C %{buildroot}%{_datadir}/themes/ -f %{SOURCE10};
+tar -xvj -C %{buildroot}%{_datadir}/themes/ -f %{SOURCE11};
+tar -xvj -C %{buildroot}%{_datadir}/themes/ -f %{SOURCE12};
+tar -xvj -C %{buildroot}%{_datadir}/themes/ -f %{SOURCE13};
+tar -xvj -C %{buildroot}%{_datadir}/themes/ -f %{SOURCE14};
+tar -xvj -C %{buildroot}%{_datadir}/themes/ -f %{SOURCE15};
-#remove .la files
-find $RPM_BUILD_ROOT -name *.la | xargs rm -f || true
-#fix permission
-find $RPM_BUILD_ROOT/%{_datadir}/themes -type f | xargs chmod 0644 || true
-
%clean
-rm -rf $RPM_BUILD_ROOT
+%{__rm} -rf %{buildroot}
+#files -f {real_name}.lang
%files
-%defattr(-,root,root,-)
-%doc AUTHORS ChangeLog NEWS CREDITS COPYING
-%{_libdir}/gtk-2.0/*/engines/*
-%{_datadir}/*
+%defattr(-, root, root, 0755)
+%doc AUTHORS ChangeLog COPYING CREDITS NEWS
+%{_datadir}/themes/MurrinaAquaIsh/
+%{_datadir}/themes/MurrinaCandy/
+%{_datadir}/themes/MurrinaCappuccino/
+%{_datadir}/themes/MurrinaEalm/
+%{_datadir}/themes/MurrinaFancyCandy/
+%{_datadir}/themes/MurrinaGilouche/
+%{_datadir}/themes/MurrinaLoveGray/
+%{_datadir}/themes/MurrinaNeoGraphite/
+%{_datadir}/themes/MurrinaVerdeOlivo/
+%{_libdir}/gtk-2.0/*/engines/libmurrine.so
+%exclude %{_libdir}/gtk-2.0/*/engines/libmurrine.la
%changelog
-* Wed Jun 27 2007 Heiko Adams <info at fedora-blog.de> 0.53-1
-- 0.53.1
+* Wed Jun 27 2007 Heiko Adams <info at fedora-blog.de> - 0.53-1
+- Updated to release 0.53.
-* Mon Jun 25 2007 Heiko Adams <info at fedora-blog.de> 0.52-2
-- Rebuild for CentOS
+* Mon Jun 25 2007 Heiko Adams <info at fedora-blog.de> - 0.52-2
+- Rebuild for RPMforge.
-* Thu Apr 5 2007 Leo, Shidai Liu <sdl.web at gmail.com> 0.52-1
-- 0.52
+* Thu Apr 5 2007 Leo, Shidai Liu <sdl.web at gmail.com> - 0.52-1
+- Updated to release 0.52.
-* Thu Mar 15 2007 Leo, Shidai Liu <sdl.web at gmail.com> 0.51-2
-- fix last change
+* Thu Mar 15 2007 Leo, Shidai Liu <sdl.web at gmail.com> - 0.51-2
+- Fix last change.
-* Thu Mar 15 2007 Leo, Shidai Liu <sdl.web at gmail.com> 0.51-1
-- 0.51
+* Thu Mar 15 2007 Leo, Shidai Liu <sdl.web at gmail.com> - 0.51-1
+- Updated to release 0.51.
-* Fri Jan 12 2007 Shidai Liu, Leo <sdl.web at gmail.com> 0.41-1
-- 0.41
+* Fri Jan 12 2007 Shidai Liu, Leo <sdl.web at gmail.com> - 0.41-1
+- Updated to release 0.41.
-* Wed Jan 10 2007 Shidai Liu, Leo <sdl.web at gmail.com> 0.40.1-1
-- 0.40.1
+* Wed Jan 10 2007 Shidai Liu, Leo <sdl.web at gmail.com> - 0.40.1-1
+- Updated to release 0.40.1.
-* Fri Nov 24 2006 Shidai Liu, Leo <sdl.web at gmail.com> 0.31-4
-- Correct changelog entries to include release number
+* Fri Nov 24 2006 Shidai Liu, Leo <sdl.web at gmail.com> - 0.31-4
+- Correct changelog entries to include release number.
-* Tue Nov 21 2006 Shidai Liu, Leo <sdl.web at gmail.com> 0.31-3
-- remove themes from gnome-look
-- remove CREDITS patch
-- add all themes from upstream
+* Tue Nov 21 2006 Shidai Liu, Leo <sdl.web at gmail.com> - 0.31-3
+- Remove themes from gnome-look.
+- Remove CREDITS patch.
+- Add all themes from upstream.
-* Thu Nov 16 2006 Shidai Liu, Leo <sdl.web at gmail.com> 0.31-2
-- 0.31
+* Thu Nov 16 2006 Shidai Liu, Leo <sdl.web at gmail.com> - 0.31-2
+- Updated to release 0.31.
-* Sun Nov 12 2006 Shidai Liu, Leo <sdl.web at gmail.com> 0.30.2-1
-- Add three gtk2 themes
+* Sun Nov 12 2006 Shidai Liu, Leo <sdl.web at gmail.com> - 0.30.2-1
+- Add three gtk2 themes.
* Tue Sep 19 2006 Shidai Liu, Leo <sdl.web at gmail.com>
- Initial build.
-
Modified: trunk/rpms/gtk-nimbus-engine/gtk-nimbus-engine.spec
===================================================================
--- trunk/rpms/gtk-nimbus-engine/gtk-nimbus-engine.spec 2007-07-05 23:33:11 UTC (rev 5579)
+++ trunk/rpms/gtk-nimbus-engine/gtk-nimbus-engine.spec 2007-07-05 23:33:56 UTC (rev 5580)
@@ -1,48 +1,56 @@
# $Id$
# Authority: hadams
-Summary: Blueprint GTK2 engine
-Name: gtk-blueprint-engine
+%define real_name nimbus
+
+Summary: Nimbus GTK2 engine
+Name: gtk-nimbus-engine
Version: 0.0.6
Release: 1
License: GPL
-Group: System Environment/Libraries
+Group: User Interface/X
URL: http://dlc.sun.com/osol/jds/downloads/extras/
-Source0: http://dlc.sun.com/osol/jds/downloads/extras/nimbus-%{version}.tar.bz2
+
+Source: http://dlc.sun.com/osol/jds/downloads/extras/nimbus-%{version}.tar.bz2
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
+
BuildRequires: gtk2-devel
BuildRequires: intltool >= 0.23
BuildRequires: gnome-common >= 1.2.4
BuildRequires: icon-naming-utils >= 0.8.1
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
%description
-Nimbus is the default gtk engine from Open Solaris
+Nimbus is the default gtk engine from Open Solaris.
%prep
-%setup -q -n nimbus-%{version}
+%setup -n %{real_name}-%{version}
%build
-./autogen.sh --enable-animation --enable-macmenu
-#%configure --enable-animation --enable-macmenu
-make %{?_smp_mflags}
+#configure \
+./autogen.sh \
+ --enable-animation \
+ --enable-macmenu \
+ --prefix="%{_prefix}"
+%{__make} %{?_smp_mflags}
%install
-rm -rf $RPM_BUILD_ROOT
-make install DESTDIR=$RPM_BUILD_ROOT
+%{__rm} -rf %{buildroot}
+%{__make} install DESTDIR="%{buildroot}"
+#find_lang %{real_name}
-#remove .la files
-find $RPM_BUILD_ROOT -name *.la | xargs rm -f || true
-
%clean
-rm -rf $RPM_BUILD_ROOT
+%{__rm} -rf %{buildroot}
+#files -f %{name}.lang
%files
-%defattr(-,root,root,-)
-%doc AUTHORS ChangeLog NEWS COPYING
-%{_libdir}/gtk-2.0/*/engines/*
-%{_datadir}/*
+%defattr(-, root, root, 0755)
+%doc AUTHORS ChangeLog COPYING NEWS
+%{_datadir}/icons/nimbus/
+%{_datadir}/themes/nimbus/
+%{_libdir}/gtk-2.0/*/engines/libnimbus.so
+%exclude %{_libdir}/gtk-2.0/*/engines/libnimbus.a
+%exclude %{_libdir}/gtk-2.0/*/engines/libnimbus.la
%changelog
-* Wed Jun 27 2007 Heiko Adams <info at fedora-blog.de> 0.0.6-1
+* Wed Jun 27 2007 Heiko Adams <info at fedora-blog.de> - 0.0.6-1
- Initial build.
-
Modified: trunk/rpms/perl-Authen-PAM/perl-Authen-PAM.spec
===================================================================
--- trunk/rpms/perl-Authen-PAM/perl-Authen-PAM.spec 2007-07-05 23:33:11 UTC (rev 5579)
+++ trunk/rpms/perl-Authen-PAM/perl-Authen-PAM.spec 2007-07-05 23:33:56 UTC (rev 5580)
@@ -2,8 +2,8 @@
# Authority: dries
# Upstream: Nikolay Pelov <pelov$cs,kuleuven,ac,be>
-%define perl_vendorlib %(eval "`perl -V:installvendorlib`"; echo $installvendorlib)
-%define perl_vendorarch %(eval "`perl -V:installvendorarch`"; echo $installvendorarch)
+%define perl_vendorlib %(eval "`%{__perl} -V:installvendorlib`"; echo $installvendorlib)
+%define perl_vendorarch %(eval "`%{__perl} -V:installvendorarch`"; echo $installvendorarch)
%define real_name Authen-PAM
@@ -11,7 +11,7 @@
Name: perl-Authen-PAM
Version: 0.16
Release: 1.2
-License: Artistic
+License: Artistic/GPL
Group: Applications/CPAN
URL: http://search.cpan.org/dist/Authen-PAM/
@@ -27,36 +27,30 @@
%setup -n %{real_name}-%{version}
%build
-CFLAGS="%{optflags}" %{__perl} Makefile.PL \
- INSTALLDIRS="vendor" \
- PREFIX="%{buildroot}%{_prefix}"
-%{__make} %{?_smp_mflags} \
- OPTIMIZE="%{optflags}"
+CFLAGS="%{optflags}" %{__perl} Makefile.PL INSTALLDIRS="vendor" PREFIX="%{buildroot}%{_prefix}"
+%{__make} %{?_smp_mflags} OPTIMIZE="%{optflags}"
%install
%{__rm} -rf %{buildroot}
%makeinstall
### Clean up buildroot
-%{__rm} -rf %{buildroot}%{perl_archlib} \
- %{buildroot}%{perl_vendorarch}/auto/*{,/*{,/*}}/.packlist
+%{__rm} -rf %{buildroot}%{perl_archlib} %{buildroot}%{perl_vendorarch}/auto/*{,/*{,/*}}/.packlist
%clean
%{__rm} -rf %{buildroot}
%files
%defattr(-, root, root, 0755)
-%doc Changes README
-%{_mandir}/man3/*
-%{perl_vendorarch}/Authen/PAM/FAQ.pod
+%doc Changes MANIFEST META.yml README
+%doc %{_mandir}/man3/*.3pm*
+%dir %{perl_vendorarch}/Authen/
+%{perl_vendorarch}/Authen/PAM/
%{perl_vendorarch}/Authen/PAM.pm
-%{perl_vendorarch}/auto/Authen/PAM/PAM.bs
-%{perl_vendorarch}/auto/Authen/PAM/PAM.so
+%dir %{perl_vendorarch}/auto/Authen/
+%{perl_vendorarch}/auto/Authen/PAM/
%changelog
-* Wed Mar 22 2006 Dries Verachtert <dries at ulyssis.org> - 0.16-1.2
-- Rebuild for Fedora Core 5.
-
* Sat Nov 5 2005 Dries Verachtert <dries at ulyssis.org> - 0.16-1
- Updated to release 0.16.
Modified: trunk/rpms/perl-Mail-DomainKeys/perl-Mail-DomainKeys.spec
===================================================================
--- trunk/rpms/perl-Mail-DomainKeys/perl-Mail-DomainKeys.spec 2007-07-05 23:33:11 UTC (rev 5579)
+++ trunk/rpms/perl-Mail-DomainKeys/perl-Mail-DomainKeys.spec 2007-07-05 23:33:56 UTC (rev 5580)
@@ -11,7 +11,7 @@
Name: perl-Mail-DomainKeys
Version: 1.0
Release: 1
-License: Artistic
+License: Artistic/GPL
Group: Applications/CPAN
URL: http://search.cpan.org/dist/Mail-DomainKeys/
Modified: trunk/rpms/perl-POE-Component-Server-Echo/perl-POE-Component-Server-Echo.spec
===================================================================
--- trunk/rpms/perl-POE-Component-Server-Echo/perl-POE-Component-Server-Echo.spec 2007-07-05 23:33:11 UTC (rev 5579)
+++ trunk/rpms/perl-POE-Component-Server-Echo/perl-POE-Component-Server-Echo.spec 2007-07-05 23:33:56 UTC (rev 5580)
@@ -2,8 +2,8 @@
# Authority: dries
# Upstream: Chris Williams <chris$bingosnet,co,uk>
-%define perl_vendorlib %(eval "`perl -V:installvendorlib`"; echo $installvendorlib)
-%define perl_vendorarch %(eval "`perl -V:installvendorarch`"; echo $installvendorarch)
+%define perl_vendorlib %(eval "`%{__perl} -V:installvendorlib`"; echo $installvendorlib)
+%define perl_vendorarch %(eval "`%{__perl} -V:installvendorarch`"; echo $installvendorarch)
%define real_name POE-Component-Server-Echo
@@ -15,7 +15,7 @@
Group: Applications/CPAN
URL: http://search.cpan.org/dist/POE-Component-Server-Echo/
-Source: http://search.cpan.org//CPAN/authors/id/B/BI/BINGOS/POE-Component-Server-Echo-%{version}.tar.gz
+Source: http://www.cpan.org/modules/by-module/POE/POE-Component-Server-Echo-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
BuildArch: noarch
@@ -34,15 +34,17 @@
%install
%{__rm} -rf %{buildroot}
%makeinstall
-%{__rm} -rf %{buildroot}%{perl_archlib}/perllocal.pod %{buildroot}%{perl_vendorarch}/auto/*/*/*/*/.packlist
+### Clean up buildroot
+%{__rm} -rf %{buildroot}%{perl_archlib} %{buildroot}%{perl_vendorarch}
+
%clean
%{__rm} -rf %{buildroot}
%files
%defattr(-, root, root, 0755)
-%doc Changes README
-%doc %{_mandir}/man3/*
+%doc Changes MANIFEST META.yml README
+%doc %{_mandir}/man3/POE::Component::Server::Echo.3pm*
%dir %{perl_vendorlib}/POE/
%dir %{perl_vendorlib}/POE/Component/
%dir %{perl_vendorlib}/POE/Component/Server/
Modified: trunk/rpms/perl-POE-Filter-LZO/perl-POE-Filter-LZO.spec
===================================================================
--- trunk/rpms/perl-POE-Filter-LZO/perl-POE-Filter-LZO.spec 2007-07-05 23:33:11 UTC (rev 5579)
+++ trunk/rpms/perl-POE-Filter-LZO/perl-POE-Filter-LZO.spec 2007-07-05 23:33:56 UTC (rev 5580)
@@ -2,8 +2,8 @@
# Authority: dries
# Upstream: Chris Williams <chris$bingosnet,co,uk>
-%define perl_vendorlib %(eval "`perl -V:installvendorlib`"; echo $installvendorlib)
-%define perl_vendorarch %(eval "`perl -V:installvendorarch`"; echo $installvendorarch)
+%define perl_vendorlib %(eval "`%{__perl} -V:installvendorlib`"; echo $installvendorlib)
+%define perl_vendorarch %(eval "`%{__perl} -V:installvendorarch`"; echo $installvendorarch)
%define real_name POE-Filter-LZO
@@ -15,7 +15,7 @@
Group: Applications/CPAN
URL: http://search.cpan.org/dist/POE-Filter-LZO/
-Source: http://search.cpan.org//CPAN/authors/id/B/BI/BINGOS/POE-Filter-LZO-%{version}.tar.gz
+Source: http://www.cpan.org/modules/by-module/POE/POE-Filter-LZO-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
BuildArch: noarch
@@ -34,15 +34,17 @@
%install
%{__rm} -rf %{buildroot}
%makeinstall
-%{__rm} -rf %{buildroot}%{perl_archlib}/perllocal.pod %{buildroot}%{perl_vendorarch}/auto/*/*/*/.packlist
+### Clean up buildroot
+%{__rm} -rf %{buildroot}%{perl_archlib} %{buildroot}%{perl_vendorarch}
+
%clean
%{__rm} -rf %{buildroot}
%files
%defattr(-, root, root, 0755)
-%doc Changes README
-%doc %{_mandir}/man3/*
+%doc Changes MANIFEST META.yml README
+%doc %{_mandir}/man3/POE::Filter::LZO.3pm*
%dir %{perl_vendorlib}/POE/
%dir %{perl_vendorlib}/POE/Filter/
%{perl_vendorlib}/POE/Filter/LZO.pm
Modified: trunk/rpms/perl-Unix-Processors/perl-Unix-Processors.spec
===================================================================
--- trunk/rpms/perl-Unix-Processors/perl-Unix-Processors.spec 2007-07-05 23:33:11 UTC (rev 5579)
+++ trunk/rpms/perl-Unix-Processors/perl-Unix-Processors.spec 2007-07-05 23:33:56 UTC (rev 5580)
@@ -2,8 +2,8 @@
# Authority: dries
# Upstream: Wilson Snyder <wsnyder$wsnyder,org>
-%define perl_vendorlib %(eval "`perl -V:installvendorlib`"; echo $installvendorlib)
-%define perl_vendorarch %(eval "`perl -V:installvendorarch`"; echo $installvendorarch)
+%define perl_vendorlib %(eval "`%{__perl} -V:installvendorlib`"; echo $installvendorlib)
+%define perl_vendorarch %(eval "`%{__perl} -V:installvendorarch`"; echo $installvendorarch)
%define real_name Unix-Processors
@@ -15,7 +15,7 @@
Group: Applications/CPAN
URL: http://search.cpan.org/dist/Unix-Processors/
-Source: http://search.cpan.org/CPAN/authors/id/W/WS/WSNYDER/Unix-Processors-%{version}.tar.gz
+Source: http://www.cpan.org/modules/by-module/Unix/Unix-Processors-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
BuildRequires: perl, perl(ExtUtils::MakeMaker)
@@ -27,24 +27,28 @@
%setup -n %{real_name}-%{version}
%build
-%{__perl} Makefile.PL INSTALLDIRS="vendor" PREFIX="%{buildroot}%{_prefix}"
-%{__make} %{?_smp_mflags}
+CFLAGS="%{optflags}" %{__perl} Makefile.PL INSTALLDIRS="vendor" PREFIX="%{buildroot}%{_prefix}"
+%{__make} %{?_smp_mflags} OPTIMIZE="%{optflags}"
%install
%{__rm} -rf %{buildroot}
%makeinstall
-%{__rm} -rf %{buildroot}%{perl_archlib}/perllocal.pod %{buildroot}%{perl_vendorarch}/auto/*/*/.packlist
+### Clean up buildroot
+%{__rm} -rf %{buildroot}%{perl_archlib} %{buildroot}%{perl_vendorarch}/auto/*{,/*{,/*}}/.packlist
+
%clean
%{__rm} -rf %{buildroot}
%files
%defattr(-, root, root, 0755)
-%doc Changes README
-%doc %{_mandir}/man3/*
+%doc Changes COPYING MANIFEST META.yml README readme.texi
+%doc %{_mandir}/man3/*.3pm*
+%dir %{perl_vendorarch}/Unix/
%{perl_vendorarch}/Unix/Processors.pm
-%{perl_vendorarch}/Unix/Processors
-%{perl_vendorarch}/auto/Unix/Processors
+%{perl_vendorarch}/Unix/Processors/
+%dir %{perl_vendorarch}/auto/Unix/
+%{perl_vendorarch}/auto/Unix/Processors/
%changelog
* Thu Jul 5 2007 Quien Sabe (aka Jim) <quien-sabe at metaorg.com> - 2.034-1
Modified: trunk/rpms/pidgin-libnotify/pidgin-libnotify.spec
===================================================================
--- trunk/rpms/pidgin-libnotify/pidgin-libnotify.spec 2007-07-05 23:33:11 UTC (rev 5579)
+++ trunk/rpms/pidgin-libnotify/pidgin-libnotify.spec 2007-07-05 23:33:56 UTC (rev 5580)
@@ -1,68 +1,53 @@
# $Id$
# Authority: hadams
-%global pidgin_version 2.0.0
+Summary: Libnotify Pidgin plugin
+Name: pidgin-libnotify
+Version: 0.13
+Release: 1
+License: GPL
+Group: Applications/Internet
+URL: http://gaim-libnotify.sourceforge.net/
-Name: pidgin-libnotify
-Version: 0.13
-Release: 1
-Summary: Libnotify Pidgin plugin
+Source: http://dl.sf.net/gaim-libnotify/pidgin-libnotify-%{version}.tar.gz
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
-Group: Applications/Internet
-License: GPL
-URL: http://gaim-libnotify.sourceforge.net/
+BuildRequires: gettext
+BuildRequires: libtool
+BuildRequires: libnotify-devel >= 0.3.2
+BuildRequires: gtk2-devel
+BuildRequires: pidgin-devel >= 2.0
-Source0: http://downloads.sourceforge.net/gaim-libnotify/pidgin-libnotify-%{version}.tar.gz
-#Patch0: %{name}-renamed-to-pidgin.patch
+Obsoletes: gaim-libnotify <= %{version}-%{release}
+Provides: gaim-libnotify = %{version}-%{release}
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-
-BuildRequires: libnotify-devel >= 0.3.2
-BuildRequires: gtk2-devel
-BuildRequires: pidgin-devel >= %{pidgin_version}
-BuildRequires: libtool
-BuildRequires: gettext
-
-Requires: pidgin >= %{pidgin_version}
-
-## Provides a proper upgrade path from gaim-libnotify installations.
-Provides: gaim-libnotify = %{version}-%{release}
-Obsoletes: gaim-libnotify < %{version}-%{release}
-
%description
This is a plugin for the open-source Pidgin instant messaging client that uses
libnotify to display graphic notifications of new messages and other events
such as a buddy signing on or off.
-
%prep
-%setup -q -n "pidgin-libnotify-%{version}"
-#%patch -p0 -b .renamed-to-pidgin
-autoreconf
+%setup
-
%build
-%configure --disable-static
-make %{?_smp_mflags}
+%configure \
+ --disable-static
+%{__make} %{?_smp_mflags}
-
%install
-rm -rf %{buildroot}
-make install DESTDIR=%{buildroot}
-%find_lang pidgin-libnotify
+%{__rm} -rf %{buildroot}
+%{__make} install DESTDIR="%{buildroot}"
+%find_lang %{name}
-
%clean
-rm -rf %{buildroot}
+%{__rm} -rf %{buildroot}
-
-%files -f pidgin-libnotify.lang
-%defattr(-,root,root,-)
+%files -f %{name}.lang
+%defattr(-, root, root, 0755)
%doc AUTHORS ChangeLog COPYING NEWS TODO
-%exclude %{_libdir}/purple-2/*.la
%{_libdir}/purple-2/pidgin-libnotify.so
+%exclude %{_libdir}/purple-2/pidgin-libnotify.la
-
%changelog
* Tue Jul 01 2007 Heiko Adams <info at fedora-blog.de> - 0.13-1
- Updated to 0.13 and rebuild for CentOS
Modified: trunk/rpms/sun-gdm-themes/sun-gdm-themes.spec
===================================================================
--- trunk/rpms/sun-gdm-themes/sun-gdm-themes.spec 2007-07-05 23:33:11 UTC (rev 5579)
+++ trunk/rpms/sun-gdm-themes/sun-gdm-themes.spec 2007-07-05 23:33:56 UTC (rev 5580)
@@ -1,85 +1,42 @@
# $Id$
# Authority: hadams
-#
-# spec file for package sun-gdm-themes
-#
-# Copyright (c) 2003 Sun Microsystems Inc.
-# This file and all modifications and additions to the pristine
-# package are under the same license as the package itself.
-#
+Summary: Sun branded GNOME login manager theme
+Name: sun-gdm-themes
+Version: 0.25
+Release: 1
+License: LGPL
+Group: User Interface/X
+URL: http://sun.com/
+Source: %{name}-%{version}.tar.gz
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
-Name: sun-gdm-themes
-License: LGPL
-Group: System/GUI/GNOME
-BuildArchitectures: noarch
-Version: 0.25
-Release: 12
-Distribution: Mercury
-Vendor: Sun Microsystems Inc.
-Summary: Sun branded GNOME login manager theme
-Source: %{name}-%{version}.tar.gz
-URL: http://sun.com
-BuildRoot: %{_tmppath}/%{name}-%{version}-build
-Docdir: %{_defaultdocdir}/%{name}
-Autoreqprov: on
+BuildArch: noarch
+BuildRequires: intltool >= 0.25
-%define intltool_version 0.25
-
-BuildRequires: intltool >= %{intltool_version}
-
%description
-This package contains Sun branded GNOME login manager [GDM] themes
+This package contains Sun branded GNOME login manager (GDM) themes.
%prep
-%setup -q
+%setup
%build
-CFLAGS="$RPM_OPT_FLAGS" \
-./configure \
- --prefix=%{_prefix} \
- --sysconfdir=%{_sysconfdir} \
- --localstatedir=/var/lib
-make
+%configure
+%{__make} %{?_smp_mflags}
%install
-make DESTDIR=$RPM_BUILD_ROOT install
+%{__rm} -rf %{buildroot}
+%{__make} install DESTDIR="%{buildroot}"
%clean
-rm -rf $RPM_BUILD_ROOT
+%{__rm} -rf %{buildroot}
-%post
-
%files
-%defattr (-, root, root)
-%{_datadir}/gdm/themes/*
+%defattr(-, root, root, 0755)
+%dir %{_datadir}/gdm/
+%{_datadir}/gdm/themes/
%changelog
-* Tue Jun 28 2007 Heiko Adams <info at fedora-blog.de> 0.25-12
-- Initial CentOS Build
-* Sun Oct 26 2003 - <carl.gadener at sun.com>
-- Bolder and Blue JDS banner
-- Improved button alignment to handle all resolutions
-- Offset panel 5% right/down according to Chester
-- Changed order of buttons left-to-right with right most important
-* Wed Oct 23 2003 - <carl.gadener at sun.com>
-- Bolder Java Desktop System banner
-- Sun Font on JDS
-- Color Java Logo
-* Tue Oct 21 2003 - glynn.foster at sun.com
-- Updated tarball
-* Sun Oct 19 2003 - damien.donlon at sun.com
-- Adding sun-gdm-themes-l10n-po-0.4.tar.bz2 l10n content
-* Tue Sep 02 2003 - <carl.gadener at sun.com>
-- Added the new Sun default theme
-- renamed the others to meaningful names
-* Fri Aug 08 2003 - <erwann at sun.com>
-- bumped release for the new icons
-* Tue Jul 22 2003 - <markmc at sun.com>
-- update to 0.8.9.1
-* Fri Jun 26 2003 - glynn.foster at Sun.COM
-- It's a no architecture package
-* Fri Jun 26 2003 - glynn.foster at Sun.COM
-- Initial Sun release
-
+* Tue Jun 28 2007 Heiko Adams <info at fedora-blog.de> - 0.25-1
+- Initial package for RPMforge.
More information about the svn-commits
mailing list