Author: thl
Update of /cvs/free/rpms/ushare-freeworld/F-9
In directory se02.es.rpmfusion.net:/tmp/cvs-serv1910
Modified Files:
.cvsignore sources
Added Files:
ushare-error.patch ushare-freeworld.spec
Log Message:
initial import from the devel branch
ushare-error.patch:
--- NEW FILE ushare-error.patch ---
--- ushare-1.1a/src/ushare.c 2007-12-09 14:03:36.000000000 +0100
+++ ushare-1.1a/src/ushare.c.new 2008-03-09 09:58:06.000000000 +0100
@@ -424,8 +424,6 @@
if ((itf->ifa_flags & IFF_UP)
&& !strncmp (itf->ifa_name, interface, IFNAMSIZ))
{
- log_error (_("Interface %s is down.\n"), interface);
- log_error (_("Recheck uShare's configuration and try again !\n"));
freeifaddrs (itflist);
return true;
}
--- NEW FILE ushare-freeworld.spec ---
Summary: UPnP (TM) A/V & DLNA Media Server
Name: ushare-freeworld
Version: 1.1a
Release: 5%{?dist}
License: LGPLv2+
Group: Applications/Multimedia
URL:
http://ushare.geexbox.org/
Source:
http://ushare.geexbox.org/releases/ushare-%{version}.tar.bz2
Patch0: ushare-error.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: libupnp-devel, pkgconfig, libdlna-devel
Requires: ushare >= %{version}
Requires(post): /usr/sbin/alternatives
Requires(preun): /usr/sbin/alternatives
Requires(postun): /sbin/service
%description
uShare is a UPnP (TM) A/V & DLNA Media Server. It implements the server
component that provides UPnP media devices with information on
available multimedia files. uShare uses the built-in http server
of libupnp to stream the files to clients.
%prep
%setup -q -n ushare-%{version}
%patch0 -p1
%build
export CFLAGS="$RPM_OPT_FLAGS"
./configure --prefix=%{_prefix} --localedir=%{_datadir}/locale --sysconfdir=%{_sysconfdir}
--enable-dlna --enable-debug
make %{?_smp_mflags}
%install
rm -rf %{buildroot}
%{__install} -pm 0755 -D src/ushare %{buildroot}%{_bindir}/ushare-freeworld
%clean
rm -rf %{buildroot}
%post
alternatives --install %{_bindir}/ushare ushare %{_bindir}/ushare-freeworld 20
service ushare condrestart &>/dev/null || :
%preun
if [ $1 -eq 0 ]; then
alternatives --remove ushare %{_bindir}/ushare-freeworld
service ushare condrestart &>/dev/null || :
fi
%postun
if [ $1 -ge 1 ]; then
service ushare condrestart &>/dev/null || :
fi
%files
%{_bindir}/ushare-freeworld
%changelog
* Sun Aug 03 2008 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info - 1.1a-5
- rebuild
* Sun Mar 09 2008 Eric Tanguy <eric.tanguy(a)univ-nantes.fr> - 1.1a-4
- BZ 436607
* Fri Jan 25 2008 Eric Tanguy <eric.tanguy(a)univ-nantes.fr> - 1.1a-3
- Correct some spec error
* Tue Dec 25 2007 Eric Tanguy <eric.tanguy(a)univ-nantes.fr> - 1.1a-2
- Correct some spec error
* Wed Dec 05 2007 Eric Tanguy <eric.tanguy(a)univ-nantes.fr> - 1.1a-1
- Update to 1.1a
* Sun Nov 18 2007 Eric Tanguy <eric.tanguy(a)univ-nantes.fr> - 1.0-4
- Rebuild for new libupnp.
* Wed Aug 29 2007 Fedora Release Engineering <rel-eng at fedoraproject dot org> -
1.0-2
- Rebuild for selinux ppc32 issue.
* Fri Jul 06 2007 Eric Tanguy <eric.tanguy(a)univ-nantes.fr> - 1.0-1
- Update to 1.0
* Tue Jun 26 2007 Eric Tanguy <eric.tanguy(a)univ-nantes.fr> - 0.9.10-4
- Rebuild
* Sat May 05 2007 Eric Tanguy <eric.tanguy(a)univ-nantes.fr> - 0.9.10-3
- Rebuild for libupnp-1.6.0
* Sat May 05 2007 Eric Tanguy <eric.tanguy(a)univ-nantes.fr> - 0.9.10-2
- Rebuild
* Mon Feb 26 2007 Eric Tanguy <eric.tanguy(a)univ-nantes.fr> - 0.9.10-1
- Update to 0.9.10
* Sun Feb 25 2007 Eric Tanguy <eric.tanguy(a)univ-nantes.fr> - 0.9.9-1
- Update to 0.9.9
* Sat Feb 17 2007 Eric Tanguy <eric.tanguy(a)univ-nantes.fr> - 0.9.8-2
- Rebuild for libupnp 1.4.2
* Wed Dec 13 2006 Eric Tanguy <eric.tanguy(a)univ-nantes.fr> - 0.9.8-1
- Update to 0.9.8
* Thu Jun 29 2006 Eric Tanguy <eric.tanguy(a)univ-nantes.fr> - 0.9.7-2
- Add pkgconfig to buildrequires
* Sun Mar 12 2006 Eric Tanguy <eric.tanguy(a)univ-nantes.fr> - 0.9.7-1
- Update to 0.9.7
* Tue Feb 14 2006 Eric Tanguy <eric.tanguy(a)univ-nantes.fr> - 0.9.6-1
- Update to 0.9.6
* Tue Feb 14 2006 Eric Tanguy <eric.tanguy(a)univ-nantes.fr> - 0.9.5-6
- Rebuild for FC5
* Fri Feb 10 2006 Eric Tanguy <eric.tanguy(a)univ-nantes.fr> - 0.9.5-5
- Rebuild for FC5
* Tue Dec 27 2005 Eric Tanguy 0.9.5-4
- Use %find_lang macro instead of %{_datadir}/locale/*
* Tue Dec 27 2005 Eric Tanguy 0.9.5-3
- Drop "Requires: libupnp"
- replace %{_sysconfdir}/ushare.conf by %config(noreplace) %{_sysconfdir}/ushare.conf
* Tue Dec 27 2005 Eric Tanguy 0.9.5-2
- add patch for buffer
* Tue Dec 27 2005 Eric Tanguy 0.9.5-1
- First build
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/ushare-freeworld/F-9/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore 22 Jul 2008 16:55:48 -0000 1.1
+++ .cvsignore 28 Sep 2008 06:26:52 -0000 1.2
@@ -0,0 +1 @@
+ushare-1.1a.tar.bz2
Index: sources
===================================================================
RCS file: /cvs/free/rpms/ushare-freeworld/F-9/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources 22 Jul 2008 16:55:48 -0000 1.1
+++ sources 28 Sep 2008 06:26:52 -0000 1.2
@@ -0,0 +1 @@
+5bbcdbf1ff85a9710fa3d4e82ccaa251 ushare-1.1a.tar.bz2