]> git.pld-linux.org Git - packages/cuetools.git/commitdiff
- updated to 1.4.1 master auto/th/cuetools-1.4.1-1
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 27 Feb 2023 21:18:39 +0000 (22:18 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Mon, 27 Feb 2023 21:18:39 +0000 (22:18 +0100)
- removed obsolete flac patch

cuetools-flac.patch [deleted file]
cuetools.spec

diff --git a/cuetools-flac.patch b/cuetools-flac.patch
deleted file mode 100644 (file)
index aaa42bc..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---- cuetools-1.3.1/extras/cuetag.sh.orig       2008-08-31 18:50:09.000000000 +0200
-+++ cuetools-1.3.1/extras/cuetag.sh    2008-08-31 18:51:19.000000000 +0200
-@@ -18,7 +18,7 @@ vorbis()
- {
-       # FLAC tagging
-       # --remove-vc-all overwrites existing comments
--      METAFLAC="metaflac --remove-vc-all --import-vc-from=-"
-+      METAFLAC="metaflac --remove-all-tags --import-tags-from=-"
-       # Ogg Vorbis tagging
-       # -w overwrites existing comments
index 4c89bb8d1ae8ccd37e645b5d99604090f50a445b..e479eb10eed2c0fc0581bf19bd346e00659a7ddd 100644 (file)
@@ -1,14 +1,18 @@
 Summary:       Set of utilities for working with cue files and toc files
 Summary(pl.UTF-8):     Zestaw narzędzi do pracy z plikami cue i toc
 Name:          cuetools
-Version:       1.3.1
+Version:       1.4.1
 Release:       1
-License:       GPL
+License:       GPL v2
 Group:         Applications/Files
-Source0:       http://download.berlios.de/cuetools/%{name}-%{version}.tar.gz
-# Source0-md5: 45575f7a1bdc6615599fa6cb49845cca
-Patch0:                %{name}-flac.patch
-URL:           http://developer.berlios.de/projects/cuetools/
+#Source0Download: https://github.com/svend/cuetools/tags
+Source0:       https://github.com/svend/cuetools/archive/%{version}/%{name}-%{version}.tar.gz
+# Source0-md5: b1f365fc7ab02eff4b58b6a54ecee080
+URL:           https://github.com/svend/cuetools
+BuildRequires: autoconf
+BuildRequires: automake
+BuildRequires: bison
+BuildRequires: flex
 Conflicts:     flac < 1.1.4
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -21,9 +25,12 @@ cuetools to zestaw narzędzi do pracy z plikami cue i toc.
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
 %configure
 %{__make}
 
@@ -33,18 +40,16 @@ rm -rf $RPM_BUILD_ROOT
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
-install -m755 extras/cuetag.sh $RPM_BUILD_ROOT%{_bindir}/cuetag
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc AUTHORS NEWS TODO
+%doc AUTHORS NEWS README.md TODO
 %attr(755,root,root) %{_bindir}/cuebreakpoints
 %attr(755,root,root) %{_bindir}/cueconvert
 %attr(755,root,root) %{_bindir}/cueprint
-%attr(755,root,root) %{_bindir}/cuetag
+%attr(755,root,root) %{_bindir}/cuetag.sh
 %{_mandir}/man1/cuebreakpoints.1*
 %{_mandir}/man1/cueconvert.1*
 %{_mandir}/man1/cueprint.1*
This page took 0.205467 seconds and 4 git commands to generate.