rpms/cuetools/F-9 cuetools.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Paul P Komkoff Jr (stingray) fedora-extras-commits at redhat.com
Mon May 5 14:00:45 UTC 2008


Author: stingray

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

Modified Files:
	.cvsignore sources 
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


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/cuetools/F-9/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	4 Apr 2008 15:43:15 -0000	1.1
+++ .cvsignore	5 May 2008 14:00:07 -0000	1.2
@@ -0,0 +1,2 @@
+cuetools-1.3.1-svn305-fixes.patch.bz2
+cuetools-1.3.1.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/cuetools/F-9/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	4 Apr 2008 15:43:15 -0000	1.1
+++ sources	5 May 2008 14:00:07 -0000	1.2
@@ -0,0 +1,2 @@
+f8b004765bde1ffdc3dd9504e26f4843  cuetools-1.3.1-svn305-fixes.patch.bz2
+45575f7a1bdc6615599fa6cb49845cca  cuetools-1.3.1.tar.gz




More information about the fedora-extras-commits mailing list