Hello community, here is the log from the commit of package udftools for openSUSE:Factory checked in at 2014-11-10 17:28:37 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/udftools (Old) and /work/SRC/openSUSE:Factory/.udftools.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "udftools" Changes: -------- --- /work/SRC/openSUSE:Factory/udftools/udftools.changes 2011-12-30 08:46:35.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.udftools.new/udftools.changes 2014-11-10 17:28:50.000000000 +0100 @@ -1,0 +2,7 @@ +Fri Nov 7 13:59:43 UTC 2014 - [email protected] + +- Add license +- Clean up spec file +- Remove static library + +------------------------------------------------------------------- Old: ---- udftools-1.0.0b3.tar.bz2 New: ---- gpl-3.0.txt udftools-1.0.0b3.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ udftools.spec ++++++ --- /var/tmp/diff_new_pack.7lOmFr/_old 2014-11-10 17:28:52.000000000 +0100 +++ /var/tmp/diff_new_pack.7lOmFr/_new 2014-11-10 17:28:52.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package udftools # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 SUSE LINUX Products 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,19 +15,18 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + Name: udftools -BuildRequires: libtool -BuildRequires: readline-devel -Provides: udf -Obsoletes: udf Version: 1.0.0b3 Release: 0 Summary: UDF filesystem tools License: GPL-2.0+ Group: System/Filesystems -Source: %name-%{version}.tar.bz2 +Url: http://linux-udf.sourceforge.net/ +Source: http://downloads.sourceforge.net/project/linux-udf/%{name}/%{version}/%{name}-%{version}.tar.gz Source1: http://www.kernel.org/pub/linux/kernel/people/axboe/tools/cdmrw.c -Patch: %name-%{version}.dif +Source3: http://www.gnu.org/licenses/gpl-3.0.txt +Patch0: %{name}-%{version}.dif Patch1: udftools-1.0.0b3-pktsetup-chardev.patch Patch2: udftools-gcc4.patch Patch3: udftools-include.patch @@ -35,24 +34,20 @@ Patch5: udftools-HZ.patch Patch6: udftools-open.patch Patch7: udftools-wrong-memset.patch -Url: http://linux-udf.sourceforge.net/ +BuildRequires: libtool +BuildRequires: readline-devel +Provides: udf = %{version} +Obsoletes: udf < %{version} BuildRoot: %{_tmppath}/%{name}-%{version}-build %description These are tools for UDF file systems as used, e.g., on DVD-ROMs. - - -Authors: --------- - Ben Fennema <[email protected]> - Jens Axboe <[email protected]> - Paul Thompson <[email protected]> - %prep %setup -q -cp -a %{S:1} . -%patch +cp -a %{SOURCE1} . +cp %{SOURCE3} LICENSE.GPL-3.0 +%patch0 %patch1 -p1 %patch2 %patch3 @@ -62,28 +57,22 @@ %patch7 -p1 %build -%__cc $RPM_OPT_FLAGS cdmrw.c -o cdmrw -autoreconf --force --install -export CFLAGS="$RPM_OPT_FLAGS" -%configure \ - --prefix=%_prefix \ - --mandir=%{_mandir} \ - --libdir=%_libdir -make +cc %{optflags} cdmrw.c -o cdmrw +autoreconf -fvi +%configure -%install -rm -Rf $RPM_BUILD_ROOT -make DESTDIR=$RPM_BUILD_ROOT install -install cdmrw $RPM_BUILD_ROOT/usr/bin/ +make %{?_smp_mflags} -%clean -rm -Rf $RPM_BUILD_ROOT +%install +%make_install %{?_smp_mflags} +install cdmrw %{buildroot}%{_bindir}/ +rm %{buildroot}%{_libdir}/libudffs.a +rm %{buildroot}%{_libdir}/libudffs.la %files %defattr(-,root,root) -%doc ChangeLog AUTHORS README -%_libdir/libudffs.* -/usr/bin/* +%doc ChangeLog AUTHORS README LICENSE.GPL-3.0 +%{_bindir}/* %{_mandir}/man1/*.1.gz %{_mandir}/man8/*.8.gz ++++++ gpl-3.0.txt ++++++ ++++ 674 lines (skipped) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
