Hello community,

here is the log from the commit of package iwatch for openSUSE:Factory checked 
in at 2015-07-21 13:27:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/iwatch (Old)
 and      /work/SRC/openSUSE:Factory/.iwatch.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "iwatch"

Changes:
--------
--- /work/SRC/openSUSE:Factory/iwatch/iwatch.changes    2011-09-23 
02:03:49.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.iwatch.new/iwatch.changes       2015-07-21 
13:29:07.000000000 +0200
@@ -1,0 +2,14 @@
+Fri Jul 17 14:49:20 UTC 2015 - [email protected]
+
+- Correct dependencies
+
+-------------------------------------------------------------------
+Sun Jul 12 16:16:46 UTC 2015 - [email protected]
+
+- Use url for source
+- Reduce number of rpmlint warnings
+  * summary
+  * do not install /etc/ files as executeable
+- Cleanup spec file with spec-cleaner
+
+-------------------------------------------------------------------

Old:
----
  iwatch-0.2.2.tar.bz2

New:
----
  iwatch-0.2.2.tgz

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

Other differences:
------------------
++++++ iwatch.spec ++++++
--- /var/tmp/diff_new_pack.41iYU2/_old  2015-07-21 13:29:07.000000000 +0200
+++ /var/tmp/diff_new_pack.41iYU2/_new  2015-07-21 13:29:07.000000000 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package iwatch (Version 0.2.2)
+# spec file for package iwatch
 #
-# Copyright (c) 2010 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,18 +15,20 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:           iwatch
-Summary:        iWatch is a realtime filesystem monitoring program.
 Version:        0.2.2
-Release:        1
+Release:        0
+Summary:        Realtime filesystem monitoring program
 License:        GPL-2.0+
 Group:          Productivity/Security
-Requires:       perl-Linux-Inotify2 perl-Event perl-Mail-Sendmail 
perl-XML-LibXML perl-XML-SimpleObject-LibXML
 Url:            http://iwatch.sourceforge.net
-Source0:        %{name}-%{version}.tar.bz2
+Source0:        
http://sourceforge.net/projects/iwatch/files/iwatch/%{version}/iwatch-%{version}.tgz
+Requires:       perl-Event
+Requires:       perl-Linux-Inotify2
+Requires:       perl-Mail-Sendmail
+Requires:       perl-XML-LibXML
+Requires:       perl-XML-SimpleObject-LibXML
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildArch:      noarch
 
@@ -64,20 +66,17 @@
 %build
 
 %install
-install -d %buildroot%{_sysconfdir}
-install -p iwatch.xml %buildroot%{_sysconfdir}/iwatch.xml
-install -p iwatch.dtd %buildroot%{_sysconfdir}/iwatch.dtd
-install -d %buildroot%{_bindir}
-install -p iwatch %buildroot%{_bindir}/iwatch
-
-%clean
-rm -rf $RPM_BUILD_ROOT
+install -d %{buildroot}%{_sysconfdir}
+install -p iwatch.xml %{buildroot}%{_sysconfdir}/iwatch.xml
+install -p iwatch.dtd %{buildroot}%{_sysconfdir}/iwatch.dtd
+install -d %{buildroot}%{_bindir}
+install -p iwatch %{buildroot}%{_bindir}/iwatch
 
 %files
 %defattr(-,root,root)
 %doc AUTHORS ChangeLog COPYING README iwatch.xml.example
-%{_sysconfdir}/iwatch.xml
-%{_sysconfdir}/iwatch.dtd
+%attr(0644,root,root) %config %{_sysconfdir}/iwatch.xml
+%attr(0644,root,root) %config %{_sysconfdir}/iwatch.dtd
 %{_bindir}/iwatch
 
 %changelog


Reply via email to