rpms/cuetools/F-7 cuetools.spec,NONE,1.1

Paul P Komkoff Jr (stingray) fedora-extras-commits at redhat.com
Mon May 5 13:59:58 UTC 2008


Author: stingray

Update of /cvs/extras/rpms/cuetools/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18195/F-7

Added Files:
	cuetools.spec 
Log Message:
cuetools-1.4.0-0.2.svn305


--- NEW FILE cuetools.spec ---
%define basever 1.3.1

Name: cuetools
Version: 1.4.0
Release: 0.2.svn305%{?dist}
Summary: Utilities to work with cue and TOC files
Group: Applications/Multimedia
License: GPLv2
URL: http://developer.berlios.de/projects/cuetools/
Source: http://download.berlios.de/cuetools/%{name}-%{basever}.tar.gz
Patch: %{name}-%{basever}-svn305-fixes.patch.bz2
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)

%description
Cuetools is a set of utilities for working with cue files and TOC files.
It includes programs for conversion between the formats, file renaming based
on cue/TOC information, and track breakpoint printing. 

%prep
%setup -q -n %{name}-%{basever}
%patch -p1

%build
%configure

make %{?_smp_mflags}

%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT
find $RPM_BUILD_ROOT -type f -name "*.la" -exec rm -f {} ';'
rm $RPM_BUILD_ROOT/%{_libdir}/*.so

%clean
rm -rf $RPM_BUILD_ROOT

%post -p /sbin/ldconfig

%postun -p /sbin/ldconfig

%files
%defattr(-,root,root)
%doc NEWS README TODO COPYING doc/formats.txt
%{_bindir}/*
%{_mandir}/man1/*
%{_libdir}/*.so.*

%changelog
* Wed Mar 26 2008 Paul P. Komkoff Jr <i at stingr.net> - 1.4.0-0.2.svn305
- add COPYING and doc/formats.txt
- remove *.so

* Tue Mar 4 2008 Paul P. Komkoff Jr <i at stingr.net> - 1.4.0-0.1.svn305
- update base code to svn305
- add PIE compilation options
- change library to be .so, link tools agains it, this gives us 3x size
  reduction
- fix issues when you're trying to process 99 CD tracks
  http://developer.berlios.de/bugs/?func=detailbug&bug_id=9592&group_id=2130
- fix some minor issues with build system

* Wed Jul 4 2007 Marius ROMAN <marius.roman at gmail.com> 1.3.1-1
- Initial RPM release




More information about the fedora-extras-commits mailing list