Accepting request 393524 from home:pluskalm:branches:Base:System

- Rename devel package to libopts-devel

OBS-URL: https://build.opensuse.org/request/show/393524
OBS-URL: https://build.opensuse.org/package/show/Base:System/autogen?expand=0&rev=43
This commit is contained in:
Andreas Schwab 2016-05-04 08:10:36 +00:00 committed by Git OBS Bridge
parent 90cd6c3d09
commit cee51b23be
2 changed files with 9 additions and 4 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed May 4 07:23:44 UTC 2016 - mpluskal@suse.com
- Rename devel package to libopts-devel
------------------------------------------------------------------- -------------------------------------------------------------------
Tue May 3 15:34:42 UTC 2016 - mpluskal@suse.com Tue May 3 15:34:42 UTC 2016 - mpluskal@suse.com

View File

@ -35,9 +35,9 @@ BuildRequires: libxml2-devel
BuildRequires: makeinfo BuildRequires: makeinfo
BuildRequires: pkg-config BuildRequires: pkg-config
BuildRequires: xz BuildRequires: xz
Requires: libopts-devel
Requires(post): %{install_info_prereq} Requires(post): %{install_info_prereq}
Requires(preun): %{install_info_prereq} Requires(preun): %{install_info_prereq}
Requires: %{libname}-devel
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description %description
@ -60,12 +60,12 @@ must be kept synchronized in parallel tables.
This package contains shared library libopts This package contains shared library libopts
%package -n %{libname}-devel %package -n libopts-devel
Summary: Development files for libopt Summary: Development files for libopt
Group: Development/Languages/C and C++ Group: Development/Languages/C and C++
Requires: %{libname} = %{version}-%{release} Requires: %{libname} = %{version}-%{release}
%description -n %{libname}-devel %description -n libopts-devel
AutoGen is a tool designed for generating program files that contain AutoGen is a tool designed for generating program files that contain
repetitive text with varied substitutions. Its goal is to simplify the repetitive text with varied substitutions. Its goal is to simplify the
maintenance of programs that contain large amounts of repetitious text. maintenance of programs that contain large amounts of repetitious text.
@ -118,7 +118,7 @@ make %{?_smp_mflags} check
%defattr(-,root,root) %defattr(-,root,root)
%{_libdir}/libopts.so.* %{_libdir}/libopts.so.*
%files -n %{libname}-devel %files -n libopts-devel
%defattr(-,root,root) %defattr(-,root,root)
%{_libdir}/libopts.so %{_libdir}/libopts.so
%{_includedir}/* %{_includedir}/*