Compare commits
4 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b9321e3760 | ||
|
|
c519e9f008 | ||
|
|
a895f80623 | ||
|
|
9dde8a2655 |
4 changed files with 7 additions and 24 deletions
1
.cvsignore → .gitignore
vendored
1
.cvsignore → .gitignore
vendored
|
|
@ -1 +1,2 @@
|
||||||
alsa-plugins-1.0.21.tar.bz2
|
alsa-plugins-1.0.21.tar.bz2
|
||||||
|
alsa-plugins-1.0.22.tar.bz2
|
||||||
21
Makefile
21
Makefile
|
|
@ -1,21 +0,0 @@
|
||||||
# Makefile for source rpm: alsa-plugins
|
|
||||||
# $Id$
|
|
||||||
NAME := alsa-plugins
|
|
||||||
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)
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
Name: alsa-plugins
|
Name: alsa-plugins
|
||||||
Version: 1.0.21
|
Version: 1.0.22
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: The Advanced Linux Sound Architecture (ALSA) Plugins
|
Summary: The Advanced Linux Sound Architecture (ALSA) Plugins
|
||||||
# All packages are LGPLv2+ with the exception of samplerate which is GPLv2+
|
# All packages are LGPLv2+ with the exception of samplerate which is GPLv2+
|
||||||
License: GPLv2+ and LGPLv2+
|
License: GPLv2+ and LGPLv2+
|
||||||
|
|
@ -248,6 +248,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jan 14 2010 Jaroslav Kysela <jkysela@redhat.com> - 1.0.22-1
|
||||||
|
- Updated to 1.0.22
|
||||||
|
|
||||||
* Mon Sep 7 2009 Eric Moret <eric.moret@gmail.com> - 1.0.21-2
|
* Mon Sep 7 2009 Eric Moret <eric.moret@gmail.com> - 1.0.21-2
|
||||||
- Added missing dbus-devel dependency to maemo subpackage
|
- Added missing dbus-devel dependency to maemo subpackage
|
||||||
|
|
||||||
|
|
|
||||||
2
sources
2
sources
|
|
@ -1 +1 @@
|
||||||
392d016c0948c54978c0505f24271e01 alsa-plugins-1.0.21.tar.bz2
|
a482cce4007b7c75e1c0a677f7f0fe07 alsa-plugins-1.0.22.tar.bz2
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue