OBS User unknown 2007-01-15 23:26:05 +00:00 committed by Git OBS Bridge
commit 3da5443940
7 changed files with 147 additions and 0 deletions

23
.gitattributes vendored Normal file
View File

@ -0,0 +1,23 @@
## Default LFS
*.7z filter=lfs diff=lfs merge=lfs -text
*.bsp filter=lfs diff=lfs merge=lfs -text
*.bz2 filter=lfs diff=lfs merge=lfs -text
*.gem filter=lfs diff=lfs merge=lfs -text
*.gz filter=lfs diff=lfs merge=lfs -text
*.jar filter=lfs diff=lfs merge=lfs -text
*.lz filter=lfs diff=lfs merge=lfs -text
*.lzma filter=lfs diff=lfs merge=lfs -text
*.obscpio filter=lfs diff=lfs merge=lfs -text
*.oxt filter=lfs diff=lfs merge=lfs -text
*.pdf filter=lfs diff=lfs merge=lfs -text
*.png filter=lfs diff=lfs merge=lfs -text
*.rpm filter=lfs diff=lfs merge=lfs -text
*.tbz filter=lfs diff=lfs merge=lfs -text
*.tbz2 filter=lfs diff=lfs merge=lfs -text
*.tgz filter=lfs diff=lfs merge=lfs -text
*.ttf filter=lfs diff=lfs merge=lfs -text
*.txz filter=lfs diff=lfs merge=lfs -text
*.whl filter=lfs diff=lfs merge=lfs -text
*.xz filter=lfs diff=lfs merge=lfs -text
*.zip filter=lfs diff=lfs merge=lfs -text
*.zst filter=lfs diff=lfs merge=lfs -text

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
.osc

11
mxml-2.2.2.diff Normal file
View File

@ -0,0 +1,11 @@
--- Makefile.in
+++ Makefile.in
@@ -67,7 +67,7 @@
# Install commands...
#
-INSTALL_BIN = $(LIBTOOL) $(INSTALL) -m 755 -s
+INSTALL_BIN = $(LIBTOOL) $(INSTALL) -m 755
INSTALL_DATA = $(INSTALL) -m 644
INSTALL_DIR = $(INSTALL) -d
INSTALL_LIB = $(LIBTOOL) $(INSTALL) -m 755

3
mxml-2.2.2.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3ad9c63653709163ad6d0ef3b56e26cdb0b8825d5d202ade80634e1844d22e6f
size 158865

27
mxml.changes Normal file
View File

@ -0,0 +1,27 @@
-------------------------------------------------------------------
Wed May 17 14:48:22 CEST 2006 - schwab@suse.de
- Don't strip binaries.
-------------------------------------------------------------------
Wed Jan 25 21:38:29 CET 2006 - mls@suse.de
- converted neededforbuild to BuildRequires
-------------------------------------------------------------------
Mon Jan 16 22:55:46 CET 2006 - mrueckert@suse.de
- update to version 2.2.2
-------------------------------------------------------------------
Tue Feb 15 18:10:33 CET 2005 - kssingvo@suse.de
- updated to version 2.1
- rewrote many parts of the spec file to get it more SUSE like
-------------------------------------------------------------------
Wed Aug 25 23:51:15 CEST 2004 - mana@suse.de
- initial package for mxml-2.0

82
mxml.spec Normal file
View File

@ -0,0 +1,82 @@
#
# spec file for package mxml (Version 2.2.2)
#
# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
Name: mxml
BuildRequires: gcc-c++
%ifarch %ix86 ppc x86_64
BuildRequires: valgrind
%endif
URL: http://www.easysw.com/~mike/mxml
License: GPL
Group: Development/Libraries/Other
Version: 2.2.2
Release: 12
Summary: Small XML Parsing Library
Source: %{name}-%{version}.tar.bz2
Patch: %{name}-%{version}.diff
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
Mini-XML is a small XML parsing library that you can use to read XML
and XML-like data files in your application without requiring large
nonstandard libraries.
Authors:
--------
Michael Sweet
%prep
%setup
%patch
%build
%configure --with-docdir=%{_docdir}/%{name}
%{__make}
%install
%makeinstall DSTROOT=%{buildroot}
%{__rm} -rf %{buildroot}%{_mandir}/cat*
%clean
%{__rm} -rf %{buildroot}
%post
%run_ldconfig
%postun
%run_ldconfig
%files
%defattr(-,root,root)
%{_libdir}/libmxml*
%{_libdir}/pkgconfig/mxml*
%{_includedir}/*
%{_mandir}/*/mxml*
%{_bindir}/mxml*
%doc ANNOUNCEMENT CHANGES COPYING README
%doc doc/*.html doc/*.png doc/*.xsd
%changelog -n mxml
* Wed May 17 2006 - schwab@suse.de
- Don't strip binaries.
* Wed Jan 25 2006 - mls@suse.de
- converted neededforbuild to BuildRequires
* Mon Jan 16 2006 - mrueckert@suse.de
- update to version 2.2.2
* Tue Feb 15 2005 - kssingvo@suse.de
- updated to version 2.1
- rewrote many parts of the spec file to get it more SUSE like
* Wed Aug 25 2004 - mana@suse.de
- initial package for mxml-2.0

0
ready Normal file
View File