Hello community,

here is the log from the commit of package rfc for openSUSE:11.4
checked in at Tue Mar 1 12:54:05 CET 2011.



--------
New Changes file:

--- /dev/null   2010-08-26 16:28:41.000000000 +0200
+++ /mounts/work_src_done/11.4/rfc/rfc.changes  2011-01-05 20:42:59.000000000 
+0100
@@ -0,0 +1,52 @@
+-------------------------------------------------------------------
+Wed Jan  5 20:42:58 CET 2011 - [email protected]
+
+- automated update on 2011-01-05
+
+-------------------------------------------------------------------
+Thu Nov  6 15:42:10 CET 2008 - [email protected]
+
+- drop nosource
+
+-------------------------------------------------------------------
+Wed Jan 25 21:25:09 CET 2006 - [email protected]
+
+- converted neededforbuild to BuildRequires
+
+-------------------------------------------------------------------
+Tue Apr 26 14:39:34 CEST 2005 - [email protected]
+
+- use NoSource 
+
+-------------------------------------------------------------------
+Mon Jan 26 14:49:12 CET 2004 - [email protected]
+
+- build as user
+
+-------------------------------------------------------------------
+Thu May 15 16:18:43 CEST 2003 - [email protected]
+
+- no x-bits for gzipped files
+
+-------------------------------------------------------------------
+Wed Apr 24 20:10:57 CEST 2002 - [email protected]
+
+- remove broken symlinks
+- use buildroot 
+
+-------------------------------------------------------------------
+Mon Feb 25 14:59:21 CET 2002 - [email protected]
+
+- no x-bits for txt.gz and ps.gz 
+
+-------------------------------------------------------------------
+Mon May 29 17:03:40 CEST 2000 - [email protected]
+
+- Move to /usr/share/doc
+
+-------------------------------------------------------------------
+Mon Jun  7 17:07:24 MEST 1999 - [email protected]
+
+- made package "noarch"
+
+

calling whatdependson for 11.4-i586


New:
----
  get_version_number.sh
  newestfile
  rfc.changes
  rfc.spec
  rfc.tgz

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

Other differences:
------------------
++++++ rfc.spec ++++++
#
# spec file for package rfc
#
# 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# 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/
#

# norootforbuild


Name:           rfc
License:        PERMISSIVE-OSI-COMPLIANT
Group:          Documentation/Other
AutoReqProv:    off
Summary:        The RFCs (Request For Comments)
Source:         rfc.tgz
BuildArch:      noarch
Version:        2011.1.5
Release:        3.<RELEASE2>
Url:            ftp://ftp.isi.edu/in-notes
BuildRoot:      %{_tmppath}/%{name}-%{version}-build

%description
This is the reference concerning Internet and Internet protocols. The
matter discussed might be a little too theoretical for the laymen, but
professionals can find all needed information.



%prep
%setup -q -n rfc
find -name "-*" | xargs --no-run-if-empty rm -f
find -type l | while read name ; do
  test -e "$name" || rm -f "$name"
done
find -name "*.gz" | xargs -r chmod 644

%install
test -n "$RPM_BUILD_ROOT" && rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT/usr/share/doc/rfc
cp -a * $RPM_BUILD_ROOT/usr/share/doc/rfc

%files
%defattr (644,root,root,755)
%doc /usr/share/doc/rfc

%changelog
++++++ get_version_number.sh ++++++
get_date_version_string rfc.tgz

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



Remember to have fun...

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

Reply via email to