Hello community,

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

Package is "ledmon"

Changes:
--------
--- /work/SRC/openSUSE:Factory/ledmon/ledmon.changes    2015-03-05 
18:17:17.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.ledmon.new/ledmon.changes       2015-04-25 
11:23:24.000000000 +0200
@@ -1,0 +2,6 @@
+Mon Apr 20 16:56:01 UTC 2015 - [email protected]
+
+- Use url for source
+- Cleanupt spec file with spec-cleaner
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ ledmon.spec ++++++
--- /var/tmp/diff_new_pack.QdSz1z/_old  2015-04-25 11:23:24.000000000 +0200
+++ /var/tmp/diff_new_pack.QdSz1z/_new  2015-04-25 11:23:24.000000000 +0200
@@ -17,46 +17,33 @@
 
 
 Name:           ledmon
-Url:            http://sourceforge.net/projects/ledmon/
 Version:        0.79
 Release:        0
-#Release:        0.<RELEASE5>
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Summary:        Enclosure LED Utilities
 License:        GPL-2.0
 Group:          Hardware/Other
-Source0:        %{name}-%{version}.tar.gz
+Url:            http://sourceforge.net/projects/ledmon/
+Source0:        
http://sourceforge.net/projects/ledmon/files/ledmon-%{version}/%{name}-%{version}.tar.gz
 Patch0:         Makefile-error-dependency.patch
-#BuildRequires:  smp_utils
-#BuildRequires:  sg3_utils-devel
 BuildRequires:  libsgutils-devel
-#Requires:       sg3_utils
 Provides:       sgpio:/sbin/ledmon
-Provides:       sgpio:/{%_bindir}/ledctl
+Provides:       sgpio:/{%{_bindir}}/ledctl
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 The ledctl application and ledmon daemon are part of Intel(R) LED
 ControlUtilities. They help to enable LED management for software RAID
 solutions.
 
-
-
-Authors:
---------
-    [email protected]
-
 %prep
 %setup -q
 %patch0 -p1
 
 %build
-make CFLAGS="$RPM_OPT_FLAGS"
+make %{?_smp_mflags} CFLAGS="%{optflags}"
 
 %install
-DESTDIR=$RPM_BUILD_ROOT make install
-
-%clean
-rm -rf "$RPM_BUILD_ROOT"
+make DESTDIR=%{buildroot} install %{?_smp_mflags}
 
 %files
 %defattr(-,root,root)


Reply via email to