Hello community,

here is the log from the commit of package makedev for openSUSE:Factory checked 
in at 2015-08-01 11:34:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/makedev (Old)
 and      /work/SRC/openSUSE:Factory/.makedev.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "makedev"

Changes:
--------
--- /work/SRC/openSUSE:Factory/makedev/makedev.changes  2011-09-23 
02:12:35.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.makedev.new/makedev.changes     2015-08-01 
11:34:36.000000000 +0200
@@ -1,0 +2,6 @@
+Sun Jul 12 18:52:45 UTC 2015 - [email protected]
+
+- Cleanup spec file with spec-cleaner
+- Do not use url for source as none is available now
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ makedev.spec ++++++
--- /var/tmp/diff_new_pack.UoVmM4/_old  2015-08-01 11:34:37.000000000 +0200
+++ /var/tmp/diff_new_pack.UoVmM4/_new  2015-08-01 11:34:37.000000000 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package makedev (Version 2.6)
+# spec file for package makedev
 #
-# Copyright (c) 2009 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,22 +15,19 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
-Url:            http://www.lanana.org/docs/device-list/
 
 Name:           makedev
+Version:        2.6
+Release:        0
+Summary:        Script for Creating Device Files in /dev
 License:        GPL-2.0+
 Group:          System/Fhs
-AutoReqProv:    on
-Version:        2.6
-Release:        542
-Source:         
ftp://tsx-11.mit.edu/pub/linux/sources/sbin/MAKEDEV-%{version}.tar.bz2
-Patch:          %{name}-%{version}.diff
+Url:            http://www.lanana.org/docs/device-list/
+Source:         MAKEDEV-%{version}.tar.bz2
+Patch0:         %{name}-%{version}.diff
 Patch1:         %{name}-%{version}-chown.diff
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildArch:      noarch
-Summary:        Script for Creating Device Files in /dev
 
 %description
 This package contains the MAKEDEV script, which makes it easy to create
@@ -39,31 +36,21 @@
 You do not need this script on SUSE Linux, but it is needed for FHS
 2.1.
 
-
-
-Authors:
---------
-    Nick Holloway <[email protected]>
-
 %prep
-%setup -n MAKEDEV-%{version}
-%patch
+%setup -q -n MAKEDEV-%{version}
+%patch0
 %patch1
 
 %build
 
 %install
-[ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT
-mkdir -p $RPM_BUILD_ROOT/sbin
-mkdir -p $RPM_BUILD_ROOT%{_mandir}/man8
-make MANDIR=$RPM_BUILD_ROOT%{_mandir} ROOT=$RPM_BUILD_ROOT install
-
-%clean
-[ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT
+mkdir -p %{buildroot}/sbin
+mkdir -p %{buildroot}%{_mandir}/man8
+make MANDIR=%{buildroot}%{_mandir} ROOT=%{buildroot} install
 
 %files
 %defattr(-,root,root)
 /sbin/MAKEDEV
-%doc %{_mandir}/man8/MAKEDEV.8.gz
+%{_mandir}/man8/MAKEDEV.8.gz
 
 %changelog


Reply via email to