Hello community,

here is the log from the commit of package gramofile for openSUSE:Factory 
checked in at 2015-09-30 05:52:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gramofile (Old)
 and      /work/SRC/openSUSE:Factory/.gramofile.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gramofile"

Changes:
--------
--- /work/SRC/openSUSE:Factory/gramofile/gramofile.changes      2012-05-03 
10:56:56.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.gramofile.new/gramofile.changes 2015-09-30 
05:52:31.000000000 +0200
@@ -1,0 +2,6 @@
+Fri Sep 25 16:46:26 UTC 2015 - [email protected]
+
+- Use url for source
+- Cleanup spec file with spec-cleaner
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ gramofile.spec ++++++
--- /var/tmp/diff_new_pack.KIqRtZ/_old  2015-09-30 05:52:32.000000000 +0200
+++ /var/tmp/diff_new_pack.KIqRtZ/_new  2015-09-30 05:52:32.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package gramofile
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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,15 +17,14 @@
 
 
 Name:           gramofile
-BuildRequires:  ncurses-devel
-#BuildRequires:  fftw3-devel
-Url:            http://www.opensourcepartners.nl/~costar/gramofile/
 Version:        1.6
 Release:        0
 Summary:        Digitize Audio Records
 License:        GPL-2.0+
 Group:          Productivity/Multimedia/Sound/Editors and Convertors
-Source0:        gramofile-%{version}.tar.gz
+#BuildRequires:  fftw3-devel
+Url:            http://www.opensourcepartners.nl/~costar/gramofile/
+Source0:        
http://www.opensourcepartners.nl/~costar/gramofile/gramofile-%{version}.tar.gz
 Source1:        gramofile.1
 Patch1:         gramofile-1.6-makefiles.dif
 Patch2:         gramofile-codecleanup.dif
@@ -42,7 +41,7 @@
 Patch13:        70-endian-fixes.dpatch
 Patch14:        80_fix_wav_length.dpatch
 Patch15:        91_rename_cdrecord_wodim.dpatch
-
+BuildRequires:  ncurses-devel
 Provides:       gramofil = %{version}-%{release}
 Obsoletes:      gramofil < %{version}
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
@@ -54,12 +53,6 @@
 saved in WAV format, making it easy to record on CD with programs like
 cdrecord or xcdroast.
 
-
-
-Authors:
---------
-    J.A. Bezemer <[email protected]>
-
 %prep
 %setup -q
 %patch1 -p1
@@ -80,20 +73,17 @@
 %patch15
 
 %build
-%{__make} %{?_smp_mflags} CC="%__cc"
+make %{?_smp_mflags} CC="gcc"
 
 %install
-make CC="%__cc" DESTDIR=%{buildroot} docdir=%{_docdir}/%{name} install
+make CC="gcc" DESTDIR=%{buildroot} docdir=%{_docdir}/%{name} install
 install -Dm644 %{SOURCE1} %{buildroot}%{_mandir}/man1/gramofile.1
 
-%clean
-rm -rf %{buildroot}
-
 %files
 %defattr(-,root,root)
-/usr/bin/bplay_gramo
-/usr/bin/brec_gramo
-/usr/bin/gramofile
+%{_bindir}/bplay_gramo
+%{_bindir}/brec_gramo
+%{_bindir}/gramofile
 %{_mandir}/man1/gramofile.1*
 %dir %{_docdir}/%{name}
 %{_docdir}/%{name}/ChangeLog


Reply via email to