Hello community,

here is the log from the commit of package id3v2 for openSUSE:Factory checked 
in at 2017-12-08 12:59:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/id3v2 (Old)
 and      /work/SRC/openSUSE:Factory/.id3v2.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "id3v2"

Fri Dec  8 12:59:22 2017 rev:19 rq:554800 version:0.1.12

Changes:
--------
--- /work/SRC/openSUSE:Factory/id3v2/id3v2.changes      2012-10-27 
13:23:19.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.id3v2.new/id3v2.changes 2017-12-08 
12:59:22.649374113 +0100
@@ -1,0 +2,6 @@
+Wed Dec  6 12:38:18 UTC 2017 - mplus...@suse.com
+
+- Cleanup with spec-clener
+- Use url for source
+
+-------------------------------------------------------------------

Old:
----
  id3v2-0.1.12.tar.bz2

New:
----
  id3v2-0.1.12.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ id3v2.spec ++++++
--- /var/tmp/diff_new_pack.7cfEgp/_old  2017-12-08 12:59:23.401346955 +0100
+++ /var/tmp/diff_new_pack.7cfEgp/_new  2017-12-08 12:59:23.401346955 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package id3v2
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,28 +17,24 @@
 
 
 Name:           id3v2
-BuildRequires:  gcc-c++
-BuildRequires:  groff
-BuildRequires:  id3lib-devel
-Url:            http://id3v2.sourceforge.net/
 Version:        0.1.12
 Release:        0
 Summary:        A Command Line Editor for ID3 V2 tags
 License:        LGPL-2.1+
 Group:          Productivity/Multimedia/Sound/Utilities
-Source0:        %{name}-%{version}.tar.bz2
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+Url:            http://id3v2.sourceforge.net/
+Source0:        
https://sourceforge.net/projects/id3v2/files/id3v2/%{version}/id3v2-%{version}.tar.gz
 Patch0:         id3v2-0.1.11.diff
 Patch1:         %{name}-%{version}-bogus-linkage.patch
+BuildRequires:  gcc-c++
+BuildRequires:  groff
+BuildRequires:  id3lib-devel
 
 %description
-ID3 tags are found in MP3 files. They can store information about what
-band recorded the song, the song name, and more.
-ID3-V1 tags are seriously deficient as to the kind of and length of
-information that they can store. This is a tool for editing ID3-V2 tags
-in Linux.
-
-
+ID3 tags are found in MP3 files. They can store information about what band
+recorded the song, the song name, and more. ID3-V1 tags are seriously
+deficient as to the kind of and length of information that they can store.
+This is a tool for editing ID3-V2 tags in Linux.
 
 %prep
 %setup -q
@@ -47,22 +43,19 @@
 
 %build
 rm -f id3v2 create_map core *.o
-export CXXFLAGS="%optflags"
+export CXXFLAGS="%{optflags}"
 export LDFLAGS="-L%{_libdir}"
-make
+make %{?_smp_mflags}
 
 %install
-install -D id3v2 $RPM_BUILD_ROOT%_bindir/id3v2
-mkdir -p $RPM_BUILD_ROOT%_mandir/man1
-nroff -man id3v2.1 > $RPM_BUILD_ROOT%_mandir/man1/id3v2.1
-
-%clean
-rm -rf $RPM_BUILD_ROOT
+install -Dp id3v2 \
+       %{buildroot}%{_bindir}/id3v2
+mkdir -p %{buildroot}%{_mandir}/man1
+nroff -man id3v2.1 > %{buildroot}%{_mandir}/man1/id3v2.1
 
 %files
-%defattr(-,root,root)
-%doc README COPYING INSTALL
-%_bindir/id3v2
-%_mandir/man1/id3v2.1.gz
+%doc README COPYING
+%{_bindir}/id3v2
+%{_mandir}/man1/id3v2.1%{ext_man}
 
 %changelog


Reply via email to