Hello community,

here is the log from the commit of package t-prot for openSUSE:Factory checked 
in at 2014-02-28 16:22:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/t-prot (Old)
 and      /work/SRC/openSUSE:Factory/.t-prot.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "t-prot"

Changes:
--------
--- /work/SRC/openSUSE:Factory/t-prot/t-prot.changes    2014-01-23 
15:57:04.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.t-prot.new/t-prot.changes       2014-02-28 
16:22:53.000000000 +0100
@@ -1,0 +2,5 @@
+Wed Feb 26 10:48:13 UTC 2014 - [email protected]
+
+- fix requires and install section
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ t-prot.spec ++++++
--- /var/tmp/diff_new_pack.HLibq9/_old  2014-02-28 16:22:54.000000000 +0100
+++ /var/tmp/diff_new_pack.HLibq9/_new  2014-02-28 16:22:54.000000000 +0100
@@ -25,13 +25,12 @@
 Url:            http://www.escape.de/users/tolot/mutt/
 Source:         %{name}-%{version}.tar.bz2
 Source1:        muttrc.t-prot
-Requires:       perl-Getopt-Mixed
-Requires:       perl-gettext
+Requires:       perl(Getopt::Long)
+Requires:       perl(Locale::gettext)
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildArch:      noarch
-BuildRequires:  perl-Getopt-Mixed
-BuildRequires:  perl-gettext
-%define _prefix  /usr
+BuildRequires:  perl(Getopt::Long)
+BuildRequires:  perl(Locale::gettext)
 
 %description
 t-prot detects and, when demanded, hides annoying parts in rfc822
@@ -47,12 +46,6 @@
 newsreader quote everything of the previous message and just add some
 text at the top.
 
-
-
-Authors:
---------
-    Jochen Striepe <[email protected]>
-
 %prep
 %setup -q
 cp %{SOURCE1} .
@@ -61,16 +54,13 @@
 sed -e "s#@docdir@#%{_defaultdocdir}/%{name}#g" t-prot.1 > x && mv x t-prot.1
 
 %install
-install -d %{buildroot}%{_prefix}/bin
-install -d %{buildroot}%{_defaultdocdir}/%{name}
-install -d %{buildroot}%{_mandir}/man1
-install -m 755 t-prot %{buildroot}%{_prefix}/bin/t-prot
-install -m 644 t-prot.1 %{buildroot}/%{_mandir}/man1/t-prot.1
+install -D -m 755 t-prot %{buildroot}%{_bindir}/t-prot
+install -D -m 644 t-prot.1 %{buildroot}/%{_mandir}/man1/t-prot.1
 
 %files
 %defattr(-,root,root)
 %doc ChangeLog README TODO muttrc.t-prot
-%{_prefix}/bin/t-prot
+%{_bindir}/t-prot
 %{_mandir}/man1/t-prot.1.gz
 
 %changelog

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

Reply via email to