rpms/hydrogen-drumkits/F-9 hydrogen-drumkits.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Orcan Ogetbil oget at fedoraproject.org
Sun Dec 21 06:27:09 UTC 2008


Author: oget

Update of /cvs/pkgs/rpms/hydrogen-drumkits/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv23014

Modified Files:
	.cvsignore sources 
Added Files:
	hydrogen-drumkits.spec 
Log Message:
* Tue Dec 16 2008 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT} com> 0.9.3-1.20080907
- Change versioning
- Some cosmetics on the SPEC file
- Added Asma Davul (GPLv3) to the drumkits



--- NEW FILE hydrogen-drumkits.spec ---
Summary: Additional DrumKits for Hydrogen
Name: hydrogen-drumkits
Version: 0.9.3
Release: 1.20080907%{?dist}
License: GPLv2+ and GPLv3 and Green OpenMusic
Group: Applications/Multimedia
URL: http://www.hydrogen-music.org
Source0: http://downloads.sourceforge.net/hydrogen/Classic-626.h2drumkit
Source1: http://downloads.sourceforge.net/hydrogen/Classic-808.h2drumkit
Source2: http://downloads.sourceforge.net/hydrogen/ColomboAcousticDrumkit.h2drumkit
Source3: http://downloads.sourceforge.net/hydrogen/ElectricEmpireKit.h2drumkit
Source4: http://downloads.sourceforge.net/hydrogen/HardElectro1.h2drumkit
Source5: http://downloads.sourceforge.net/hydrogen/K-27_Trash_Kit.h2drumkit
Source6: http://downloads.sourceforge.net/hydrogen/Millo-Drums_v.1.h2drumkit
Source7: http://downloads.sourceforge.net/hydrogen/Millo_MultiLayered2.h2drumkit
Source8: http://downloads.sourceforge.net/hydrogen/Millo_MultiLayered3.h2drumkit
Source9: http://downloads.sourceforge.net/hydrogen/VariBreaks.h2drumkit

# URL: http://www.ardaeden.net/asma_davul/
Source10: http://www.ardaeden.net/asma_davul/files/asma_davul.tar.gz

BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
BuildArch: noarch

Requires: hydrogen >= 0.9.3

%description
A collection of additional drumkits for the 
Hydrogen advanced drum machine for GNU/Linux.

%prep
%setup -q -c -n %{name} -a 0 -a 1 -a 2 -a 3 -a 4 -a 5 -a 6 -a 7 -a 8 -a 9 -a 10
# Rename the doc files to avoid confusion:
for licencedir in Classic-626 Classic-808 \
    ElectricEmpireKit HardElectro1 Millo-Drums_v.1 \
    Millo_MultiLayered2 Millo_MultiLayered3 ; do
  mv $licencedir/LICENCE LICENCE.$licencedir
done

mv asma_davul/GPLv.3 license.asma_davul

mv ColomboAcousticDrumkit/COPYING COPYING.ColomboAcousticDrumkit
mv ColomboAcousticDrumkit/README README.ColomboAcousticDrumkit
iconv -f iso-8859-1 -t utf8 README.ColomboAcousticDrumkit \
                         -o README.tmp
touch -r README.ColomboAcousticDrumkit README.tmp
mv -f README.tmp README.ColomboAcousticDrumkit

mv K-27_Trash_Kit/license.html license.K-27_Trash_Kit.html

# The demo songs need to be separated from drumkits:
find . -name *.h2song -exec mv {} . \;

%build
echo "Nothing to build."

%install
rm -rf $RPM_BUILD_ROOT

# These directories are owned by hydrogen:
install -dm 0755 $RPM_BUILD_ROOT%{_datadir}/hydrogen/data/drumkits
install -dm 0755 $RPM_BUILD_ROOT%{_datadir}/hydrogen/data/demo_songs

# Now copy everything into the $RPM_BUILD_ROOT
for drumkitdir in asma_davul Classic-626 Classic-808 \
                  ColomboAcousticDrumkit ElectricEmpireKit \
                  HardElectro1 K-27_Trash_Kit \
                  Millo-Drums_v.1 Millo_MultiLayered2 \
                  Millo_MultiLayered3 VariBreaks ; do
  cp -a $drumkitdir  $RPM_BUILD_ROOT%{_datadir}/hydrogen/data/drumkits
done

find . -name *.h2song -exec cp -a {} $RPM_BUILD_ROOT%{_datadir}/hydrogen/data/demo_songs \;

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc COPYING.* LICENCE.* license.* README.*
%{_datadir}/hydrogen/data/demo_songs/*
%{_datadir}/hydrogen/data/drumkits/*

%changelog
* Tue Dec 16 2008 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT} com> 0.9.3-1.20080907
- Change versioning
- Some cosmetics on the SPEC file
- Added Asma Davul (GPLv3) to the drumkits

* Fri Nov 07 2008 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT} com> 0-0.20080907.4
- Preserve the timestamp of README.ColomboAcousticDrumkit

* Sun Nov 06 2008 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT} com> 0-0.20080907.3
- Updated sources

* Sun Nov 02 2008 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT} com> 0-0.20080907.2
- Fixed the license

* Wed Oct 22 2008 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT} com> 0-0.20080907.1
- Initial build


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/hydrogen-drumkits/F-9/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	21 Dec 2008 04:27:42 -0000	1.1
+++ .cvsignore	21 Dec 2008 06:26:38 -0000	1.2
@@ -0,0 +1,11 @@
+Classic-626.h2drumkit
+Classic-808.h2drumkit
+ColomboAcousticDrumkit.h2drumkit
+ElectricEmpireKit.h2drumkit
+HardElectro1.h2drumkit
+K-27_Trash_Kit.h2drumkit
+Millo-Drums_v.1.h2drumkit
+Millo_MultiLayered2.h2drumkit
+Millo_MultiLayered3.h2drumkit
+VariBreaks.h2drumkit
+asma_davul.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/hydrogen-drumkits/F-9/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	21 Dec 2008 04:27:42 -0000	1.1
+++ sources	21 Dec 2008 06:26:38 -0000	1.2
@@ -0,0 +1,11 @@
+86dbdb8d2f9b12690e92211d36c6fe7d  Classic-626.h2drumkit
+c08d5093fc28a30a7542f0c89493e807  Classic-808.h2drumkit
+cb11827e185ab5a6906967901495884b  ColomboAcousticDrumkit.h2drumkit
+df1bd778148cc25d8f63a8cc7aa91fcb  ElectricEmpireKit.h2drumkit
+f953edf3f4227d786df59b544370e379  HardElectro1.h2drumkit
+f445c60d4625a6bfe6bb9dbac1ac0aa7  K-27_Trash_Kit.h2drumkit
+4c895d59c3bc5f3322d14789de345be2  Millo-Drums_v.1.h2drumkit
+2da5b8ee87bce3e67464c61ba0b722dd  Millo_MultiLayered2.h2drumkit
+79ca7360784ec72959aa07c3c584d76c  Millo_MultiLayered3.h2drumkit
+a9c305829cd23c28ffd1647cb5c0bdfd  VariBreaks.h2drumkit
+88196a71b20a656e97e70071569dd82f  asma_davul.tar.gz




More information about the fedora-extras-commits mailing list