SHA256
1
0
forked from pool/libmetalink

Accepting request 142168 from home:elvigia:branches:network:utilities

- Fornat spec file for factory

OBS-URL: https://build.opensuse.org/request/show/142168
OBS-URL: https://build.opensuse.org/package/show/network:utilities/libmetalink?expand=0&rev=8
This commit is contained in:
Cristian Rodríguez 2012-11-20 17:55:03 +00:00 committed by Git OBS Bridge
parent 410d1215fc
commit 2583946843
2 changed files with 45 additions and 22 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Nov 20 17:54:17 UTC 2012 - crrodriguez@opensuse.org
- Fornat spec file for factory
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Nov 20 17:00:39 UTC 2012 - crrodriguez@opensuse.org Tue Nov 20 17:00:39 UTC 2012 - crrodriguez@opensuse.org

View File

@ -1,28 +1,46 @@
# norootforbuild # vim: set sw=3 ts=3 noet:
#
# spec file for package libmetalink
#
# Copyright (c) 2012 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/
#
%define soname 3 %define soname 3
Name: libmetalink Name: libmetalink
Version: 0.1.2 Version: 0.1.2
Release: 0 Release: 0
Summary: Metalink Library Summary: Metalink Library
Source: http://launchpad.net/libmetalink/trunk/%{version}/+download/libmetalink-%{version}.tar.bz2 License: MIT
URL: https://launchpad.net/libmetalink Group: System/Libraries
Group: System/Libraries Source: http://launchpad.net/libmetalink/trunk/%{version}/+download/libmetalink-%{version}.tar.bz2
License: MIT Url: https://launchpad.net/libmetalink
BuildRoot: %{_tmppath}/build-%{name}-%{version} BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: pkgconfig BuildRequires: libexpat-devel
BuildRequires: libexpat-devel BuildRequires: libtool
BuildRequires: libtool BuildRequires: pkgconfig
Patch: libmetalink-autotools.patch Patch: libmetalink-autotools.patch
%description %description
Libmetalink is a Metalink library written in C language. It is intended to Libmetalink is a Metalink library written in C language. It is intended to
provide the programs written in C to add Metalink functionality such as parsing provide the programs written in C to add Metalink functionality such as parsing
Metalink XML files. Metalink XML files.
%package -n libmetalink%{soname} %package -n libmetalink%{soname}
Summary: Metalink Library Summary: Metalink Library
Group: System/Libraries Group: System/Libraries
%description -n libmetalink%{soname} %description -n libmetalink%{soname}
Libmetalink is a Metalink library written in C language. It is intended to Libmetalink is a Metalink library written in C language. It is intended to
@ -37,10 +55,10 @@ Authors:
Tatsuhiro Tsujikawa <tujikawa@users.sourceforge.net> Tatsuhiro Tsujikawa <tujikawa@users.sourceforge.net>
%package -n libmetalink-devel %package -n libmetalink-devel
Summary: Metalink Library Summary: Metalink Library
Group: Development/Libraries/C and C++ Group: Development/Libraries/C and C++
Requires: libmetalink%{soname} = %{version} Requires: glibc-devel
Requires: glibc-devel Requires: libmetalink%{soname} = %{version}
%description -n libmetalink-devel %description -n libmetalink-devel
Libmetalink is a Metalink library written in C language. It is intended to Libmetalink is a Metalink library written in C language. It is intended to
@ -86,9 +104,9 @@ autoreconf -fiv
%{_libdir}/pkgconfig/libmetalink.pc %{_libdir}/pkgconfig/libmetalink.pc
%{_mandir}/man3/metalink*.3* %{_mandir}/man3/metalink*.3*
%changelog
# vim: set sw=3 ts=3 noet:
# Local Variables: # Local Variables:
# mode: rpm-spec # mode: rpm-spec
# tab-width: 3 # tab-width: 3
# End: # End:
%changelog