Hello community,

here is the log from the commit of package calamaris for openSUSE:Factory 
checked in at 2015-04-27 22:08:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/calamaris (Old)
 and      /work/SRC/openSUSE:Factory/.calamaris.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "calamaris"

Changes:
--------
--- /work/SRC/openSUSE:Factory/calamaris/calamaris.changes      2011-09-23 
01:53:09.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.calamaris.new/calamaris.changes 2015-04-27 
22:09:16.000000000 +0200
@@ -1,0 +2,7 @@
+Mon Apr 27 10:55:51 UTC 2015 - [email protected]
+
+- Update download url
+- Clenup spec file with spec-cleaner
+- Build as noarch
+
+-------------------------------------------------------------------

Old:
----
  calamaris-2.59.tar.bz2

New:
----
  calamaris-2.59.tar.gz

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

Other differences:
------------------
++++++ calamaris.spec ++++++
--- /var/tmp/diff_new_pack.VoscQf/_old  2015-04-27 22:09:17.000000000 +0200
+++ /var/tmp/diff_new_pack.VoscQf/_new  2015-04-27 22:09:17.000000000 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package calamaris (Version 2.59)
+# spec file for package calamaris
 #
-# Copyright (c) 2008 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
@@ -15,51 +15,37 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:           calamaris
-Provides:       calamari
-Obsoletes:      calamari
-License:        GPL-2.0+
-Url:            http://calamaris.cord.de
-Group:          Productivity/Networking/Web/Utilities
-AutoReqProv:    on
 Version:        2.59
-Release:        137
+Release:        0
 Summary:        A Report Generator
-Source:         http://calamaris.cord.de/%{name}-%{version}.tar.bz2
+License:        GPL-2.0+
+Group:          Productivity/Networking/Web/Utilities
+Url:            http://calamaris.cord.de
+Source:         http://cord.de/%{name}-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+BuildArch:      noarch
 
 %description
 Calamaris parses log files from Squid V1.1.x, V1.2.x, V2.x, and
 NetCache in native log format and generates a report. It is written in
 Perl 5.
 
-
-
-Authors:
---------
-    Cord Beermann <[email protected]>
-
 %prep
-%setup -n %{name}-%{version}
+%setup -q
 
 %build
 
 %install
-rm -rf $RPM_BUILD_ROOT
-mkdir  -p $RPM_BUILD_ROOT/usr/bin $RPM_BUILD_ROOT/%{_mandir}/man1
-install -m 755 calamaris $RPM_BUILD_ROOT/usr/bin
-install -m 644 calamaris.1 $RPM_BUILD_ROOT/%{_mandir}/man1
-
-%clean
-rm -rf "$RPM_BUILD_ROOT" 
+mkdir  -p %{buildroot}%{_bindir} %{buildroot}/%{_mandir}/man1
+install -m 755 calamaris %{buildroot}%{_prefix}/bin
+install -m 644 calamaris.1 %{buildroot}/%{_mandir}/man1
 
 %files
 %defattr(-,root,root)
 %doc CHANGES COPYRIGHT EXAMPLES README
-%doc %{_mandir}/man1/calamaris.1.gz
-/usr/bin/calamaris
+%{_mandir}/man1/calamaris.1.gz
+%{_bindir}/calamaris
 
 %changelog


Reply via email to