[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Denemo-devel] Re: Updated RPM spec file
From: |
Jeremiah Benham |
Subject: |
Re: [Denemo-devel] Re: Updated RPM spec file |
Date: |
Wed, 30 Jul 2008 13:00:42 -0500 |
On Wed, 2008-07-30 at 08:02 +0800, address@hidden wrote:
> Richard,
>
> I would think this is safe to check-in as it is only used to build
> denemo RPM files. Fedora users can still just build and install Denemo
> with make install.
The spec file has already checked it.
> Note: I can build Denemo RPM files for Fedora 8 for i386 and x86_64
> architectures which then could be distributed on the Denemo web page.
> I will be able to test shortly whether these RPMs will also work in
> Fedora 9.
I have been looking into a build service to create multitude of distro
packages.
Jeremiah
> Regards,
> Roy Rankin
>
>
>
>
>
> On Mon Jul 28 12:04 , Richard Shann sent:
>
> I don't want this email to get lost - should this file be
> checked in?
> Could it break the 0.7.9 release?
> Does it fix something that will make a real difference to this
> release?
> (does it mean that someone with a Fedora system could type
> make dist and
> get a dist which they could then offer for inclusion on
> Savannah, that
> makes sense?)
> If it *could* break the release we should put it in 0.7.10 as
> I guess
> anyone who can use it would be able to patch it into 0.7.9
> ?
> Richard
>
>
> On Fri, 2008-07-25 at 22:21 +1000, Roy Rankin wrote:
> > Richard,
> >
> > The spec file is very out of date. I have updated it for the
> current
> > release and for Fedora 8, but it will probably work for
> other versions
> > of Fedora. However, it depends on aubio-devel RPM to build
> and aubio
> > RPM to load, which is not available in Fedora (it may be in
> Fedora 10
> > when it is released).
> >
> > I do have a spec file which can generate the aubio-devel and
> aubio RPMs
> > for Fedora.
> >
> > Regards,
> > Roy Rankin
> > plain text document attachment (denemo.spec.in)
> > %define name @PACKAGE@
> > %define ver @VERSION@
> > %define rel 1
> > %define prefix /usr
> > %define pkgdatadir %{prefix}/share/
> >
> > Summary: Graphical music notation program
> > Name: %{name}
> > Version: %ver
> > Release: %rel
> > License: GPLv2
> > Group: Applications/Multimedia
> > Source: %{name}-%{version}.tar.gz
> > URL: http://denemo.sourceforge.net/
> > Vendor: (none)
> > Prefix: %{prefix}
> > BuildRoot: /var/tmp/%{name}-%{ver}-%{rel}-rpm-buildroot
> >
> > BuildRequires: portaudio-devel aubio-devel gtk2-devel
> > Requires: portaudio aubio gtk2
> >
> > %description
> > Denemo is a graphical music notation program written in C
> with
> > gtk+. As of April 2000, it is an official part of the GNU
> project
> > (http://www.gnu.org/)
> >
> > It is intended to be used in conjunction with GNU Lilypond
> > (http://www.cs.uu.nl/hanwen/lilypond/\), but is adaptable to
> other
> > computer-music-related purposes as well.
> >
> > %prep
> > %setup
> >
> > %build
> > ../autogen.sh
> > ../configure --prefix=%{prefix}
> > %__make
> >
> > %install
> > %__make DESTDIR=${RPM_BUILD_ROOT} install
> >
> > %clean
> > rm -rf ${RPM_BUILD_DIR}/%{name}-%{ver}
> >
> > %files
> > %defattr(-,root,root)
> > %{pkgdatadir}
> > %{_includedir}/denemo
> > %{prefix}/bin/denemo
> >
> > %changelog
> > * Fri Jul 25 2008 Roy Rankin <address@hidden>
> > -Update for 0.7.9 and Fedora 8
> > * Fri Dec 14 2001 Adam Tee <address@hidden>
> > -Update for 0.5.8
> > * Sun Nov 12 2000 Matt Hiller <address@hidden>
> > - Update for 0.5.5
> > * Wed Jun 21 2000 Sourav K. Mandal <address@hidden>
> > - Initial release of RPM package
>
>
>
> _______________________________________________
> Denemo-devel mailing list
> address@hidden
> http://lists.gnu.org/mailman/listinfo/denemo-devel
>
> _______________________________________________
> Denemo-devel mailing list
> address@hidden
> http://lists.gnu.org/mailman/listinfo/denemo-devel