rpms/tuxguitar/devel tuxguitar.spec,1.1,1.2

Orcan Ogetbil oget at fedoraproject.org
Thu Oct 16 04:06:53 UTC 2008


Author: oget

Update of /cvs/pkgs/rpms/tuxguitar/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv21630

Modified Files:
	tuxguitar.spec 
Log Message:
* Wed Oct 15 2008 Orcan Ogetbil <orcanbahri[AT]yahoo[DOT]com> - 1.0-8
- Enabled the PDF plugin since all the dependencies are now provided in repos



Index: tuxguitar.spec
===================================================================
RCS file: /cvs/pkgs/rpms/tuxguitar/devel/tuxguitar.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- tuxguitar.spec	3 Oct 2008 17:40:22 -0000	1.1
+++ tuxguitar.spec	16 Oct 2008 04:06:22 -0000	1.2
@@ -1,7 +1,7 @@
 Summary: A multitrack tablature editor and player written in Java-SWT
 Name: tuxguitar
 Version: 1.0
-Release: 7%{?dist}
+Release: 8%{?dist}
 URL: http://www.tuxguitar.com.ar
 Source0: http://downloads.sourceforge.net/%{name}/%{name}-src-%{version}.tar.gz
 Source9: %{name}.desktop
@@ -13,11 +13,13 @@
 %if "%{fedora}" == "8"
 ExcludeArch: ppc ppc64
 %endif
+Requires: itext
 Requires: java >= 1.7
 Requires: jpackage-utils
 Requires: libswt3-gtk2
 BuildRequires: alsa-lib-devel
 BuildRequires: ant
+BuildRequires: itext
 BuildRequires: desktop-file-utils
 BuildRequires: fluidsynth-devel
 BuildRequires: java-devel >= 1.7
@@ -45,9 +47,6 @@
 # Add exec to replace the called shell
 sed -i 's|${JAVA} ${JAVA_FLAGS}|exec ${JAVA} ${JAVA_FLAGS}|' misc/tuxguitar.sh
 
-# Disable the pdf plugin that depends on "iText" which is currently not available on Fedora
-sed -i 's/TuxGuitar-pdf \\/\\/g' Makefile
-sed -i 's/.\/TuxGuitar-pdf\/tuxguitar-pdf.jar \\/\\/g' Makefile
 # Change /lib to %%{_lib}, just in case
 sed -i 's/\/lib\//\/%{_lib}\//g' Makefile
 sed -i 's/\/lib\//\/%{_lib}\//g' misc/tuxguitar.sh
@@ -140,6 +139,9 @@
 %{_bindir}/%{name}
 
 %changelog
+* Wed Oct 15 2008 Orcan Ogetbil <orcanbahri[AT]yahoo[DOT]com> - 1.0-8
+- Enabled the PDF plugin since all the dependencies are now provided in repos
+
 * Thu Oct 02 2008 Orcan Ogetbil <orcanbahri[AT]yahoo[DOT]com> - 1.0-7
 - Added "exec" to replace the called shell to java process in the launching script
 




More information about the fedora-extras-commits mailing list