Compare commits
8 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
aeed5d2ac1 | ||
|
|
5397c9ec29 | ||
|
|
5bc2a3ebb2 | ||
|
|
f6e9dc7f8b | ||
|
|
bdca5ddbe5 | ||
|
|
e1504bb2c2 | ||
|
|
97353ac4c5 | ||
|
|
b697ca859f |
5 changed files with 27 additions and 27 deletions
|
|
@ -1 +0,0 @@
|
|||
ushare-0.9.7.tar.bz2
|
||||
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
ushare-1.0.tar.bz2
|
||||
21
Makefile
21
Makefile
|
|
@ -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)
|
||||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
e978c648f808cf1740b1583a78b922ff ushare-0.9.7.tar.bz2
|
||||
a6dad95e61ded6f37fc158d9a81358dc ushare-1.0.tar.bz2
|
||||
|
|
|
|||
29
ushare.spec
29
ushare.spec
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue