Compare commits

...

11 Commits

Author SHA1 Message Date
openeuler-ci-bot
551bc57901
!20 [sync] PR-18: 【轻量级PR】: Added 'Buildarch: noarch'to the help subpaackage
From: @openeuler-sync-bot 
Reviewed-by: @Charlie_li 
Signed-off-by: @Charlie_li
2025-02-21 06:53:29 +00:00
wangbowen
fb61143857 Added 'Buildarch: noarch' to the help subpackage
(cherry picked from commit 5f3077820ab8595d6ae5418cd57500f527ccd937)
2024-09-05 10:11:29 +08:00
openeuler-ci-bot
559e66fb54 !8 修复因缺少依赖导致编译失败问题
From: @wu-leilei
Reviewed-by: @small_leek
Signed-off-by: @small_leek
2021-06-08 10:34:13 +08:00
wu-leilei
3749bf11e8 fixes failed: error: no acceptable C compiler found in PATH 2021-06-08 10:09:19 +08:00
openeuler-ci-bot
2169eb8577 !7 remove python2 subpackage
From: @lei_ju
Reviewed-by: @small_leek
Signed-off-by: @small_leek
2020-10-30 11:49:16 +08:00
lei_ju
8adfb2f1d9 remove python2 subpackage 2020-10-30 09:39:14 +08:00
openeuler-ci-bot
b44f89570f !4 Modify Source0 Url of package libieee1284
From: @wang--ge
Reviewed-by: @small_leek
Signed-off-by: @small_leek
2020-09-17 11:52:59 +08:00
wangge
818555de9a Modify Source0 Url on master branch 2020-09-15 17:15:04 +08:00
openeuler-ci-bot
bb92b07a3c !3 modify yaml
Merge pull request !3 from huanghaitao/master
2020-07-08 11:08:16 +08:00
hht8
c6fd0d8c4e modify yaml 2020-07-07 14:24:05 +08:00
openeuler-ci-bot
75c8797dd3 !2 Add libieee1284.yaml
Merge pull request !2 from huanghaitao/master
2020-05-13 11:19:20 +08:00
2 changed files with 19 additions and 20 deletions

View File

@ -1,15 +1,15 @@
Name: libieee1284
Version: 0.2.11
Release: 29
Release: 33
Summary: IEEE1284 communications library
License: GPLv2+
URL: http://cyberelk.net/tim/libieee1284/
Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2
Source0: https://sourceforge.net/projects/%{name}/files/%{name}/%{version}/%{name}-%{version}.tar.bz2/download?use_mirror=ufpr#/%{name}-%{version}.tar.bz2
Patch0001: libieee1284-strict-aliasing.patch
Patch0002: libieee1284-aarch64.patch
BuildRequires: xmlto python2-devel
BuildRequires: xmlto gcc
%description
This library is intended to be used by applications that need to
@ -24,20 +24,10 @@ Requires: %{name} = %{version}-%{release}
The libieee1284-devel package includes header files and libraries necessary
for the libieee1284 library.
%package -n python2-libieee1284
%{?python_provide:%python_provide python2-libieee1284}
Summary: Python extension module for libieee1284
Provides: %{name}-python = %{version}-%{release}
Requires: %{name} = %{version}-%{release}
Obsoletes: %{name}-python < %{version}-%{release}
%description -n python2-libieee1284
The python2-libieee1284 package includes extension module for libieee1284.
To use libieee1284 with Python, use 'import ieee1284'.
%package help
Summary: This package contains help documents
Requires: %{name} = %{version}-%{release}
Buildarch: noarch
%description help
Files for help with libieee1284.
@ -47,7 +37,7 @@ Files for help with libieee1284.
%build
touch doc/interface.xml
%configure
%configure --without-python
%make_build
%install
@ -71,14 +61,23 @@ touch doc/interface.xml
%{_includedir}/ieee1284.h
%{_libdir}/*.so
%files -n python2-libieee1284
%{_libdir}/python*/*/*.so
%files help
%doc README TODO AUTHORS NEWS
%{_mandir}/*/*
%changelog
* Tue Aug 20 2024 Bowen Wang<wangbowen@cqsoftware.com.cn> - 0.2.11-33
- Added 'Buildarch: noarch' to the help subpackage
* Tue Jun 08 2021 wulei <wulei80@huawei.com> - 0.2.11-32
- fixes failed: error: no acceptable C compiler found in $PATH
* Mon Oct 26 2020 leiju<leiju4@huawei.com> - 0.2.11-31
- remove python2 subpackage
* Tue Sep 15 2020 Ge Wang<wangge20@huawei.com> - 0.2.11-30
- Modify Source0 Url
* Mon Nov 18 2019 gulining<gulining1@huawei.com> - 0.2.11-29
- Pakcage init

View File

@ -1,4 +1,4 @@
version_control: github
src_repo: twaugh/libieee1284
tag_pattern: ^v
seperator: _
tag_prefix: "V"
seperator: "_"