tipcutils/tipcutils.spec

61 lines
1.4 KiB
RPMSpec
Raw Normal View History

2019-09-30 11:18:30 -04:00
%define versioncommit dc8c2d324cda2e80a6e07ee1998fca0839d4a721
Name: tipcutils
Version: 2.2.0
2019-12-31 17:41:21 +08:00
Release: 3
2019-09-30 11:18:30 -04:00
License: BSD and GPLv2
2019-12-31 17:41:21 +08:00
URL: https://sourceforge.net/projects/tipc/
2019-09-30 11:18:30 -04:00
Summary: Utils package required to configure TIPC
2019-12-31 17:41:21 +08:00
Source0: https://sourceforge.net/p/tipc/tipcutils/ci/v2.2.0/tree/tipc-%{name}-%{versioncommit}.zip
2019-09-30 11:18:30 -04:00
BuildRequires: gcc autoconf automake libtool libdaemon-devel
%description
A fundamental concept in TIPC is that of Service Addressing
which makes it possible for a programmer to chose his own address,
bind it to a server socket and let client programs use only that address for sending messages.
%package_help
%prep
%autosetup -n tipc-%{name}-%{versioncommit} -p1
head -n34 tipclog/tipc.h | tail -n21 | sed -e 's/ \* //g' -e 's/\*//g' > LICENSE
%build
./bootstrap
%configure
make
%install
%make_install
%files
%defattr(-,root,root)
2019-11-06 19:54:23 +08:00
%license LICENSE
2019-09-30 11:18:30 -04:00
%{_sbindir}/tipclog
%{_bindir}/tipc-pipe
%files help
%defattr(-,root,root)
%doc README
%{_mandir}/man1/*.1.gz
%check
make check
%changelog
2019-12-31 17:41:21 +08:00
* Tue Dec 31 2019 openEuler Buildteam <buildteam@openeuler.org> - 2.2.0-3
- Type:bugfix
- Id:NA
- SUG:NA
- DESC:modify the spec
2019-11-06 19:54:23 +08:00
* Sat Oct 19 2019 openEuler Buildteam <buildteam@openeuler.org> - 2.2.0-2
- Type:bugfix
- Id:NA
- SUG:NA
- DESC:change the directory of the license file
2019-09-30 11:18:30 -04:00
* Fri Sep 06 2019 openEuler Buildteam <buildteam@openeuler.org> - 2.2.0-1
- Package init