Hello community,

here is the log from the commit of package checkinstall for openSUSE:Factory 
checked in at 2012-04-17 07:44:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/checkinstall (Old)
 and      /work/SRC/openSUSE:Factory/.checkinstall.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "checkinstall", Maintainer is "p...@suse.com"

Changes:
--------
--- /work/SRC/openSUSE:Factory/checkinstall/checkinstall.changes        
2011-10-06 14:59:07.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.checkinstall.new/checkinstall.changes   
2012-04-17 07:44:23.000000000 +0200
@@ -1,0 +2,14 @@
+Sun Apr  1 10:01:32 UTC 2012 - lazy.k...@opensuse.org
+
+- Split off language package.
+- Correct "translations" patch:
+  * no locale renamed to nb.
+  * ru.po: /charset=KOI8-R/charset=UTF-8/.
+- Correct "destdir" patch:
+  * don't strip while installig installwatch.so.
+- Install man pages from Debian project.
+- Install docs.
+- Use full URL as a source.
+- Cosmetic changes in spec.
+
+-------------------------------------------------------------------

Old:
----
  checkinstall-1.6.2.tar.bz2

New:
----
  checkinstall-1.6.2.tar.gz
  checkinstall.8.gz
  installwatch.1.gz

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

Other differences:
------------------
++++++ checkinstall.spec ++++++
--- /var/tmp/diff_new_pack.ozwDbJ/_old  2012-04-17 07:44:25.000000000 +0200
+++ /var/tmp/diff_new_pack.ozwDbJ/_new  2012-04-17 07:44:25.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package checkinstall
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 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
@@ -16,17 +16,18 @@
 #
 
 
-
 Name:           checkinstall
-Summary:        "make install" Installation Tracker
 Version:        1.6.2
-Release:        11
+Release:        0
+Summary:        "make install" Installation Tracker
 License:        GPL-2.0+
 Group:          Development/Tools/Building
 Url:            http://asic-linux.com.mx/~izto/checkinstall/
-Source:         checkinstall-%{version}.tar.bz2
+Source0:        
http://asic-linux.com.mx/~izto/checkinstall/files/source/checkinstall-1.6.2.tar.gz
 Source1:        checkinstall.in
 Source2:        checkinstallrc-dist.in
+Source3:        checkinstall.8.gz
+Source4:        installwatch.1.gz
 Patch0:         checkinstall-glibc_bug.patch
 Patch2:         checkinstall-destdir.patch
 Patch3:         checkinstall-makefile_cleanup.patch
@@ -38,6 +39,7 @@
 Patch20:        checkinstall-ldflags.patch
 Patch21:        checkinstall-set_buildroot.patch
 Provides:       installwatch
+Recommends:     %{name}-lang
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -48,6 +50,8 @@
 all files later with rpm -e package or to install the package on
 another system.
 
+%lang_package
+
 %prep                                                                          
 %setup -q
 %patch0
@@ -61,31 +65,36 @@
 %patch20 -p1
 %patch21
 
-cp %{S:1} %{S:2} ./
+cp %{SOURCE1} %{SOURCE2} ./
 rm -f checkinstall checkinstallrc-dist
-rename -- -no -nb locale/*.po
 
 %build
 # 1. Must pass -m32/-m64 to linker to choose correct output format.
 # 2. ld does not accept -mXX, only gcc. (=> LD=gcc)
 # 3. Because installwatch uses _init as a symbol, must use -nostdlib
-make CFLAGS="%{optflags}" LD="%__cc" CC="%__cc" LDFLAGS="%optflags -nostdlib" 
%{?_smp_mflags}
+make CFLAGS="%{optflags}" LD="%__cc" CC="%__cc" LDFLAGS="%{optflags} 
-nostdlib" %{?_smp_mflags}
 
 %install
-make CFLAGS="%{optflags}" LD="%__cc" CC="%__cc" LDFLAGS="%optflags -nostdlib" \
-   DESTDIR=%{buildroot} PREFIX=%{_prefix} LIBDIR=%{_prefix}/%_lib install
+make CFLAGS="%{optflags}" LD="%__cc" CC="%__cc" LDFLAGS="%{optflags} 
-nostdlib" \
+   DESTDIR=%{buildroot} PREFIX=%{_prefix} LIBDIR=%{_libdir} install
+
+# Install man pages.
+install -Dm 0644 %{SOURCE3} %{buildroot}%{_mandir}/man8/checkinstall.8.gz
+install -Dm 0644 %{SOURCE4} %{buildroot}%{_mandir}/man1/installwatch.1.gz
+
 %{find_lang} %{name}
 
-%files -f %{name}.lang
+%files
 %defattr(-,root,root)
-%attr(644,root,root) %config /etc/checkinstallrc
-/etc/checkinstallrc-dist
-/usr/bin/installwatch
+%doc BUGS COPYING CREDITS FAQ README RELNOTES TODO
+%{_bindir}/installwatch
 %{_libdir}/installwatch.so
-%attr(555,root,root) /usr/sbin/checkinstall
-/usr/sbin/makepak
-%docdir /usr/share/doc/packages/checkinstall
-/usr/share/locale/es/LC_MESSAGES/checkinstall.mo
-%doc 
+%doc %{_mandir}/man?/*
+%{_sbindir}/makepak
+%{_sbindir}/checkinstall
+%attr(644,root,root) %config(noreplace) %{_sysconfdir}/checkinstallrc
+%config %{_sysconfdir}/checkinstallrc-dist
+
+%files lang -f %{name}.lang
 
 %changelog

++++++ checkinstall-destdir.patch ++++++
--- /var/tmp/diff_new_pack.ozwDbJ/_old  2012-04-17 07:44:25.000000000 +0200
+++ /var/tmp/diff_new_pack.ozwDbJ/_new  2012-04-17 07:44:25.000000000 +0200
@@ -1,7 +1,7 @@
 Index: Makefile
 ===================================================================
---- Makefile.orig      2009-06-06 22:41:12.000000000 +0200
-+++ Makefile   2009-12-07 15:00:06.998174340 +0100
+--- Makefile.orig
++++ Makefile
 @@ -1,6 +1,7 @@
  # $Id: Makefile,v 1.6.2.1 2008/11/09 07:48:18 izto Exp $
  
@@ -50,8 +50,8 @@
                echo ======================================================== ;\
 Index: installwatch/Makefile
 ===================================================================
---- installwatch/Makefile.orig 2009-06-06 22:41:12.000000000 +0200
-+++ installwatch/Makefile      2009-12-07 15:02:49.622561338 +0100
+--- installwatch/Makefile.orig
++++ installwatch/Makefile
 @@ -5,6 +5,7 @@
  # Make sure the directory you specify exists.
  
@@ -74,7 +74,7 @@
 +              rm -f  $(DESTDIR)$(LIBDIR)/installwatch.so; \
        fi
 -      install installwatch.so $(LIBDIR)
-+      install -s installwatch.so $(DESTDIR)$(LIBDIR)
++      install installwatch.so $(DESTDIR)$(LIBDIR)
        
 -      sed -e "s|#PREFIX#|$(PREFIX)|" < installwatch > $(BINDIR)/installwatch
 -      chmod 755 $(BINDIR)/installwatch

++++++ checkinstall-translations.patch.bz2 ++++++
++++ 1553 lines (skipped)
++++ between 
/work/SRC/openSUSE:Factory/checkinstall/checkinstall-translations.patch.bz2
++++ and 
/work/SRC/openSUSE:Factory/.checkinstall.new/checkinstall-translations.patch.bz2

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to