Hello community,

here is the log from the commit of package qprint for openSUSE:Factory checked 
in at 2013-01-07 17:37:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/qprint (Old)
 and      /work/SRC/openSUSE:Factory/.qprint.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "qprint", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/qprint/qprint.changes    2011-09-23 
12:43:44.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.qprint.new/qprint.changes       2013-01-07 
17:37:54.000000000 +0100
@@ -1,0 +2,6 @@
+Sat Jan  5 11:00:08 UTC 2013 - joop.boo...@opensuse.org
+
+- Corrected the links now links to the site of the original author
+- Fixed the spec file so the package also builds for Mandriva
+
+-------------------------------------------------------------------

Old:
----
  qprint_1.0.dfsg.2.orig.tar.gz

New:
----
  qprint-1.0.tar.gz

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

Other differences:
------------------
++++++ qprint.spec ++++++
--- /var/tmp/diff_new_pack.9DEHAl/_old  2013-01-07 17:37:55.000000000 +0100
+++ /var/tmp/diff_new_pack.9DEHAl/_new  2013-01-07 17:37:55.000000000 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package qprint (Version 1.0)
+# spec file for package qprint
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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,43 +15,35 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:           qprint
+Version:        1.0
+Release:        0
+Summary:        Command line utility which encodes and decodes files in this 
format
 License:        SUSE-Public-Domain
 Group:          Productivity/Security
-AutoReqProv:    on
-Summary:        qprint
-Version:        1.0
-Release:        1
-Source:         
http://ftp.debian.org/debian/pool/main/q/qprint/qprint_%{version}.dfsg.2.orig.tar.gz
+Url:            http://www.fourmilab.ch/webtools/qprint/
+Source:         
http://www.fourmilab.ch/webtools/qprint/%{name}-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
-QPRINT is a simple command-line filter which encodes and decodes
-files in Quoted-Printable encoding as defined in RFC 1521.  For
-details on operation of the program, please consult the manual
-page "qprint.1".
+qprint is a command line utility which encodes and decodes files in this 
format. It can be used within a pipeline as an encoding or decoding filter, and 
is most commonly used in this manner as part of an automated mail processing 
system. With appropriate options, qprint can encode pure binary files, but it's 
a poor choice since it may inflate the size of the file by as much as a factor 
of three. The base64 MIME encoding is a better choice for such data.
 
 %prep
-%setup -q -n qprint-%{version}.dfsg.2
+%setup -q
 
 %build
-CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=/usr/ --mandir=%_mandir/
+CFLAGS="%{optflags}" ./configure --prefix=%{_prefix} --mandir=%{_mandir}/
 make
 
 %install
-mkdir -p %{buildroot}/usr/bin
-mkdir -p %{buildroot}%_mandir/man1
-make install DESTDIR=%{buildroot}
-
-%clean
-rm -rf $RPM_BUILD_ROOT
+mkdir -p %{buildroot}%{_bindir}
+mkdir -p %{buildroot}%{_mandir}/man1
+make DESTDIR=%{buildroot} install
 
 %files
 %defattr(-, root, root)
-%_bindir/qprint
-%_mandir/man1/qprint.1.gz
+%{_bindir}/qprint
+%{_mandir}/man1/qprint.1.*
 
 %changelog

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

Reply via email to