rpms/chordii/devel chordii-4.3-makefile.patch, NONE, 1.1 chordii.spec, NONE, 1.1 import.log, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Johan Vromans sciurius at fedoraproject.org
Sun Jan 3 21:43:30 UTC 2010


Author: sciurius

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

Modified Files:
	.cvsignore sources 
Added Files:
	chordii-4.3-makefile.patch chordii.spec import.log 
Log Message:
Initial import from upstream 4.3.


chordii-4.3-makefile.patch:
 Makefile.am |    1 -
 Makefile.in |    3 +--
 2 files changed, 1 insertion(+), 3 deletions(-)

--- NEW FILE chordii-4.3-makefile.patch ---
--- man/Makefile.am~	2008-03-03 11:05:44.000000000 +0100
+++ man/Makefile.am	2009-01-30 12:00:13.000000000 +0100
@@ -1,2 +1 @@
 dist_man_MANS = chordii.1 a2crd.1
-man_MANS = chordii.1 a2crd.1
--- man/Makefile.in~	2008-06-14 19:29:37.000000000 +0200
+++ man/Makefile.in	2009-01-30 12:01:33.000000000 +0100
@@ -44,7 +44,7 @@
 man1dir = $(mandir)/man1
 am__installdirs = "$(DESTDIR)$(man1dir)"
 NROFF = nroff
-MANS = $(dist_man_MANS) $(man_MANS)
+MANS = $(dist_man_MANS)
 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 ACLOCAL = @ACLOCAL@
 ALLOCA = @ALLOCA@
@@ -133,7 +133,6 @@
 top_builddir = @top_builddir@
 top_srcdir = @top_srcdir@
 dist_man_MANS = chordii.1 a2crd.1
-man_MANS = chordii.1 a2crd.1
 all: all-am
 
 .SUFFIXES:


--- NEW FILE chordii.spec ---
Summary: Print songsbooks (lyrics + chords)
Name: chordii
Version: 4.3
Release: 1%{?dist}
URL: http://chordii.sourceforge.net
Source: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
Patch0: %{name}-%{version}-makefile.patch
License: GPLv3+
Group: Applications/Publishing
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
Obsoletes: chordie >= 0 chord >= 0

%description
chordii provides guitar players and other musicians with a tool to
produce good looking, self-descriptive music sheets from text files.

chordii reads text files in chordpro format, containing the lyrics of
songs, the chords to be played, their descriptions and some other
optional data. It produces a PostScript document suitable for viewing
and printing.

chordii features include:
 - centered titles,
 - chord names above the words,
 - chord diagrams at the end of the songs,
 - multiple columns on a page,
 - multiple logical pages per physical pages (1, 2 or 4),
 - configurable fonts and sizes,
 - the complete ISO 8859-1 character set,
 - chorus marking,
 - automated chord transposition,
 - songbook creation: typeset multiple songs with page numbers and a
   table of contents.

%prep
%setup -q

# Fix Makefiles to avoid double install of manual pages.
%patch0 -p0 -b .mak

%build
%configure
make %{?_smp_mflags}

%install
rm -rf %{buildroot}
make DESTDIR=%{buildroot} INSTALL="install -p" install

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root,-)
%doc README NEWS COPYING examples/
%{_bindir}/*
%{_mandir}/man1/*

%changelog
* Mon Jul 13 2009 Johan Vromans <jvromans at squirrel.nl> - 4.3-1
- Rebase on GPL Chord 3.6.4.

* Sat Jan 31 2009 Johan Vromans <jvromans at squirrel.nl> - 4.2-5
- Changed examples/* to examples/ to include all examples in a dir

* Fri Jan 30 2009 Johan Vromans <jvromans at squirrel.nl> - 4.2-4
- Fixed changelog entries involving %% to prevent macro expansion

* Fri Jan 30 2009 Johan Vromans <jvromans at squirrel.nl> - 4.2-3
- Fixed URL and Source urls
- Added %%{?dist} to Release
- Fixed missing (optional) argument to %%defattr
- Changed examples to examples/* to include all examples

* Fri Jan 30 2009 Johan Vromans <jvromans at squirrel.nl> - 4.2-2
- Update description
- Add patch to fix Makefiles to avoid double install of manual pages
- use smp_mflags
- use install -p

* Thu Jan 29 2009 Johan Vromans <jvromans at squirrel.nl> - 4.2-1
- First Fedora version


--- NEW FILE import.log ---
chordii-4_3-1_fc10:HEAD:chordii-4.3-1.fc10.src.rpm:1262554891


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/chordii/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	2 Jan 2010 20:17:14 -0000	1.1
+++ .cvsignore	3 Jan 2010 21:43:29 -0000	1.2
@@ -0,0 +1 @@
+chordii-4.3.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/chordii/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	2 Jan 2010 20:17:14 -0000	1.1
+++ sources	3 Jan 2010 21:43:30 -0000	1.2
@@ -0,0 +1 @@
+24d431c7e03549913b35d85cd9c4e41a  chordii-4.3.tar.gz




More information about the fedora-extras-commits mailing list