[svn] r5745 - in trunk/rpms: . cksfv dejavu-fonts dosbox fio
fuse-unionfs gtick mimedefang mplayerplug-in op
perl-Alien-wxWidgets perl-LDAP perl-Mail-SPF
perl-Net-DNS-Resolver-Programmable perl-URI perl-Wx pioneers
postgrey pytone spamassassin subversion testdisk vnc2swf wine xar
packagers at lists.rpmforge.net
packagers at lists.rpmforge.net
Fri Aug 17 19:33:31 CEST 2007
Author: dag
Date: 2007-08-17 19:33:26 +0200 (Fri, 17 Aug 2007)
New Revision: 5745
Added:
trunk/rpms/perl-LDAP/
trunk/rpms/perl-LDAP/perl-LDAP.spec
trunk/rpms/perl-URI/perl-URI-1.17.spec
Removed:
trunk/rpms/perl-LDAP/perl-ldap.spec
trunk/rpms/perl-ldap/
Modified:
trunk/rpms/cksfv/cksfv.spec
trunk/rpms/dejavu-fonts/dejavu-fonts.spec
trunk/rpms/dosbox/dosbox.spec
trunk/rpms/fio/fio.spec
trunk/rpms/fuse-unionfs/fuse-unionfs.spec
trunk/rpms/gtick/gtick.spec
trunk/rpms/mimedefang/mimedefang.spec
trunk/rpms/mplayerplug-in/mplayerplug-in.spec
trunk/rpms/op/op.spec
trunk/rpms/perl-Alien-wxWidgets/perl-Alien-wxWidgets.spec
trunk/rpms/perl-Mail-SPF/perl-Mail-SPF.spec
trunk/rpms/perl-Net-DNS-Resolver-Programmable/perl-Net-DNS-Resolver-Programmable.spec
trunk/rpms/perl-Wx/perl-Wx.spec
trunk/rpms/pioneers/pioneers.spec
trunk/rpms/postgrey/postgrey.spec
trunk/rpms/pytone/pytone.spec
trunk/rpms/spamassassin/spamassassin.spec
trunk/rpms/subversion/subversion-1.1.spec
trunk/rpms/subversion/subversion-1.2.spec
trunk/rpms/subversion/subversion-1.3.spec
trunk/rpms/subversion/subversion.spec
trunk/rpms/testdisk/testdisk.spec
trunk/rpms/vnc2swf/vnc2swf.spec
trunk/rpms/wine/wine.spec
trunk/rpms/xar/xar.spec
Log:
Updates
Modified: trunk/rpms/cksfv/cksfv.spec
===================================================================
--- trunk/rpms/cksfv/cksfv.spec 2007-08-17 16:32:41 UTC (rev 5744)
+++ trunk/rpms/cksfv/cksfv.spec 2007-08-17 17:33:26 UTC (rev 5745)
@@ -3,7 +3,7 @@
Summary: Tool to create and check SFV files
Name: cksfv
-Version: 1.3.9
+Version: 1.3.12
Release: 1
License: GPL
Group: Applications/File
@@ -38,10 +38,13 @@
%files
%defattr(-, root, root, 0755)
%doc AUTHORS ChangeLog COPYING README TODO
-%{_mandir}/man1/cksfv.1*
+%doc %{_mandir}/man1/cksfv.1*
%{_bindir}/cksfv
%changelog
+* Thu Aug 16 2007 Dag Wieers <dag at wieers.com> - 1.3.12-1
+- Updated to release 1.3.12.
+
* Wed Jun 14 2006 Dag Wieers <dag at wieers.com> - 1.3.9-1
- Updated to release 1.3.9.
Modified: trunk/rpms/dejavu-fonts/dejavu-fonts.spec
===================================================================
--- trunk/rpms/dejavu-fonts/dejavu-fonts.spec 2007-08-17 16:32:41 UTC (rev 5744)
+++ trunk/rpms/dejavu-fonts/dejavu-fonts.spec 2007-08-17 17:33:26 UTC (rev 5745)
@@ -1,5 +1,6 @@
# $Id$
# Authority: dag
+
# Dist: nodist
%define real_name dejavu-ttf
Modified: trunk/rpms/dosbox/dosbox.spec
===================================================================
--- trunk/rpms/dosbox/dosbox.spec 2007-08-17 16:32:41 UTC (rev 5744)
+++ trunk/rpms/dosbox/dosbox.spec 2007-08-17 17:33:26 UTC (rev 5745)
@@ -22,7 +22,7 @@
Summary: x86/DOS emulator with sound/graphics
Name: dosbox
-Version: 0.70
+Version: 0.71
Release: 1
License: GPL
Group: Applications/Emulators
@@ -32,9 +32,9 @@
Source1: dosbox.png
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
-BuildRequires: libpng-devel, SDL-devel
+BuildRequires: libpng-devel, SDL-devel, SDL_net-devel
%{!?_without_freedesktop:BuildRequires: desktop-file-utils}
-%{?_with_modxorg:BuildRequires: libX11-devel}
+%{?_with_modxorg:BuildRequires: libX11-devel libGLU-devel}
%{!?_with_modxorg:BuildRequires: XFree86-devel}
%{!?_without_alsa:BuildRequires: alsa-lib-devel}
@@ -65,8 +65,9 @@
%build
%configure \
- --program-prefix="%{?_program_prefix}" \
- --enable-shots
+ --program-prefix="%{?_program_prefix}" \
+ --enable-core-inline \
+ --enable-shots
%{__make} %{?_smp_mflags}
%install
@@ -74,12 +75,12 @@
%{__make} install DESTDIR="%{buildroot}"
%if %{?_without_freedesktop:1}0
- %{__install} -Dp -m0644 dosbox.desktop %{buildroot}/etc/X11/applnk/Applications/dosbox.desktop
+ %{__install} -Dp -m0644 dosbox.desktop %{buildroot}/etc/X11/applnk/Applications/dosbox.desktop
%else
- %{__mkdir_p} %{buildroot}%{_datadir}/applications/
- desktop-file-install --vendor %{desktop_vendor} \
- --dir %{buildroot}%{_datadir}/applications \
- dosbox.desktop
+ %{__mkdir_p} %{buildroot}%{_datadir}/applications/
+ desktop-file-install --vendor %{desktop_vendor} \
+ --dir %{buildroot}%{_datadir}/applications \
+ dosbox.desktop
%endif
%{__install} -Dp -m0644 %{SOURCE1} %{buildroot}%{_datadir}/pixmaps/dosbox.png
@@ -97,6 +98,9 @@
%{_datadir}/pixmaps/dosbox.png
%changelog
+* Sat Aug 11 2007 Dag Wieers <dag at wieers.com> - 0.71-1
+- Updated to release 0.71.
+
* Mon Mar 26 2007 Dag Wieers <dag at wieers.com> - 0.70-1
- Updated to release 0.70.
Modified: trunk/rpms/fio/fio.spec
===================================================================
--- trunk/rpms/fio/fio.spec 2007-08-17 16:32:41 UTC (rev 5744)
+++ trunk/rpms/fio/fio.spec 2007-08-17 17:33:26 UTC (rev 5745)
@@ -51,7 +51,7 @@
#%{_libdir}/fio/
%changelog
-* Fri Aug 17 2007 Dries Verachtert <dries at ulyssis.org> -1.17-1
+* Thu Aug 16 2007 Dag Wieers <dag at wieers.com> - 1.17-1
- Updated to release 1.17.
* Tue Jun 19 2007 Dag Wieers <dag at wieers.com> - 1.16.5-1
Modified: trunk/rpms/fuse-unionfs/fuse-unionfs.spec
===================================================================
--- trunk/rpms/fuse-unionfs/fuse-unionfs.spec 2007-08-17 16:32:41 UTC (rev 5744)
+++ trunk/rpms/fuse-unionfs/fuse-unionfs.spec 2007-08-17 17:33:26 UTC (rev 5745)
@@ -5,7 +5,7 @@
Summary: FUSE-base user-space union filesystem
Name: fuse-unionfs
-Version: 0.17
+Version: 0.18
Release: 1
License: GPL
Group: System Environment/Kernel
@@ -45,5 +45,8 @@
%{_bindir}/unionfs
%changelog
+* Sat Aug 11 2007 Dag Wieers <dag at wieers.com> - 0.18-1
+- Updated to release 0.18.
+
* Sat May 12 2007 Dag Wieers <dag at wieers.com> - 0.17-1
- Initial package. (using DAR)
Modified: trunk/rpms/gtick/gtick.spec
===================================================================
--- trunk/rpms/gtick/gtick.spec 2007-08-17 16:32:41 UTC (rev 5744)
+++ trunk/rpms/gtick/gtick.spec 2007-08-17 17:33:26 UTC (rev 5745)
@@ -66,7 +66,7 @@
%{_datadir}/applications/%{desktop_vendor}-gtick.desktop
%changelog
-* Fri Aug 17 2007 Dries Verachtert <dries at ulyssis.org> - 0.4.0-1
+* Thu Aug 16 2007 Dag Wieers <dag at wieers.com> - 0.4.0-1
- Updated to release 0.4.0.
* Tue May 08 2007 Dries Verachtert <dries at ulyssis.org> - 0.3.15-1
Modified: trunk/rpms/mimedefang/mimedefang.spec
===================================================================
--- trunk/rpms/mimedefang/mimedefang.spec 2007-08-17 16:32:41 UTC (rev 5744)
+++ trunk/rpms/mimedefang/mimedefang.spec 2007-08-17 17:33:26 UTC (rev 5745)
@@ -4,7 +4,7 @@
Summary: Email filtering application using sendmail's milter interface
Name: mimedefang
-Version: 2.62
+Version: 2.63
Release: 1
License: GPL
Group: System Environment/Daemons
@@ -116,6 +116,9 @@
%dir %{_localstatedir}/spool/MD-Quarantine
%changelog
+* Thu Aug 16 2007 Dag Wieers <dag at wieers.com> - 2.63-1
+- Updated to release 2.63.
+
* Sun Apr 15 2007 Dag Wieers <dag at wieers.com> - 2.62-1
- Updated to release 2.62.
Modified: trunk/rpms/mplayerplug-in/mplayerplug-in.spec
===================================================================
--- trunk/rpms/mplayerplug-in/mplayerplug-in.spec 2007-08-17 16:32:41 UTC (rev 5744)
+++ trunk/rpms/mplayerplug-in/mplayerplug-in.spec 2007-08-17 17:33:26 UTC (rev 5745)
@@ -27,7 +27,7 @@
Summary: Browser plugin for MPlayer
Name: mplayerplug-in
-Version: 3.40
+Version: 3.45
Release: 1
License: GPL
Group: Applications/Multimedia
@@ -82,6 +82,9 @@
%{_libdir}/mozilla/plugins/mplayerplug-in-wmp.xpt
%changelog
+* Tue Aug 07 2007 Dag Wieers <dag at wieers.com> - 3.45-1
+- Updated to release 3.45.
+
* Wed Mar 21 2007 Dag Wieers <dag at wieers.com> - 3.40-1
- Updated to release 3.40.
Modified: trunk/rpms/op/op.spec
===================================================================
--- trunk/rpms/op/op.spec 2007-08-17 16:32:41 UTC (rev 5744)
+++ trunk/rpms/op/op.spec 2007-08-17 17:33:26 UTC (rev 5745)
@@ -5,10 +5,10 @@
Summary: Allows restricted root access for specified users
Name: op
Version: 1.32
-Release: 1.2
+Release: 2
License: BSD
Group: Applications/System
-URL: https://svn.swapoff.org/op/
+URL: http://swapoff.org/op/
Source: http://swapoff.org/files/op/op-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
@@ -83,6 +83,16 @@
# $1=on|off
EOF
+%{__cat} <<EOF >su.conf
+### 'op su' - gives user a root shell.
+### Restrict a list of local users.
+#su
+#»··/bin/su -;
+#»··users=dag,ramses,wim
+#»··environment
+#»··password
+EOF
+
%{__cat} <<EOF >op.pam
#%PAM-1.0
auth required pam_stack.so service=system-auth
@@ -101,7 +111,8 @@
%{__install} -Dp -m0600 op.conf %{buildroot}%{_sysconfdir}/op.conf
%{__install} -Dp -m0644 op.pam %{buildroot}%{_sysconfdir}/pam.d/op
-%{__install} -d -m0755 %{buildroot}%{_sysconfdir}/op.d/
+%{__install} -d -m0700 %{buildroot}%{_sysconfdir}/op.d/
+%{__install} -Dp -m0600 su.conf %{buildroot}%{_sysconfdir}/op.d/su.conf
%clean
%{__rm} -rf %{buildroot}
@@ -112,12 +123,13 @@
%doc %{_mandir}/man1/op.1*
%config(noreplace) %{_sysconfdir}/op.conf
%config(noreplace) %{_sysconfdir}/op.d/
-%config %{_sysconfdir}/pam.d/op
+%config(noreplace) %{_sysconfdir}/pam.d/op
%{_bindir}/op
%changelog
-* Sat Apr 08 2006 Dries Verachtert <dries at ulyssis.org> - 1.32-1.2
-- Rebuild for Fedora Core 5.
+* Thu Aug 16 2007 Dag Wieers <dag at wieers.com> - 1.32-2
+- Change permissions of /etc/op.d/ to 0700.
+- Added su.conf example to show how it works.
* Thu Dec 08 2005 Dries Verachtert <dries at ulyssis.org> - 1.32-1
- Updated to release 1.32.
Modified: trunk/rpms/perl-Alien-wxWidgets/perl-Alien-wxWidgets.spec
===================================================================
--- trunk/rpms/perl-Alien-wxWidgets/perl-Alien-wxWidgets.spec 2007-08-17 16:32:41 UTC (rev 5744)
+++ trunk/rpms/perl-Alien-wxWidgets/perl-Alien-wxWidgets.spec 2007-08-17 17:33:26 UTC (rev 5745)
@@ -33,7 +33,7 @@
%install
%{__rm} -rf %{buildroot}
-%{__make} install
+%{__make} pure_install
### Clean up buildroot
find %{buildroot} -name .packlist -exec %{__rm} {} \;
@@ -46,10 +46,9 @@
%doc Changes MANIFEST MANIFEST.SKIP META.yml README.txt
%doc %{_mandir}/man3/Alien::wxWidgets.3pm*
%doc %{_mandir}/man3/Alien::wxWidgets::Utility.3pm*
-%doc %{_mandir}/man3/*.3pm*
%dir %{perl_vendorarch}/Alien/
-%{perl_vendorarch}/Alien/wxWidgets.pm
%{perl_vendorarch}/Alien/wxWidgets/
+%{perl_vendorarch}/Alien/wxWidgets.pm
%changelog
* Mon Aug 06 2007 Dag Wieers <dag at wieers.com> - 0.31-1
Copied: trunk/rpms/perl-LDAP (from rev 5733, trunk/rpms/perl-ldap)
Copied: trunk/rpms/perl-LDAP/perl-LDAP.spec (from rev 5744, trunk/rpms/perl-ldap/perl-LDAP.spec)
===================================================================
--- trunk/rpms/perl-LDAP/perl-LDAP.spec (rev 0)
+++ trunk/rpms/perl-LDAP/perl-LDAP.spec 2007-08-17 17:33:26 UTC (rev 5745)
@@ -0,0 +1,84 @@
+# $Id$
+# Authority: dries
+# Upstream: Graham Barr <gbarr at cpan.org>
+
+%define perl_vendorlib %(eval "`%{__perl} -V:installvendorlib`"; echo $installvendorlib)
+%define perl_vendorarch %(eval "`%{__perl} -V:installvendorarch`"; echo $installvendorarch)
+
+%define real_name perl-ldap
+#define real_name Net-LDAP
+
+Summary: Interface to LDAP for Perl
+Name: perl-LDAP
+Version: 0.34
+Release: 1
+License: Artistic/GPL
+Group: Applications/CPAN
+URL: http://search.cpan.org/dist/Net-LDAP/
+
+Source: http://www.cpan.org/modules/by-module/Net/perl-ldap-%{version}.tar.gz
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
+
+BuildArch: noarch
+BuildRequires: perl >= 0:5.004
+BuildRequires: perl(Authen::SASL) >= 2.0
+BuildRequires: perl(Convert::ASN1)
+BuildRequires: perl(IO::Socket::SSL) > 0.81
+BuildRequires: perl(URI::ldap) >= 1.1
+Requires: perl(Convert::ASN1)
+Requires: perl(IO::Socket::SSL)
+Requires: perl(XML::SAX::Base)
+
+Obsoletes: perl-ldap <= %{version}-%{release}
+Provides: perl-ldap = %{version}-%{release}
+
+%description
+This package contains a perl module with an interface to LDAP.
+
+%prep
+%setup -n %{real_name}-%{version}
+
+%build
+%{__perl} Makefile.PL INSTALLDIRS="vendor" PREFIX="%{buildroot}%{_prefix}"
+%{__make} %{?_smp_mflags}
+
+%install
+%{__rm} -rf %{buildroot}
+%{__make} pure_install
+
+### Clean up buildroot
+find %{buildroot} -name .packlist -exec %{__rm} {} \;
+
+### Clean up docs
+find contrib/ -type f -exec %{__chmod} a-x {} \;
+
+%clean
+%{__rm} -rf %{buildroot}
+
+%files
+%defattr(-, root, root, 0755)
+%doc CREDITS Changes INSTALL MANIFEST META.yml README SIGNATURE TODO install-nomake contrib/
+%doc %{_mandir}/man3/*.3pm*
+%dir %{perl_vendorlib}/Bundle/
+%dir %{perl_vendorlib}/Bundle/Net/
+%{perl_vendorlib}/Bundle/Net/LDAP.pm
+%dir %{perl_vendorlib}/LWP/
+%dir %{perl_vendorlib}/LWP/Protocol/
+%{perl_vendorlib}/LWP/Protocol/ldap.pm
+%dir %{perl_vendorlib}/Net/
+%{perl_vendorlib}/Net/LDAP/
+%{perl_vendorlib}/Net/LDAP.pm
+%{perl_vendorlib}/Net/LDAP.pod
+%{perl_vendorlib}/Net/LDAPI.pm
+%{perl_vendorlib}/Net/LDAPS.pm
+
+%changelog
+* Fri Aug 17 2007 Dag Wieers <dag at wieers.com> - 0.34-1
+- Renamed package from perl-ldap to perl-LDAP to match upstream.
+ (though distribution is called perl-ldap and module perl-Net-LDAP !)
+
+* Wed Aug 16 2006 Dag Wieers <dag at wieers.com> - 0.33-1
+- Updated to release 0.33.
+
+* Wed Jun 16 2004 Dries Verachtert <dries at ulyssis.org> - 0.31-1
+- Initial package.
Deleted: trunk/rpms/perl-LDAP/perl-ldap.spec
===================================================================
--- trunk/rpms/perl-ldap/perl-ldap.spec 2007-08-14 21:34:04 UTC (rev 5733)
+++ trunk/rpms/perl-LDAP/perl-ldap.spec 2007-08-17 17:33:26 UTC (rev 5745)
@@ -1,63 +0,0 @@
-# $Id$
-# Authority: dries
-# Upstream: Graham Barr <gbarr$pobox,com>
-
-%define perl_vendorlib %(eval "`perl -V:installvendorlib`"; echo $installvendorlib)
-%define perl_vendorarch %(eval "`perl -V:installvendorarch`"; echo $installvendorarch)
-
-%define real_name perl-ldap
-
-Summary: Interface to LDAP for Perl
-Name: perl-ldap
-Version: 0.33
-Release: 1
-License: Artistic
-Group: Applications/CPAN
-URL: http://search.cpan.org/dist/ldap/
-
-Source: http://www.cpan.org/modules/by-module/LWP/perl-ldap-%{version}.tar.gz
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
-
-BuildArch: noarch
-BuildRequires: perl, perl(Authen::SASL) >= 2.0, perl(Convert::ASN1)
-BuildRequires: perl(URI::ldap) >= 1.1, perl(IO::Socket::SSL) > 0.81
-Requires: perl(Convert::ASN1), perl(XML::SAX::Base), perl(IO::Socket::SSL)
-
-%description
-This package contains a perl module with an interface to LDAP.
-
-%prep
-%setup -n %{real_name}-%{version}
-
-%build
-%{__perl} Makefile.PL INSTALLDIRS="vendor" PREFIX="%{buildroot}%{_prefix}"
-%{__make} %{?_smp_mflags}
-
-%install
-%{__rm} -rf %{buildroot}
-%makeinstall
-%{__rm} -rf %{buildroot}%{perl_vendorarch} %{buildroot}%{perl_archlib}
-
-
-%clean
-%{__rm} -rf %{buildroot}
-
-%files
-%defattr(-, root, root, 0755)
-%doc Changes CREDITS INSTALL README TODO
-%doc %{_mandir}/man3/*.3*
-%dir %{perl_vendorlib}/Bundle/
-%dir %{perl_vendorlib}/Bundle/Net/
-%{perl_vendorlib}/Bundle/Net/LDAP.pm
-%dir %{perl_vendorlib}/LWP/
-%dir %{perl_vendorlib}/LWP/Protocol/
-%{perl_vendorlib}/LWP/Protocol/ldap.pm
-%dir %{perl_vendorlib}/Net/
-%{perl_vendorlib}/Net/LDAP*
-
-%changelog
-* Wed Aug 16 2006 Dag Wieers <dag at wieers.com> - 0.33-1
-- Updated to release 0.33.
-
-* Wed Jun 16 2004 Dries Verachtert <dries at ulyssis.org> - 0.31-1
-- Initial package.
Modified: trunk/rpms/perl-Mail-SPF/perl-Mail-SPF.spec
===================================================================
--- trunk/rpms/perl-Mail-SPF/perl-Mail-SPF.spec 2007-08-17 16:32:41 UTC (rev 5744)
+++ trunk/rpms/perl-Mail-SPF/perl-Mail-SPF.spec 2007-08-17 17:33:26 UTC (rev 5745)
@@ -1,32 +1,36 @@
# $Id$
# Authority: dag
# Upstream: Julian Mehnle <julian$mehnle,net>
+# Upstream: Shevek <cpan$anarres,org>
%define perl_vendorlib %(eval "`%{__perl} -V:installvendorlib`"; echo $installvendorlib)
%define perl_vendorarch %(eval "`%{__perl} -V:installvendorarch`"; echo $installvendorarch)
%define real_name Mail-SPF
-%define real_version 2.004000
Summary: Perl module that implements Sender Policy Framework
Name: perl-Mail-SPF
-Version: 2.004
+Version: 2.005
Release: 1
-License: Artistic
+License: Artistic/GPL
Group: Applications/CPAN
URL: http://search.cpan.org/dist/Mail-SPF/
-Source: http://www.cpan.org/modules/by-module/Mail/Mail-SPF-%{version}.tar.gz
+Source: http://www.cpan.org/modules/by-module/Mail/Mail-SPF-v%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
BuildArch: noarch
-BuildRequires: perl, perl(ExtUtils::MakeMaker), perl(Module::Build)
+BuildRequires: perl >= 0:5.6
+BuildRequires: perl(ExtUtils::MakeMaker)
+BuildRequires: perl(Module::Build) >= 0.2805
+BuildRequires: perl(Net::DNS::Resolver::Programmable) >= 0.002.1
+BuildRequires: perl(Test::More)
%description
Mail-SPF is a Perl module that implements Sender Policy Framework.
%prep
-%setup -n %{real_name}-%{version}
+%setup -n %{real_name}-v%{version}
%build
%{__perl} Makefile.PL INSTALLDIRS="vendor" PREFIX="%{buildroot}%{_prefix}"
@@ -45,7 +49,7 @@
%files
%defattr(-, root, root, 0755)
%doc CHANGES INSTALL LICENSE MANIFEST META.yml README SIGNATURE TODO
-%{_mandir}/man1/spfquery.1*
+%doc %{_mandir}/man1/spfquery.1*
%doc %{_mandir}/man3/*.3pm*
%{_bindir}/spfquery
%dir %{perl_vendorlib}/Mail/
@@ -53,5 +57,8 @@
%{perl_vendorlib}/Mail/SPF.pm
%changelog
+* Sun Aug 12 2007 Dag Wieers <dag at wieers.com> - 2.005-1
+- Updated to release 2.005.
+
* Wed May 02 2007 Dag Wieers <dag at wieers.com> - 2.004-1
- Initial package. (using DAR)
Modified: trunk/rpms/perl-Net-DNS-Resolver-Programmable/perl-Net-DNS-Resolver-Programmable.spec
===================================================================
--- trunk/rpms/perl-Net-DNS-Resolver-Programmable/perl-Net-DNS-Resolver-Programmable.spec 2007-08-17 16:32:41 UTC (rev 5744)
+++ trunk/rpms/perl-Net-DNS-Resolver-Programmable/perl-Net-DNS-Resolver-Programmable.spec 2007-08-17 17:33:26 UTC (rev 5745)
@@ -6,28 +6,29 @@
%define perl_vendorarch %(eval "`%{__perl} -V:installvendorarch`"; echo $installvendorarch)
%define real_name Net-DNS-Resolver-Programmable
-%define real_version 0.002002
Summary: Perl module that implements a programmable DNS resolver class for offline emulation of DNS
Name: perl-Net-DNS-Resolver-Programmable
-Version: 0.002.2
+Version: 0.003
Release: 1
-License: Artistic
+License: Artistic/GPL
Group: Applications/CPAN
URL: http://search.cpan.org/dist/Net-DNS-Resolver-Programmable/
-Source: http://www.cpan.org/modules/by-module/Net/Net-DNS-Resolver-Programmable-%{version}.tar.gz
+Source: http://www.cpan.org/modules/by-module/Net/Net-DNS-Resolver-Programmable-v%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
BuildArch: noarch
-BuildRequires: perl, perl(ExtUtils::MakeMaker), perl(Module::Build)
+BuildRequires: perl
+BuildRequires: perl(ExtUtils::MakeMaker)
+BuildRequires: perl(Module::Build) >= 0.2805
%description
Net-DNS-Resolver-Programmable is a Perl module that implements
a programmable DNS resolver class for offline emulation of DNS.
%prep
-%setup -n %{real_name}-%{version}
+%setup -n %{real_name}-v%{version}
%build
%{__perl} Makefile.PL INSTALLDIRS="vendor" PREFIX="%{buildroot}%{_prefix}"
@@ -45,7 +46,7 @@
%files
%defattr(-, root, root, 0755)
-%doc CHANGES INSTALL MANIFEST META.yml README SIGNATURE TODO
+%doc CHANGES INSTALL LICENSE MANIFEST META.yml README SIGNATURE TODO
%doc %{_mandir}/man3/Net::DNS::Resolver::Programmable.3pm*
%dir %{perl_vendorlib}/Net/
%dir %{perl_vendorlib}/Net/DNS/
Added: trunk/rpms/perl-URI/perl-URI-1.17.spec
===================================================================
--- trunk/rpms/perl-URI/perl-URI-1.17.spec (rev 0)
+++ trunk/rpms/perl-URI/perl-URI-1.17.spec 2007-08-17 17:33:26 UTC (rev 5745)
@@ -0,0 +1,57 @@
+# $Id: perl-URI.spec 5681 2007-08-03 23:29:10Z dag $
+# Authority: dag
+# Upstream: Gisle Aas <gisle$ActiveState,com>
+
+### RHEL ships with perl-URI already
+# ExclusiveDist: el2i
+
+%define perl_vendorlib %(eval "`%{__perl} -V:installvendorlib`"; echo $installvendorlib)
+%define perl_vendorarch %(eval "`%{__perl} -V:installvendorarch`"; echo $installvendorarch)
+
+%define real_name URI
+
+Summary: Perl module that implements Uniform Resource Identifiers (absolute and relative)
+Name: perl-URI
+Version: 1.17
+Release: 1
+License: Artistic/GPL
+Group: Applications/CPAN
+URL: http://search.cpan.org/dist/URI/
+
+Source: http://www.cpan.org/modules/by-module/URI/URI-%{version}.tar.gz
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
+
+BuildArch: noarch
+BuildRequires: perl
+
+%description
+perl-URI is a Perl module that implements Uniform Resource Identifiers.
+(absolute and relative)
+
+%prep
+%setup -n %{real_name}-%{version}
+
+%build
+%{__perl} Makefile.PL INSTALLDIRS="vendor" PREFIX="%{buildroot}%{_prefix}"
+%{__make} %{?_smp_mflags}
+
+%install
+%{__rm} -rf %{buildroot}
+%{__make} pure_install
+
+### Clean up buildroot
+find %{buildroot} -name .packlist -exec %{__rm} {} \;
+
+%clean
+%{__rm} -rf %{buildroot}
+
+%files
+%defattr(-, root, root, 0755)
+%doc Changes MANIFEST README rfc2396.txt
+%doc %{_mandir}/man3/*.3pm*
+%{perl_vendorlib}/URI/
+%{perl_vendorlib}/URI.pm
+
+%changelog
+* Fri May 04 2007 Dag Wieers <dag at wieers.com> - 1.17-1
+- Initial package. (using DAR)
Modified: trunk/rpms/perl-Wx/perl-Wx.spec
===================================================================
--- trunk/rpms/perl-Wx/perl-Wx.spec 2007-08-17 16:32:41 UTC (rev 5744)
+++ trunk/rpms/perl-Wx/perl-Wx.spec 2007-08-17 17:33:26 UTC (rev 5745)
@@ -7,9 +7,9 @@
%define real_name Wx
-Summary: interface to the wxWidgets cross-platform GUI toolkit
+Summary: Perl module to interface to the wxWidgets cross-platform GUI toolkit
Name: perl-Wx
-Version: 0.74
+Version: 0.75
Release: 1
License: Artistic/GPL
Group: Applications/CPAN
@@ -19,15 +19,15 @@
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
BuildRequires: perl
-BuildRequires: perl(Test::More) >= 0.45
+BuildRequires: perl(Alien::wxWidgets) >= 0.25
+BuildRequires: perl(Data::Dumper)
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.17
-BuildRequires: perl(Alien::wxWidgets) >= 0.25
+BuildRequires: perl(File::Spec::Functions) >= 0.82
BuildRequires: perl(Test::Harness) >= 2.26
-BuildRequires: perl(File::Spec::Functions) >= 0.82
-BuildRequires: perl(Data::Dumper)
+BuildRequires: perl(Test::More) >= 0.45
%description
-interface to the wxWidgets cross-platform GUI toolkit.
+perl-Wx is a Perl module to interface to the wxWidgets cross-platform GUI toolkit.
%prep
%setup -n %{real_name}-%{version}
@@ -43,17 +43,26 @@
### Clean up buildroot
find %{buildroot} -name .packlist -exec %{__rm} {} \;
+### Clean up docs
+find docs/ samples/ -type f -exec %{__chmod} a-x {} \;
+
%clean
%{__rm} -rf %{buildroot}
%files
%defattr(-, root, root, 0755)
-%doc Changes MANIFEST MANIFEST.SKIP META.yml README.txt README.txt
-%doc %{_mandir}/man3/Wx.3pm*
-#%doc %{_mandir}/man3/*.3pm*
+%doc Changes MANIFEST MANIFEST.SKIP META.yml README.txt docs/ samples/
+%doc %{_mandir}/man1/wx_xspp.pl.1*
+%doc %{_mandir}/man3/*.3pm*
+%{_bindir}/wx_overload.pl
+%{_bindir}/wx_xspp.pl
%{perl_vendorarch}/Wx.pm
+%{perl_vendorarch}/Wx/
%{perl_vendorarch}/auto/Wx/
%changelog
+* Sun Aug 12 2007 Dag Wieers <dag at wieers.com> - 0.75-1
+- Updated to release 0.75.
+
* Fri May 04 2007 Dag Wieers <dag at wieers.com> - 0.74-1
- Initial package. (using DAR)
Modified: trunk/rpms/pioneers/pioneers.spec
===================================================================
--- trunk/rpms/pioneers/pioneers.spec 2007-08-17 16:32:41 UTC (rev 5744)
+++ trunk/rpms/pioneers/pioneers.spec 2007-08-17 17:33:26 UTC (rev 5745)
@@ -5,7 +5,7 @@
Summary: Playable implementation of the Settlers of Catan
Name: pioneers
-Version: 0.11.1
+Version: 0.11.2
Release: 1
License: GPL
Group: Amusements/Games
@@ -77,15 +77,15 @@
%find_lang %{name}
desktop-file-install \
- --vendor %{desktop_vendor} --delete-original \
- --add-category X-Red-Hat-Base \
- --add-category GNOME \
- --add-category Application \
- --add-category Game \
- --dir %{buildroot}%{_datadir}/applications \
- %{buildroot}%{_datadir}/applications/pioneers.desktop \
- %{buildroot}%{_datadir}/applications/pioneers-editor.desktop \
- %{buildroot}%{_datadir}/applications/pioneers-server.desktop
+ --vendor %{desktop_vendor} --delete-original \
+ --add-category X-Red-Hat-Base \
+ --add-category GNOME \
+ --add-category Application \
+ --add-category Game \
+ --dir %{buildroot}%{_datadir}/applications \
+ %{buildroot}%{_datadir}/applications/pioneers.desktop \
+ %{buildroot}%{_datadir}/applications/pioneers-editor.desktop \
+ %{buildroot}%{_datadir}/applications/pioneers-server.desktop
### Clean up buildroot
%{__rm} -rf %{buildroot}%{_localstatedir}/scrollkeeper/
@@ -136,6 +136,9 @@
%{_datadir}/pixmaps/pioneers-server.png
%changelog
+* Tue Aug 07 2007 Dag Wieers <dag at wieers.com> - 0.11.2-1
+- Updated to release 0.11.2.
+
* Mon Jul 23 2007 Dries Verachtert <dries at ulyssis.org> - 0.11.1-1
- Updated to release 0.11.1.
Modified: trunk/rpms/postgrey/postgrey.spec
===================================================================
--- trunk/rpms/postgrey/postgrey.spec 2007-08-17 16:32:41 UTC (rev 5744)
+++ trunk/rpms/postgrey/postgrey.spec 2007-08-17 17:33:26 UTC (rev 5745)
@@ -9,9 +9,11 @@
Release: 2
License: GPL
Group: System Environment/Daemons
-URL: http://isg.ee.ethz.ch/tools/postgrey/
+URL: http://postgrey.schweikert.ch/
+#URL: http://isg.ee.ethz.ch/tools/postgrey/
-Source0: http://isg.ee.ethz.ch/tools/postgrey/pub/postgrey-%{version}.tar.gz
+Source0: http://postgrey.schweikert.ch/pub/postgrey-%{version}.tar.gz
+#Source0: http://isg.ee.ethz.ch/tools/postgrey/pub/postgrey-%{version}.tar.gz
Source1: postgrey.init
Source2: README-rpm
Patch0: postgrey-1.30-group.patch
@@ -37,13 +39,11 @@
rejected with a temporary error. Hopefully spammers or viruses will not try
again later, as it is however required per RFC.
-
%prep
%setup
%patch0 -p1 -b .group
%{__install} -p -m0644 %{SOURCE2} README-rpm
-
%build
# We only have perl scripts, so just "build" the man page
pod2man \
@@ -51,7 +51,6 @@
--section="8" \
postgrey > postgrey.8
-
%install
%{__rm} -rf %{buildroot}
@@ -68,7 +67,6 @@
%clean
%{__rm} -rf %{buildroot}
-
%pre
/usr/sbin/useradd -d %{_var}/spool/postfix/postgrey -s /sbin/nologin \
-M -r postgrey &>/dev/null || :
@@ -87,7 +85,6 @@
/sbin/service postgrey condrestart &>/dev/null || :
fi
-
%files
%defattr(-, root, root, 0755)
%doc Changes COPYING README README-rpm
@@ -102,7 +99,6 @@
%defattr(0751, postgrey, postfix, 0751)
%dir %{_var}/spool/postfix/postgrey/
-
%changelog
* Mon Aug 06 2007 Dag Wieers <dag at wieers.com> - 1.30-2
- Readded nogroup patch. (What was I thinking ?)
Modified: trunk/rpms/pytone/pytone.spec
===================================================================
--- trunk/rpms/pytone/pytone.spec 2007-08-17 16:32:41 UTC (rev 5744)
+++ trunk/rpms/pytone/pytone.spec 2007-08-17 17:33:26 UTC (rev 5745)
@@ -9,7 +9,7 @@
Summary: Music Jukebox with a Curses Based GUI
Name: pytone
-Version: 2.3.1
+Version: 3.0.1
Release: 1
License: GPL
Group: Applications/Multimedia
@@ -18,8 +18,8 @@
Source: http://www.luga.de/pytone/download/PyTone-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
-BuildRequires: python, python-devel, libao-devel
-Requires: python, python-ao, python-mad, python-ogg, python-vorbis
+BuildRequires: python, python-devel, python-sqlite2, libao-devel
+Requires: python, python-ao, python-mad, python-ogg, python-sqlite2, python-vorbis
#Requires: python-xmms, python-eyed3
%description
@@ -52,6 +52,7 @@
%{__install} -Dp -m0755 pytone.sh %{buildroot}%{_bindir}/pytone
%{__install} -Dp -m0755 pytonectl.sh %{buildroot}%{_bindir}/pytonectl
+%{__install} -Dp -m0644 conf/pytonerc %{buildroot}%{_sysconfdir}/pytonerc
%clean
%{__rm} -rf %{buildroot}
@@ -65,6 +66,9 @@
%{python_sitearch}/pytone/
%changelog
+* Thu Aug 16 2007 Dag Wieers <dag at wieers.com> - 3.0.1-1
+- Updated to release 3.0.1.
+
* Sat Aug 12 2006 Dag Wieers <dag at wieers.com> - 2.3.1-1
- Updated to release 2.3.0.
Modified: trunk/rpms/spamassassin/spamassassin.spec
===================================================================
--- trunk/rpms/spamassassin/spamassassin.spec 2007-08-17 16:32:41 UTC (rev 5744)
+++ trunk/rpms/spamassassin/spamassassin.spec 2007-08-17 17:33:26 UTC (rev 5745)
@@ -14,7 +14,7 @@
Summary: Spam filter for email which can be invoked from mail delivery agents
Name: spamassassin
-Version: 3.2.2
+Version: 3.2.3
Release: 1
License: Apache License
Group: Applications/Internet
@@ -214,6 +214,9 @@
%{perl_vendorlib}/spamassassin-run.pod
%changelog
+* Sat Aug 11 2007 Dag Wieers <dag at wieers.com> - 3.2.3-1
+- Updated to release 3.2.3.
+
* Wed Jul 25 2007 Dag Wieers <dag at wieers.com> - 3.2.2-1
- Updated to release 3.2.2.
Modified: trunk/rpms/subversion/subversion-1.1.spec
===================================================================
--- trunk/rpms/subversion/subversion-1.1.spec 2007-08-17 16:32:41 UTC (rev 5744)
+++ trunk/rpms/subversion/subversion-1.1.spec 2007-08-17 17:33:26 UTC (rev 5745)
@@ -23,6 +23,9 @@
BuildPreReq: apr-devel, apr-util-devel, neon-devel >= 0:0.24.7-1
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
+Provides: python-subversion = %{version}-%{release}
+Provides: subversion-python = %{version}-%{release}
+
%define __perl_requires %{SOURCE3}
# Put Python bindings in site-packages
Modified: trunk/rpms/subversion/subversion-1.2.spec
===================================================================
--- trunk/rpms/subversion/subversion-1.2.spec 2007-08-17 16:32:41 UTC (rev 5744)
+++ trunk/rpms/subversion/subversion-1.2.spec 2007-08-17 17:33:26 UTC (rev 5745)
@@ -47,6 +47,9 @@
#%{!?_without_swig:BuildRequires: swig >= 1.3.21-5}
%{!?_without_swig:BuildRequires: swig}
+Provides: python-subversion = %{version}-%{release}
+Provides: subversion-python = %{version}-%{release}
+
%define __perl_requires %{SOURCE3}
# Put Python bindings in site-packages
Modified: trunk/rpms/subversion/subversion-1.3.spec
===================================================================
--- trunk/rpms/subversion/subversion-1.3.spec 2007-08-17 16:32:41 UTC (rev 5744)
+++ trunk/rpms/subversion/subversion-1.3.spec 2007-08-17 17:33:26 UTC (rev 5745)
@@ -50,6 +50,9 @@
#%{!?_without_swig:BuildRequires: swig >= 1.3.21-5}
#%{!?_without_swig:BuildRequires: swig}
+Provides: python-subversion = %{version}-%{release}
+Provides: subversion-python = %{version}-%{release}
+
%define __perl_requires %{SOURCE3}
# Put Python bindings in site-packages
Modified: trunk/rpms/subversion/subversion.spec
===================================================================
--- trunk/rpms/subversion/subversion.spec 2007-08-17 16:32:41 UTC (rev 5744)
+++ trunk/rpms/subversion/subversion.spec 2007-08-17 17:33:26 UTC (rev 5745)
@@ -52,6 +52,9 @@
#%{!?_without_swig:BuildRequires: swig >= 1.3.21-5}
#%{!?_without_swig:BuildRequires: swig}
+Provides: python-subversion = %{version}-%{release}
+Provides: subversion-python = %{version}-%{release}
+
%define __perl_requires %{SOURCE3}
# Put Python bindings in site-packages
Modified: trunk/rpms/testdisk/testdisk.spec
===================================================================
--- trunk/rpms/testdisk/testdisk.spec 2007-08-17 16:32:41 UTC (rev 5744)
+++ trunk/rpms/testdisk/testdisk.spec 2007-08-17 17:33:26 UTC (rev 5745)
@@ -5,7 +5,7 @@
Summary: Tools to check and undelete partition or recover deleted files
Name: testdisk
-Version: 6.7
+Version: 6.8
Release: 1
License: GPL
Group: Applications/System
@@ -50,6 +50,9 @@
%{_sbindir}/testdisk
%changelog
+* Thu Aug 16 2007 Dag Wieers <dag at wieers.com> - 6.8-1
+- Updated to release 6.8.
+
* Wed Jun 27 2007 Dag Wieers <dag at wieers.com> - 6.7-1
- Updated to release 6.7.
Modified: trunk/rpms/vnc2swf/vnc2swf.spec
===================================================================
--- trunk/rpms/vnc2swf/vnc2swf.spec 2007-08-17 16:32:41 UTC (rev 5744)
+++ trunk/rpms/vnc2swf/vnc2swf.spec 2007-08-17 17:33:26 UTC (rev 5745)
@@ -43,7 +43,7 @@
%files
%defattr(-, root, root, 0755)
-%doc docs/*.html LICENCE.TXT README*
+%doc LICENCE.TXT README* docs/*.html
%{_bindir}/recordwin
%{_bindir}/vnc2swf
Modified: trunk/rpms/wine/wine.spec
===================================================================
--- trunk/rpms/wine/wine.spec 2007-08-17 16:32:41 UTC (rev 5744)
+++ trunk/rpms/wine/wine.spec 2007-08-17 17:33:26 UTC (rev 5745)
@@ -30,6 +30,7 @@
%{?rh7:%define _without_freeglut 1}
%{?rh7:%define _without_glut 0}
%{?rh7:%define _without_ieee1284 1}
+%{?rh7:%define _without_opengl 1}
### EL2 has neither glut nor freeglut
%{?el2:%define _without_alsa 1}
@@ -41,12 +42,13 @@
%{?el2:%define _without_ieee1284 1}
%{?el2:%define _without_isdn4k 1}
%{?el2:%define _without_libusb 1}
+%{?el2:%define _without_opengl 1}
%define desktop_vendor rpmforge
Summary: Windows 16/32/64 bit emulator
Name: wine
-Version: 0.9.42
+Version: 0.9.43
Release: 1
License: LGPL
Group: Applications/Emulators
@@ -300,7 +302,8 @@
%build
%configure \
--sysconfdir="%{_sysconfdir}/wine" \
- --disable-static
+ --disable-static \
+%{?_without_opengl:--without-opengl}
%{__make} depend all
%install
@@ -486,6 +489,7 @@
%{_libdir}/wine/winhelp.exe.so
%{_libdir}/wine/winver.exe.so
%{_libdir}/wine/wordpad.exe.so
+%{_libdir}/wine/write.exe.so
%{_libdir}/wine/xcopy.exe.so
### dll16
@@ -581,13 +585,15 @@
%{_libdir}/wine/dpnaddr.dll.so
%{_libdir}/wine/dpnet.dll.so
%{_libdir}/wine/dpnhpast.dll.so
+%{_libdir}/wine/dpnlobby.dll.so
%{_libdir}/wine/dsound.dll.so
%{_libdir}/wine/dswave.dll.so
%{_libdir}/wine/dwmapi.dll.so
%{_libdir}/wine/dxdiagn.dll.so
+%{_libdir}/wine/faultrep.dll.so
%{_libdir}/wine/gdi32.dll.so
%{_libdir}/wine/gdiplus.dll.so
-%{_libdir}/wine/glu32.dll.so
+%{!?_without_opengl:%{_libdir}/wine/glu32.dll.so}
#%{_libdir}/wine/glut32.dll.so
%{_libdir}/wine/hal.dll.so
%{_libdir}/wine/hid.dll.so
@@ -596,6 +602,7 @@
%{_libdir}/wine/iccvid.dll.so
%{_libdir}/wine/icmp.dll.so
%{_libdir}/wine/infosoft.dll.so
+%{_libdir}/wine/inkobj.dll.so
%{_libdir}/wine/imagehlp.dll.so
%{_libdir}/wine/imm32.dll.so
%{_libdir}/wine/inseng.dll.so
@@ -647,7 +654,7 @@
%{_libdir}/wine/oledlg.dll.so
%{_libdir}/wine/olepro32.dll.so
%{_libdir}/wine/olesvr32.dll.so
-%{_libdir}/wine/opengl32.dll.so
+%{!?_without_opengl:%{_libdir}/wine/opengl32.dll.so}
%{_libdir}/wine/pdh.dll.so
%{_libdir}/wine/powrprof.dll.so
%{_libdir}/wine/printui.dll.so
@@ -692,9 +699,10 @@
%{_libdir}/wine/vdmdbg.dll.so
%{_libdir}/wine/version.dll.so
%{_libdir}/wine/w32skrnl.dll.so
-%{_libdir}/wine/wined3d.dll.so
+%{!?_without_opengl:%{_libdir}/wine/wined3d.dll.so}
%{_libdir}/wine/winedos.dll.so
%{_libdir}/wine/wing32.dll.so
+%{_libdir}/wine/winhttp.dll.so
%{_libdir}/wine/wininet.dll.so
%{_libdir}/wine/winmm.dll.so
%{_libdir}/wine/winnls32.dll.so
@@ -749,6 +757,7 @@
%{_libdir}/wine/winemp3.acm.so
### tlb.so
+%{_libdir}/wine/mshtml.tlb.so
%{_libdir}/wine/stdole2.tlb.so
%{_libdir}/wine/stdole32.tlb.so
@@ -821,6 +830,9 @@
%{_libdir}/wine/*.def
%changelog
+* Sun Aug 12 2007 Dag Wieers <dag at wieers.com> - 0.9.43-1
+- Updated to release 0.9.43.
+
* Mon Aug 06 2007 Dag Wieers <dag at wieers.com> - 0.9.42-1
- Updated to release 0.9.42.
Modified: trunk/rpms/xar/xar.spec
===================================================================
--- trunk/rpms/xar/xar.spec 2007-08-17 16:32:41 UTC (rev 5744)
+++ trunk/rpms/xar/xar.spec 2007-08-17 17:33:26 UTC (rev 5745)
@@ -8,8 +8,10 @@
License: BSD
Group: Applications/Archiving
URL: http://code.google.com/p/xar/
+
Source: http://xar.googlecode.com/files/xar-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
+
BuildRequires: libxml2-devel
BuildRequires: openssl-devel
BuildRequires: zlib-devel
@@ -25,52 +27,45 @@
files in both compressed and uncompressed form, and the ability to query the
table of content's rich meta-data.
-
%package devel
-Summary: Development files for xar
+Summary: Header files, libraries and development documentation for %{name}.
Group: Development/Libraries
Requires: %{name} = %{version}-%{release}
%description devel
-Development files for xar.
+This package contains the header files, static libraries and development
+documentation for %{name}. If you like to develop programs using %{name},
+you will need to install %{name}-devel.
-
%prep
%setup
-
%build
%configure
%{__make} %{?_smp_mflags}
-
%install
%{__rm} -rf %{buildroot}
-%{__make} install DESTDIR=%{buildroot}
+%{__make} install DESTDIR="%{buildroot}"
-
%clean
%{__rm} -rf %{buildroot}
-
%post -p /sbin/ldconfig
-
%postun -p /sbin/ldconfig
-
%files
-%defattr(-,root,root,-)
+%defattr(-, root, root, 0755)
%doc LICENSE TODO
+%doc %{_mandir}/man1/xar.1*
%{_bindir}/xar
%{_libdir}/libxar.so.*
-%{_mandir}/man1/xar.1*
%files devel
-%defattr(-,root,root,-)
+%defattr(-, root, root, 0755)
%{_includedir}/xar/
%{_libdir}/libxar.so
-
%changelog
* Tue Jul 10 2007 Dries Verachtert <dries at ulyssis.org> - 1.5.1-1
- Updated to release 1.5.1.
More information about the svn-commits
mailing list