[svn] r6424 - in trunk/rpms: . augeas avidemux2 dkms dnsmasq
fuse-ntfs-3g httping libmpeg2 libquicktime perl-Moose
sitecopy unfs3 unrar
packagers at lists.rpmforge.net
packagers at lists.rpmforge.net
Sat Jul 26 00:28:07 CEST 2008
Author: dag
Date: 2008-07-25 23:28:06 +0100 (Fri, 25 Jul 2008)
New Revision: 6424
Added:
trunk/rpms/augeas/
trunk/rpms/augeas/augeas-0.2.2-const.patch
trunk/rpms/augeas/augeas.spec
Modified:
trunk/rpms/avidemux2/avidemux2.spec
trunk/rpms/dkms/dkms.spec
trunk/rpms/dnsmasq/dnsmasq.spec
trunk/rpms/fuse-ntfs-3g/fuse-ntfs-3g.spec
trunk/rpms/httping/httping.spec
trunk/rpms/libmpeg2/libmpeg2.spec
trunk/rpms/libquicktime/libquicktime.spec
trunk/rpms/perl-Moose/perl-Moose.spec
trunk/rpms/sitecopy/sitecopy.spec
trunk/rpms/unfs3/unfs3.spec
trunk/rpms/unrar/unrar.spec
Log:
Updates
Added: trunk/rpms/augeas/augeas-0.2.2-const.patch
===================================================================
--- trunk/rpms/augeas/augeas-0.2.2-const.patch (rev 0)
+++ trunk/rpms/augeas/augeas-0.2.2-const.patch 2008-07-25 22:28:06 UTC (rev 6424)
@@ -0,0 +1,20 @@
+--- src/augtool.c.orig 2008-07-20 01:46:54.025728456 +0200
++++ src/augtool.c 2008-07-20 01:47:11.610055232 +0200
+@@ -37,7 +37,7 @@
+ const char *help;
+ };
+
+-static const struct command const commands[];
++static const struct command commands[];
+
+ static augeas *aug = NULL;
+ static const char *const progname = "augtool";
+@@ -298,7 +298,7 @@
+ return cmd;
+ }
+
+-static const struct command const commands[] = {
++static const struct command commands[] = {
+ { "ls", 1, 1, cmd_ls, "ls <PATH>",
+ "List the direct children of PATH"
+ },
Added: trunk/rpms/augeas/augeas.spec
===================================================================
--- trunk/rpms/augeas/augeas.spec (rev 0)
+++ trunk/rpms/augeas/augeas.spec 2008-07-25 22:28:06 UTC (rev 6424)
@@ -0,0 +1,77 @@
+# $Id$
+# Authority: dag
+
+Summary: Configuration API and editing tool
+Name: augeas
+Version: 0.2.2
+Release: 1
+License: LGPL
+Group: System Environment/Base
+URL: http://augeas.net/
+
+Source: http://augeas.net/download/augeas-%{version}.tar.gz
+Patch0: augeas-0.2.2-const.patch
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
+
+BuildRequires: readline-devel
+Requires: augeas-libs = %{version}-%{release}
+
+%description
+Augeas is a configuration API and editing tool. It parses common configuration
+files like /etc/hosts or /etc/grub.conf in their native formats and transforms
+them into a tree. Configuration changes are made by manipulating this tree and
+saving it back into native configuration files.
+
+%package devel
+Summary: Header files, libraries and development documentation for %{name}.
+Group: Development/Libraries
+Requires: %{name} = %{version}-%{release}
+Requires: pkgconfig
+
+%description devel
+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
+%patch0 -p0
+
+%build
+%configure --disable-static
+%{__make} %{?_smp_mflags}
+
+%install
+%{__rm} -rf %{buildroot}
+%{__make} install DESTDIR="%{buildroot}"
+
+%post -p /sbin/ldconfig
+%postun -p /sbin/ldconfig
+
+%clean
+%{__rm} -rf %{buildroot}
+
+%files
+%defattr(-, root, root, 0755)
+%doc AUTHORS ChangeLog COPYING NEWS README TODO
+%doc %{_mandir}/man1/augtool.1*
+%doc %{_mandir}/man1/augparse.1*
+%{_bindir}/augtool
+%{_bindir}/augparse
+%{_datadir}/augeas/
+%{_libdir}/libaugeas.so.*
+%{_libdir}/libfa.so.*
+
+%files devel
+%defattr(-, root, root, 0755)
+%{_includedir}/augeas.h
+%{_includedir}/fa.h
+%{_libdir}/libaugeas.so
+%{_libdir}/libfa.so
+%{_libdir}/pkgconfig/augeas.pc
+%exclude %{_libdir}/libaugeas.la
+%exclude %{_libdir}/libfa.la
+
+%changelog
+* Sun Jul 20 2008 Dag Wieers <dag at wieers.com> - 0.2.2-1
+- Initial package. (using DAR)
Property changes on: trunk/rpms/augeas/augeas.spec
___________________________________________________________________
Name: svn:keywords
+ Id Revision
Name: svn:eol-style
+ native
Modified: trunk/rpms/avidemux2/avidemux2.spec
===================================================================
--- trunk/rpms/avidemux2/avidemux2.spec 2008-07-25 18:51:20 UTC (rev 6423)
+++ trunk/rpms/avidemux2/avidemux2.spec 2008-07-25 22:28:06 UTC (rev 6424)
@@ -14,7 +14,7 @@
Summary: Graphical video editing tool
Name: avidemux2
-Version: 2.4
+Version: 2.4.3
Release: 1
License: GPL
Group: Applications/Multimedia
@@ -99,6 +99,9 @@
%{?_without_freedesktop:%{_datadir}/gnome/apps/Multimedia/avidemux2.desktop}
%changelog
+* Sat Jul 26 2008 Dag Wieers <dag at wieers.com> - 2.4.3-1
+- Updated to release 2.4.3.
+
* Mon Jan 07 2008 Dag Wieers <dag at wieers.com> - 2.4-1
- Updated to release 2.4.
Modified: trunk/rpms/dkms/dkms.spec
===================================================================
--- trunk/rpms/dkms/dkms.spec 2008-07-25 18:51:20 UTC (rev 6423)
+++ trunk/rpms/dkms/dkms.spec 2008-07-25 22:28:06 UTC (rev 6424)
@@ -10,8 +10,8 @@
Summary: Dynamic Kernel Module Support Framework
Name: dkms
-Version: 2.0.19
-Release: 2
+Version: 2.0.20.2
+Release: 1
License: GPL
Group: System Environment/Kernel
URL: http://linux.dell.com/dkms/
@@ -90,6 +90,9 @@
%{_sbindir}/dkms
%changelog
+* Sat Jul 26 2008 Dag Wieers <dag at wieers.com> - 2.0.20.2-1
+- Updated to release 2.0.20.2.
+
* Thu Apr 10 2008 Dag Wieers <dag at wieers.com> - 2.0.19-2
- Fixed missing files. (Alan Bartlett)
Modified: trunk/rpms/dnsmasq/dnsmasq.spec
===================================================================
--- trunk/rpms/dnsmasq/dnsmasq.spec 2008-07-25 18:51:20 UTC (rev 6423)
+++ trunk/rpms/dnsmasq/dnsmasq.spec 2008-07-25 22:28:06 UTC (rev 6424)
@@ -4,7 +4,7 @@
Summary: Lightweight caching nameserver with integrated DHCP server
Name: dnsmasq
-Version: 2.43
+Version: 2.45
Release: 1
License: GPL
Group: System Environment/Daemons
@@ -156,6 +156,9 @@
%{_localstatedir}/lib/misc/
%changelog
+* Sat Jul 26 2008 Dag Wieers <dag at wieers.com> - 2.45-1
+- Updated to release 2.45.
+
* Sat Jul 12 2008 Dag Wieers <dag at wieers.com> - 2.43-1
- Updated to release 2.43.
Modified: trunk/rpms/fuse-ntfs-3g/fuse-ntfs-3g.spec
===================================================================
--- trunk/rpms/fuse-ntfs-3g/fuse-ntfs-3g.spec 2008-07-25 18:51:20 UTC (rev 6423)
+++ trunk/rpms/fuse-ntfs-3g/fuse-ntfs-3g.spec 2008-07-25 22:28:06 UTC (rev 6424)
@@ -7,7 +7,7 @@
Summary: Linux NTFS userspace driver
Name: fuse-ntfs-3g
-Version: 1.2531
+Version: 1.2712
Release: 1
License: GPL
Group: System Environment/Kernel
@@ -95,6 +95,9 @@
%exclude %{_libdir}/libntfs-3g.la
%changelog
+* Mon Jul 14 2008 Dag Wieers <dag at wieers.com> - 1.2712-1
+- Updated to release 1.2712.
+
* Fri Jun 06 2008 Dag Wieers <dag at wieers.com> - 1.2531-1
- Updated to release 1.2531.
Modified: trunk/rpms/httping/httping.spec
===================================================================
--- trunk/rpms/httping/httping.spec 2008-07-25 18:51:20 UTC (rev 6423)
+++ trunk/rpms/httping/httping.spec 2008-07-25 22:28:06 UTC (rev 6424)
@@ -45,7 +45,7 @@
%{_bindir}/httping
%changelog
-* Fri Jul 18 2008 Dries Verachtert <dries at ulyssis.org> - 1.2.9-1
+* Thu Jul 17 2008 Dag Wieers <dag at wieers.com> - 1.2.9-1
- Updated to release 1.2.9.
* Sun Jun 29 2008 Dries Verachtert <dries at ulyssis.org> - 1.2.8-1
Modified: trunk/rpms/libmpeg2/libmpeg2.spec
===================================================================
--- trunk/rpms/libmpeg2/libmpeg2.spec 2008-07-25 18:51:20 UTC (rev 6423)
+++ trunk/rpms/libmpeg2/libmpeg2.spec 2008-07-25 22:28:06 UTC (rev 6424)
@@ -14,7 +14,7 @@
Summary: Free MPEG-1 and MPEG-2 video stream decoder
Name: libmpeg2
Version: 0.5.1
-Release: 1
+Release: 2
License: LGPL
Group: System Environment/Libraries
URL: http://libmpeg2.sourceforge.net/
@@ -62,7 +62,8 @@
%ifnarch %{ix86}
--disable-accel-detect \
%endif
- --disable-static
+ --disable-static \
+ --enable-shared
%{__make} %{?_smp_mflags}
%install
@@ -100,6 +101,9 @@
%exclude %{_libdir}/libmpeg2convert.la
%changelog
+* Wed Jul 23 2008 Dag Wieers <dag at wieers.com> - 0.5.1-2
+- Added --enable-shared to address SELinux text relocation issues. (David Savinkoff)
+
* Fri Jul 18 2008 Dag Wieers <dag at wieers.com> - 0.5.1-1
- Updated to release 0.5.1.
Modified: trunk/rpms/libquicktime/libquicktime.spec
===================================================================
--- trunk/rpms/libquicktime/libquicktime.spec 2008-07-25 18:51:20 UTC (rev 6423)
+++ trunk/rpms/libquicktime/libquicktime.spec 2008-07-25 22:28:06 UTC (rev 6424)
@@ -11,6 +11,9 @@
%{?fc6:%define _with_modxorg 1}
%{?fc5:%define _with_modxorg 1}
+### Problems when compiling against EL4 alsa-lib
+%{?el4:%define _without_alsa 1}
+
%{?fc1:%define _without_alsa 1}
%{?fc1:%define _without_gtk24 1}
@@ -29,12 +32,15 @@
%{?rh7:%define _without_alsa 1}
%{?rh7:%define _without_faac 1}
%{?rh7:%define _without_gtk24 1}
+%{?rh7:%define _without_vorbis 1}
%{?rh7:%define _without_x264 1}
%{?el2:%define _without_1394 1}
%{?el2:%define _without_alsa 1}
+%{?el2:%define _without_dv 1}
%{?el2:%define _without_faac 1}
%{?el2:%define _without_gtk24 1}
+%{?el2:%define _without_vorbis 1}
%{?el2:%define _without_x264 1}
%{?yd3:%define _without_alsa 1}
@@ -51,16 +57,20 @@
Source: http://dl.sf.net/libquicktime/libquicktime-%{version}%{?prever}.tar.gz
Patch0: libquicktime-1.0.0-plugin_dir.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
-BuildRequires: libdv-devel, libvorbis-devel, lame-devel
-BuildRequires: libpng-devel >= 1.0.8, libjpeg-devel, gcc-c++
-%{?!_without_gtk24:BuildRequires: gtk2-devel >= 2.4}
-%{?!_without_1394:BuildRequires: libraw1394-devel, libavc1394-devel}
-%{?!_without_alsa:BuildRequires: alsa-lib-devel}
-%{?!_without_ffmpeg:BuildRequires: ffmpeg-devel}
-%{?!_without_faac:BuildRequires: faac-devel}
-%{?!_without_faad2:BuildRequires: faad2-devel}
-%{?!_without_x264:BuildRequires: x264-devel}
+BuildRequires: gcc-c++
+BuildRequires: lame-devel
+BuildRequires: libjpeg-devel
+BuildRequires: libpng-devel >= 1.0.8
%{?_with_modxorg:BuildRequires: libXt-devel, libGLU-devel, libXaw-devel, libXv-devel}
+%{!?_without_1394:BuildRequires: libraw1394-devel, libavc1394-devel}
+%{!?_without_alsa:BuildRequires: alsa-lib-devel}
+%{!?_without_dv:BuildRequires: libdv-devel}
+%{!?_without_faac:BuildRequires: faac-devel}
+%{!?_without_faad2:BuildRequires: faad2-devel}
+%{!?_without_ffmpeg:BuildRequires: ffmpeg-devel}
+%{!?_without_gtk24:BuildRequires: gtk2-devel >= 2.4}
+%{!?_without_vorbis:BuildRequires: libvorbis-devel}
+%{!?_without_x264:BuildRequires: x264-devel}
# A bug, the devel libs don't require the main ones :-(
%{?yd3:BuildRequires: libraw1394, libavc1394}
@@ -98,7 +108,10 @@
%build
%configure \
--enable-gpl \
- --with-cpuflags="%{optflags}"
+ --with-cpuflags="%{optflags}" \
+%{?_without_alsa:--without-alsa} \
+%{?_without_dv:--without-dv} \
+%{?_without_vorbis:--without-vorbis}
%{__make} %{?_smp_mflags}
%install
Modified: trunk/rpms/perl-Moose/perl-Moose.spec
===================================================================
--- trunk/rpms/perl-Moose/perl-Moose.spec 2008-07-25 18:51:20 UTC (rev 6423)
+++ trunk/rpms/perl-Moose/perl-Moose.spec 2008-07-25 22:28:06 UTC (rev 6424)
@@ -15,8 +15,7 @@
Group: Applications/CPAN
URL: http://search.cpan.org/dist/Moose/
-Source: http://www.cpan.org/authors/id/S/ST/STEVAN/Moose-%{version}.tar.gz
-#Source: http://www.cpan.org/authors/id/G/GR/GRODITI/Moose-%{version}.tar.gz
+Source: http://www.cpan.org/authors/id/S/SA/SARTAK/Moose-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
BuildArch: noarch
@@ -70,6 +69,9 @@
* Fri Jul 25 2008 Dries Verachtert <dries at ulyssis.org> - 0.54-1
- Updated to release 0.54.
+* Wed Jun 25 2008 Dag Wieers <dag at wieers.com> - 0.50-1
+- Updated to release 0.50.
+
* Wed May 14 2008 Dag Wieers <dag at wieers.com> - 0.44-1
- Updated to release 0.44.
Modified: trunk/rpms/sitecopy/sitecopy.spec
===================================================================
--- trunk/rpms/sitecopy/sitecopy.spec 2008-07-25 18:51:20 UTC (rev 6423)
+++ trunk/rpms/sitecopy/sitecopy.spec 2008-07-25 22:28:06 UTC (rev 6424)
@@ -40,15 +40,15 @@
%build
mkdir sitecopy; cd sitecopy
CFLAGS="%{optflags}" LDFLAGS="-s" ../configure \
- --prefix="%{_prefix}"
+ --prefix="%{_prefix}"
%{__make} %{?_smp_mflags}
cd -
%if %{!?_without_xsitecopy:1}0
mkdir xsitecopy; cd xsitecopy
CFLAGS="%{optflags}" LDFLAGS="-s" ../configure \
- --prefix="%{_prefix}" \
- --enable-gnomefe
+ --prefix="%{_prefix}" \
+ --enable-gnomefe
%{__make} %{?_smp_mflags}
cd -
%endif
@@ -56,12 +56,12 @@
%install
%{__rm} -rf %{buildroot}
%{__make} install -C sitecopy \
- DESTDIR="%{buildroot}" \
- mandir="%{_mandir}"
+ DESTDIR="%{buildroot}" \
+ mandir="%{_mandir}"
%find_lang %{name}
%if %{!?_without_xsitecopy:1}0
%{__make} install -C xsitecopy \
- DESTDIR="%{buildroot}"
+ DESTDIR="%{buildroot}"
%endif
%clean
@@ -87,12 +87,9 @@
%endif
%changelog
-* Fri Jul 18 2008 Dries Verachtert <dries at ulyssis.org> - 0.16.6.-1
-- Updated to release 0.16.6.
+* Thu Jul 17 2008 Dag Wieers <dag at wieers.com> - 0.16.5-1
+- Updated to release 0.16.5.
-* Sat Apr 08 2006 Dries Verachtert <dries at ulyssis.org> - 0.16.3-1.2
-- Rebuild for Fedora Core 5.
-
* Sun Mar 12 2006 Dag Wieers <dag at wieers.com> - 0.16.3-1
- Updated to release 0.16.3.
Modified: trunk/rpms/unfs3/unfs3.spec
===================================================================
--- trunk/rpms/unfs3/unfs3.spec 2008-07-25 18:51:20 UTC (rev 6423)
+++ trunk/rpms/unfs3/unfs3.spec 2008-07-25 22:28:06 UTC (rev 6424)
@@ -5,7 +5,7 @@
Summary: UNFS3 user-space NFSv3 server
Name: unfs3
-Version: 0.9.20
+Version: 0.9.21
Release: 1
License: BSD
Group: Applications/System
@@ -26,7 +26,7 @@
%build
%configure \
- --enable-cluster
+ --enable-cluster
%{__make} %{?_smp_mflags}
%install
@@ -44,6 +44,9 @@
%{_sbindir}/unfsd
%changelog
+* Wed Jul 16 2008 Dag Wieers <dag at wieers.com> - 0.9.21-1
+- Updated to release 0.9.21.
+
* Thu Dec 06 2007 Dag Wieers <dag at wieers.com> - 0.9.20-1
- Updated to release 0.9.20.
Modified: trunk/rpms/unrar/unrar.spec
===================================================================
--- trunk/rpms/unrar/unrar.spec 2008-07-25 18:51:20 UTC (rev 6423)
+++ trunk/rpms/unrar/unrar.spec 2008-07-25 22:28:06 UTC (rev 6424)
@@ -9,9 +9,11 @@
License: Freeware
Group: Applications/Archiving
URL: http://www.rarlab.com/
+
Source0: http://www.rarlab.com/rar/unrarsrc-%{version}.tar.gz
Source1: unrar.1
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
+
BuildRequires: gcc-c++
%description
@@ -19,34 +21,28 @@
and developed for extracting, testing and viewing the contents of
archives created with the RAR archiver version 1.50 and above.
-
%prep
%setup -n %{name}
-# Remove stripping to get useful debuginfo package
+## Remove stripping to get useful debuginfo package
%{__perl} -pi -e 's|^STRIP=.*|STRIP=true|g' makefile.unix
-
%build
%{__make} %{?_smp_mflags} -f makefile.unix CXXFLAGS="%{optflags}"
-
%install
%{__rm} -rf %{buildroot}
-%{__install} -D -m755 unrar %{buildroot}%{_bindir}/unrar
-%{__install} -D -p -m644 %{SOURCE1} %{buildroot}%{_mandir}/man1/unrar.1
+%{__install} -Dp -m0755 unrar %{buildroot}%{_bindir}/unrar
+%{__install} -Dp -m0644 %{SOURCE1} %{buildroot}%{_mandir}/man1/unrar.1
-
%clean
%{__rm} -rf %{buildroot}
-
%files
%defattr(-, root, root, 0755)
%doc *.txt
+%doc %{_mandir}/man1/unrar.1*
%{_bindir}/unrar
-%{_mandir}/man1/unrar.1*
-
%changelog
* Tue Jul 15 2008 Dries Verachtert <dries at ulyssis.org> - 3.8.2-1
- Updated to release 3.8.2.
More information about the svn-commits
mailing list