rpms/tuxguitar/F-10 tuxguitar-Makefile, NONE, 1.1 .cvsignore, 1.3, 1.4 sources, 1.3, 1.4 tuxguitar.desktop, 1.1, 1.2 tuxguitar.spec, 1.3, 1.4

Orcan Ogetbil oget at fedoraproject.org
Sat Nov 14 06:59:13 UTC 2009


Author: oget

Update of /cvs/pkgs/rpms/tuxguitar/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv8829

Modified Files:
	.cvsignore sources tuxguitar.desktop tuxguitar.spec 
Added Files:
	tuxguitar-Makefile 
Log Message:
* Sat Nov 14 2009 Orcan Ogetbil <oget[DOT]fedora[AT]gmail[DOT]com>> - 1.2-1
- New upstream version



***** Error reading new file: [Errno 2] No such file or directory: 'tuxguitar-Makefile'

Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/tuxguitar/F-10/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- .cvsignore	4 Apr 2009 23:51:25 -0000	1.3
+++ .cvsignore	14 Nov 2009 06:59:13 -0000	1.4
@@ -1 +1 @@
-tuxguitar-src-1.1.tar.gz
+tuxguitar-src-1.2.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/tuxguitar/F-10/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- sources	4 Apr 2009 23:51:25 -0000	1.3
+++ sources	14 Nov 2009 06:59:13 -0000	1.4
@@ -1 +1 @@
-fbb664eca06e564bf1f2384930df2a7e  tuxguitar-src-1.1.tar.gz
+f41ed20e77c6c3d8968991a29c71b912  tuxguitar-src-1.2.tar.gz


Index: tuxguitar.desktop
===================================================================
RCS file: /cvs/pkgs/rpms/tuxguitar/F-10/tuxguitar.desktop,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- tuxguitar.desktop	3 Oct 2008 17:40:22 -0000	1.1
+++ tuxguitar.desktop	14 Nov 2009 06:59:13 -0000	1.2
@@ -1,6 +1,5 @@
 [Desktop Entry]
 Version=1.0
-Encoding=UTF-8
 GenericName=Tablature Editor/Playback
 Name=TuxGuitar
 Comment=Edit, playback guitar tablatures
@@ -10,5 +9,5 @@ Exec=tuxguitar %f
 Icon=tuxguitar
 Terminal=false
 Type=Application
-Categories=AudioVideo;Audio;
+Categories=AudioVideo;Audio;X-Notation;
 MimeType=audio/x-tuxguitar;audio/x-gtp;audio/x-ptb;audio/midi;


Index: tuxguitar.spec
===================================================================
RCS file: /cvs/pkgs/rpms/tuxguitar/F-10/tuxguitar.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- tuxguitar.spec	4 Apr 2009 23:51:26 -0000	1.3
+++ tuxguitar.spec	14 Nov 2009 06:59:13 -0000	1.4
@@ -2,10 +2,12 @@
 
 Summary:          A multitrack tablature editor and player written in Java-SWT
 Name:             tuxguitar
-Version:          1.1
+Version:          1.2
 Release:          1%{?dist}
 URL:              http://www.tuxguitar.com.ar
 Source0:          http://downloads.sourceforge.net/%{name}/%{name}-src-%{version}.tar.gz
+# For some reason this is missing from the tarball. Downloaded from upstream trunk:
+Source1:          %{name}-Makefile
 Source9:          %{name}.desktop
 License:          LGPLv2+
 Group:            Applications/Multimedia
@@ -20,6 +22,7 @@ BuildRequires:    ant
 BuildRequires:    itext
 BuildRequires:    desktop-file-utils
 BuildRequires:    fluidsynth-devel
+BuildRequires:    jack-audio-connection-kit-devel
 BuildRequires:    java-devel >= 1.7
 BuildRequires:    jpackage-utils
 BuildRequires:    libswt3-gtk2
@@ -40,6 +43,9 @@ tempo management, gp3/gp4/gp5 import and
 %prep
 %setup -q -n %{name}-src-%{version}
 
+# Place the Makefile
+cp %{SOURCE1} Makefile
+
 # The following issues were discussed in:
 # http://www.tuxguitar.com.ar/forum/4/817/need-help-with-packaging-for-fedora/
 # Declare the library path and classpath during runtime instead
@@ -51,7 +57,7 @@ sed -i 's|${JAVA} ${JAVA_FLAGS}|exec ${J
 # Change /lib to %%{_lib}, just in case
 sed -i 's|/lib/|/%{_lib}/|g' Makefile
 sed -i 's|/lib/|/%{_lib}/|g' misc/tuxguitar.sh
-sed -i 's|/lib/|/%{_lib}/|g' TuxGuitar/xml/build-linux.xml
+sed -i 's|/lib|/%{_lib}|g' TuxGuitar/xml/build-linux.xml
 # Don't strip the binaries during %%install
 sed -i 's/install -s/install -m 755/g' Makefile
 
@@ -66,7 +72,11 @@ sed -i 's|\./TuxGuitar-pdf/tuxguitar-pdf
  \./TuxGuitar-browser-ftp/tuxguitar-browser-ftp\.jar \\\
  \./TuxGuitar-gervill/tuxguitar-gervill\.jar|' \
  Makefile
-
+sed -i 's|\./TuxGuitar-oss/tuxguitar-oss\.jar|\\\
+ \./TuxGuitar-jack/tuxguitar-jack\.jar \\\
+ \./TuxGuitar-jack/jni/libtuxguitar-jack-jni\.so \\\
+ \./TuxGuitar-oss/tuxguitar-oss\.jar|' \
+ Makefile
 
 # Set debug="true" on javac part of the build scripts.
 for file in $(find . -name build.xml); do
@@ -176,11 +186,23 @@ gtk-update-icon-cache %{_datadir}/icons/
 %{_bindir}/%{name}
 
 %changelog
+* Sat Nov 14 2009 Orcan Ogetbil <oget[DOT]fedora[AT]gmail[DOT]com>> - 1.2-1
+- New upstream version
+
+* Wed Aug 05 2009 Orcan Ogetbil <oget[DOT]fedora[AT]gmail[DOT]com>> - 1.1-3
+- Update the .desktop file
+
+* Sun Jul 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.1-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
+
 * Sat Apr 04 2009 Orcan Ogetbil <oget[DOT]fedora[AT]gmail[DOT]com>> - 1.1-1
 - New upstream version
 - Clean-up the SPEC file
 - Include GCJ-AOT-bits
 
+* Wed Feb 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.0-9
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
+
 * Wed Oct 15 2008 Orcan Ogetbil <oget[DOT]fedora[AT]gmail[DOT]com>> - 1.0-8
 - Enabled the PDF plugin since all the dependencies are now provided in repos
 




More information about the fedora-extras-commits mailing list