Compare commits

...
Sign in to create a new pull request.

8 commits

Author SHA1 Message Date
Fedora Release Engineering
aeed5d2ac1 dist-git conversion 2010-07-29 14:49:17 +00:00
Bill Nottingham
5397c9ec29 Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 01:16:30 +00:00
Eric Tanguy
5bc2a3ebb2 *** empty log message *** 2007-07-06 18:04:36 +00:00
Eric Tanguy
f6e9dc7f8b *** empty log message *** 2007-06-25 18:10:45 +00:00
Eric Tanguy
bdca5ddbe5 auto-import ushare-0.9.10-1 on branch FC-6 from ushare-0.9.10-1.src.rpm 2007-02-27 19:26:54 +00:00
Eric Tanguy
e1504bb2c2 *** empty log message *** 2007-02-18 10:08:26 +00:00
Eric Tanguy
97353ac4c5 auto-import ushare-0.9.8-1 on branch FC-6 from ushare-0.9.8-1.src.rpm 2006-12-13 21:07:06 +00:00
Jeremy Katz
b697ca859f Initialize branch FC-6 for ushare 2006-10-23 19:23:33 +00:00
5 changed files with 27 additions and 27 deletions

View file

@ -1 +0,0 @@
ushare-0.9.7.tar.bz2

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
ushare-1.0.tar.bz2

View file

@ -1,21 +0,0 @@
# Makefile for source rpm: ushare
# $Id$
NAME := ushare
SPECFILE = $(firstword $(wildcard *.spec))
define find-makefile-common
for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
endef
MAKEFILE_COMMON := $(shell $(find-makefile-common))
ifeq ($(MAKEFILE_COMMON),)
# attept a checkout
define checkout-makefile-common
test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2
endef
MAKEFILE_COMMON := $(shell $(checkout-makefile-common))
endif
include $(MAKEFILE_COMMON)

View file

@ -1 +1 @@
e978c648f808cf1740b1583a78b922ff ushare-0.9.7.tar.bz2
a6dad95e61ded6f37fc158d9a81358dc ushare-1.0.tar.bz2

View file

@ -1,7 +1,7 @@
Summary: UPnP (TM) A/V Media Server
Name: ushare
Version: 0.9.7
Release: 3%{?dist}
Version: 1.0
Release: 1%{?dist}
License: GPL
Group: Applications/Multimedia
URL: http://ushare.geexbox.org/
@ -68,8 +68,29 @@ fi
%attr(770,ushare,ushare) %dir %{_var}/lib/ushare/
%changelog
* Mon Aug 28 2006 Eric Tanguy <eric.tanguy@univ-nantes.fr> - 0.9.7-3
- Rebuild for Fedora Extras 6
* Fri Jul 06 2007 Eric Tanguy <eric.tanguy@univ-nantes.fr> - 1.0-1
- Update to 1.0
* Tue Jun 26 2007 Eric Tanguy <eric.tanguy@univ-nantes.fr> - 0.9.10-4
- Rebuild
* Sat May 05 2007 Eric Tanguy <eric.tanguy@univ-nantes.fr> - 0.9.10-3
- Rebuild for libupnp-1.6.0
* Sat May 05 2007 Eric Tanguy <eric.tanguy@univ-nantes.fr> - 0.9.10-2
- Rebuild
* Mon Feb 26 2007 Eric Tanguy <eric.tanguy@univ-nantes.fr> - 0.9.10-1
- Update to 0.9.10
* Sun Feb 25 2007 Eric Tanguy <eric.tanguy@univ-nantes.fr> - 0.9.9-1
- Update to 0.9.9
* Sat Feb 17 2007 Eric Tanguy <eric.tanguy@univ-nantes.fr> - 0.9.8-2
- Rebuild for libupnp 1.4.2
* Wed Dec 13 2006 Eric Tanguy <eric.tanguy@univ-nantes.fr> - 0.9.8-1
- Update to 0.9.8
* Thu Jun 29 2006 Eric Tanguy <eric.tanguy@univ-nantes.fr> - 0.9.7-2
- Add pkgconfig to buildrequires