Hello community,

here is the log from the commit of package xfsprogs for openSUSE:Factory 
checked in at 2015-03-23 12:15:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xfsprogs (Old)
 and      /work/SRC/openSUSE:Factory/.xfsprogs.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "xfsprogs"

Changes:
--------
--- /work/SRC/openSUSE:Factory/xfsprogs/xfsprogs.changes        2014-12-16 
14:50:45.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.xfsprogs.new/xfsprogs.changes   2015-03-23 
12:15:33.000000000 +0100
@@ -1,0 +2,13 @@
+Thu Mar 19 13:38:47 UTC 2015 - [email protected]
+
+- Update url
+- Do not use full path for make
+
+-------------------------------------------------------------------
+Thu Mar 19 13:06:46 UTC 2015 - [email protected]
+
+- Use url for source
+- Add gpg signature
+- Cleanup spec-file with spec-clener
+
+-------------------------------------------------------------------

New:
----
  xfsprogs-3.2.2.tar.gz.sig
  xfsprogs.keyring

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

Other differences:
------------------
++++++ xfsprogs.spec ++++++
--- /var/tmp/diff_new_pack.lbWARC/_old  2015-03-23 12:15:34.000000000 +0100
+++ /var/tmp/diff_new_pack.lbWARC/_new  2015-03-23 12:15:34.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package xfsprogs
 #
-# Copyright (c) 2014 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,7 +17,19 @@
 
 
 Name:           xfsprogs
+Version:        3.2.2
+Release:        0
+Summary:        Utilities for managing the XFS file system
+License:        GPL-2.0+
+Group:          System/Filesystems
+Url:            http://xfs.org
+Source0:        
ftp://oss.sgi.com/projects/xfs/cmd_tars/xfsprogs-%{version}.tar.gz
+Source1:        
ftp://oss.sgi.com/projects/xfs/cmd_tars/xfsprogs-%{version}.tar.gz.sig
+Source2:        %{name}.keyring
+Patch0:         xfsprogs-docdir.diff
+Patch1:         xfsprogs-ppc64.diff
 BuildRequires:  readline-devel
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %if 0%{?suse_version} > 0
 %if 0%{?suse_version} < 1100
 BuildRequires:  e2fsprogs-devel
@@ -27,20 +39,10 @@
 %else
 BuildRequires:  libuuid-devel
 %endif
-Version:        3.2.2
-Release:        0
 %if 0%{?suse_version} >= 1010
 # hint for ZYPP
 Supplements:    filesystem(xfs)
 %endif
-Url:            http://oss.sgi.com/projects/xfs/
-Summary:        Utilities for managing the XFS file system
-License:        GPL-2.0+
-Group:          System/Filesystems
-Source0:        xfsprogs-%{version}.tar.gz
-Patch0:         xfsprogs-docdir.diff
-Patch1:         xfsprogs-ppc64.diff
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 A set of commands to use the XFS file system, including mkfs.xfs.
@@ -57,9 +59,9 @@
 IRIX version of XFS.
 
 %package      devel
-Requires:       xfsprogs = %version
 Summary:        XFS Filesystem-specific Static Libraries and Headers
 Group:          Development/Libraries/C and C++
+Requires:       xfsprogs = %{version}
 
 %description devel
 xfsprogs-devel contains the libraries and header files needed to
@@ -79,49 +81,49 @@
 %build
 export OPTIMIZER="-fPIC"
 export DEBUG=-DNDEBUG
-export LIBUUID=/usr/%{_lib}/libuuid.a
+export LIBUUID=%{_libdir}/libuuid.a
 %configure --enable-readline=yes
 make %{?_smp_mflags}
 
 %install
-export DIST_ROOT="$RPM_BUILD_ROOT"
-/usr/bin/make install
-/usr/bin/make install-dev
+export DIST_ROOT=%{buildroot}
+make install
+make install-dev
 # remove devel stuff from /lib
-rm $RPM_BUILD_ROOT/%_lib/libhandle.so
+rm %{buildroot}/%{_lib}/libhandle.so
 # move things to usr
-mv $RPM_BUILD_ROOT/sbin/* $RPM_BUILD_ROOT%{_sbindir}
-mv $RPM_BUILD_ROOT/%_lib/* $RPM_BUILD_ROOT%{_libdir}
+mv %{buildroot}/sbin/* %{buildroot}%{_sbindir}
+mv %{buildroot}/%{_lib}/* %{buildroot}%{_libdir}
 #UsrMerge
-ln -s %{_sbindir}/{fsck.xfs,mkfs.xfs,xfs_repair} $RPM_BUILD_ROOT/sbin
+ln -s %{_sbindir}/{fsck.xfs,mkfs.xfs,xfs_repair} %{buildroot}/sbin
 #EndUserMerge
-pushd $RPM_BUILD_ROOT%_libdir
+pushd %{buildroot}%{_libdir}
        ln -s libhandle.so.[0-9] libhandle.so
 popd
-chmod 755 $RPM_BUILD_ROOT/%_sbindir/fsck.xfs
-%find_lang %name
+chmod 755 %{buildroot}/%{_sbindir}/fsck.xfs
+%find_lang %{name}
 
 %post -p /sbin/ldconfig
 
 %postun -p /sbin/ldconfig
 
-%files -f %name.lang
+%files -f %{name}.lang
 %defattr(-,root,root,755)
 #UsrMerge
 /sbin/*
 #EndUsrMerge
-%_sbindir/*
+%{_sbindir}/*
 # this is only used by xfs cmds, therefore no urgent need for a shlib package
-%_libdir/libhandle.so.*
-%doc /usr/share/man/man[58]/*
-%doc %_defaultdocdir/%name
+%{_libdir}/libhandle.so.*
+%doc %{_mandir}/man[58]/*
+%doc %{_defaultdocdir}/%{name}
 
 %files devel
 %defattr(-,root,root,755)
-%_includedir/xfs
-%_libdir/*.so
-%_libdir/*.a
-%_libdir/*.la
-/usr/share/man/man3/*
+%{_includedir}/xfs
+%{_libdir}/*.so
+%{_libdir}/*.a
+%{_libdir}/*.la
+%{_mandir}/man3/*
 
 %changelog

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to