commit idep for openSUSE:Factory

2020-03-17 Thread root
Hello community,

here is the log from the commit of package idep for openSUSE:Factory checked in 
at 2020-03-17 13:11:43

Comparing /work/SRC/openSUSE:Factory/idep (Old)
 and  /work/SRC/openSUSE:Factory/.idep.new.3160 (New)


Package is "idep"

Tue Mar 17 13:11:43 2020 rev:20 rq:785857 version:0.5

Changes:

--- /work/SRC/openSUSE:Factory/idep/idep.changes2015-05-06 
11:19:27.0 +0200
+++ /work/SRC/openSUSE:Factory/.idep.new.3160/idep.changes  2020-03-17 
13:11:51.137877608 +0100
@@ -1,0 +2,6 @@
+Tue Mar 17 09:24:55 UTC 2020 - Martin Pluskal 
+
+- Modernise spec file
+- Actually build in build phase
+
+---



Other differences:
--
++ idep.spec ++
--- /var/tmp/diff_new_pack.DQIX8V/_old  2020-03-17 13:11:53.777879635 +0100
+++ /var/tmp/diff_new_pack.DQIX8V/_new  2020-03-17 13:11:53.813879663 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package idep
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -20,9 +20,9 @@
 Version:0.5
 Release:0
 Summary:Track the Dependencies in your C or C++ Code
-License:GPL-2.0+
+License:GPL-2.0-or-later
 Group:  Development/Languages/C and C++
-Url:http://www.stolk.org
+URL:https://www.stolk.org
 Source: %{name}-%{version}.tar.bz2
 Patch0: %{name}-%{version}-configure.diff
 Patch1: idep-C_headers.patch
@@ -33,7 +33,6 @@
 BuildRequires:  automake
 BuildRequires:  gcc-c++
 BuildRequires:  libtool
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 Idep can be used for checking the dependencies of C++ include files. It
@@ -48,23 +47,17 @@
 - Detects inclusions that could be pruned
 
 %prep
-%setup -q
-%patch0
-%patch1
-%patch2
-%patch3
-%patch4
-rm -f NEWS
+%autosetup -p0
 
 %build
-autoreconf -fi
+autoreconf -fiv
 %configure
+%make_build
 
 %install
-make DESTDIR=%{buildroot} install %{?_smp_mflags}
+%make_install
 
 %files
-%defattr(-, root, root)
 %doc AUTHORS ChangeLog README
 %{_bindir}/idep
 




commit idep for openSUSE:Factory

2015-05-06 Thread h_root
Hello community,

here is the log from the commit of package idep for openSUSE:Factory checked in 
at 2015-05-06 11:19:26

Comparing /work/SRC/openSUSE:Factory/idep (Old)
 and  /work/SRC/openSUSE:Factory/.idep.new (New)


Package is idep

Changes:

--- /work/SRC/openSUSE:Factory/idep/idep.changes2011-10-18 
14:15:32.0 +0200
+++ /work/SRC/openSUSE:Factory/.idep.new/idep.changes   2015-05-06 
11:19:27.0 +0200
@@ -1,0 +2,7 @@
+Tue May  5 15:01:52 UTC 2015 - mplus...@suse.com
+
+- Cleanup spec file with spec-cleaner
+- Update dependencies
+- Use %configure macro
+
+---



Other differences:
--
++ idep.spec ++
--- /var/tmp/diff_new_pack.Zm6PL5/_old  2015-05-06 11:19:27.0 +0200
+++ /var/tmp/diff_new_pack.Zm6PL5/_new  2015-05-06 11:19:27.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package idep
 #
-# Copyright (c) 2011 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,26 +15,25 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   idep
-BuildRequires:  gcc-c++
-BuildRequires:  libtool
-Summary:Track the Dependencies in your C or C++ Code
 Version:0.5
-Release:140
+Release:0
+Summary:Track the Dependencies in your C or C++ Code
 License:GPL-2.0+
-Url:http://www.stolk.org
 Group:  Development/Languages/C and C++
+Url:http://www.stolk.org
 Source: %{name}-%{version}.tar.bz2
 Patch0: %{name}-%{version}-configure.diff
 Patch1: idep-C_headers.patch
 Patch2: idep-foreign_package.patch
 Patch3: idep-constify_args.patch
 Patch4: idep-call_LT_INIT.patch
+BuildRequires:  autoconf
+BuildRequires:  automake
+BuildRequires:  gcc-c++
+BuildRequires:  libtool
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%define _prefix/usr
 
 %description
 Idep can be used for checking the dependencies of C++ include files. It
@@ -48,12 +47,6 @@
 
 - Detects inclusions that could be pruned
 
-
-
-Authors:
-
-Bram Stolk (b.st...@chello.nl)
-
 %prep
 %setup -q
 %patch0
@@ -65,14 +58,10 @@
 
 %build
 autoreconf -fi
-export CXXFLAGS=$RPM_OPT_FLAGS -W -Wall
-./configure --prefix=%{_prefix} --mandir=%{_mandir} --infodir=%{_infodir}
+%configure
 
 %install
-make DESTDIR=%{buildroot} install
-
-%clean
-rm -rf %{buildroot}
+make DESTDIR=%{buildroot} install %{?_smp_mflags}
 
 %files
 %defattr(-, root, root)




commit idep for openSUSE:Factory

2011-12-06 Thread h_root
Hello community,

here is the log from the commit of package idep for openSUSE:Factory checked in 
at 2011-12-06 18:19:05

Comparing /work/SRC/openSUSE:Factory/idep (Old)
 and  /work/SRC/openSUSE:Factory/.idep.new (New)


Package is idep, Maintainer is p...@suse.com

Changes:




Other differences:
--
++ idep.spec ++
--- /var/tmp/diff_new_pack.epjjCK/_old  2011-12-06 18:33:26.0 +0100
+++ /var/tmp/diff_new_pack.epjjCK/_new  2011-12-06 18:33:26.0 +0100
@@ -24,7 +24,7 @@
 Summary:Track the Dependencies in your C or C++ Code
 Version:0.5
 Release:140
-License:GPL v2 or later
+License:GPL-2.0+
 Url:http://www.stolk.org
 Group:  Development/Languages/C and C++
 Source: %{name}-%{version}.tar.bz2

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



commit idep for openSUSE:Factory

2011-10-18 Thread h_root

Hello community,

here is the log from the commit of package idep for openSUSE:Factory
checked in at Tue Oct 18 14:10:41 CEST 2011.




--- openSUSE:Factory/idep/idep.changes  2011-09-23 02:03:22.0 +0200
+++ /mounts/work_src_done/STABLE/idep/idep.changes  2011-10-15 
06:52:21.0 +0200
@@ -1,0 +2,5 @@
+Sat Oct 15 04:47:13 UTC 2011 - co...@suse.com
+
+- add libtool as buildrequire to make the spec file more reliable
+
+---

calling whatdependson for head-i586




Other differences:
--
++ idep.spec ++
--- /var/tmp/diff_new_pack.VS1Bfq/_old  2011-10-18 14:10:37.0 +0200
+++ /var/tmp/diff_new_pack.VS1Bfq/_new  2011-10-18 14:10:37.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package idep (Version 0.5)
+# spec file for package idep
 #
-# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 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
@@ -20,6 +20,7 @@
 
 Name:   idep
 BuildRequires:  gcc-c++
+BuildRequires:  libtool
 Summary:Track the Dependencies in your C or C++ Code
 Version:0.5
 Release:140

continue with q...



Remember to have fun...

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