Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
P
paho.mqtt.c
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
eclipse
paho.mqtt.c
Commits
94cc8f43
Commit
94cc8f43
authored
Jul 29, 2017
by
Ian Craggs
Committed by
GitHub
Jul 29, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #314 from orpiske/fedora-upstream-changes
Fedora upstream changes
parents
a5cbbbd4
1204f01e
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
26 additions
and
10 deletions
+26
-10
Makefile
dist/Makefile
+4
-1
paho-c.spec
dist/paho-c.spec
+22
-9
No files found.
dist/Makefile
View file @
94cc8f43
VERSION
=
1.2.0
VERSION
=
1.2.0
check
:
rpmlint
-i
dist/paho-c.spec
rpm-prep
:
rpm-prep
:
mkdir
-p
${
HOME
}
/rpmbuild/SOURCES/
mkdir
-p
${
HOME
}
/rpmbuild/SOURCES/
tar
--transform
=
"s/
\.
/paho-c-
${
VERSION
}
/"
-cf
${
HOME
}
/rpmbuild/SOURCES/
paho-c-
${
VERSION
}
.tar.gz
--exclude
=
./build.paho
--exclude
=
.git
--exclude
=
*
.bz ./
--gzip
tar
--transform
=
"s/
\.
/paho-c-
${
VERSION
}
/"
-cf
${
HOME
}
/rpmbuild/SOURCES/
v
${
VERSION
}
.tar.gz
--exclude
=
./build.paho
--exclude
=
.git
--exclude
=
*
.bz ./
--gzip
rpm
:
rpm-prep
rpm
:
rpm-prep
rpmbuild
-ba
dist/paho-c.spec
rpmbuild
-ba
dist/paho-c.spec
dist/paho-c.spec
View file @
94cc8f43
%global _enable_debug_package 0
%global debug_package %{nil}
Summary: MQTT C Client
Summary: MQTT C Client
Name: paho-c
Name: paho-c
Version: 1.2.0
Version: 1.2.0
Release:
0
%{?dist}
Release:
3
%{?dist}
License: Eclipse Distribution License 1.0 and Eclipse Public License 1.0
License: Eclipse Distribution License 1.0 and Eclipse Public License 1.0
Group: Development/Tools
Group: Development/Tools
Source:
paho-c-
%{version}.tar.gz
Source:
https://github.com/eclipse/paho.mqtt.c/archive/v
%{version}.tar.gz
URL: https://eclipse.org/paho/clients/c/
URL: https://eclipse.org/paho/clients/c/
BuildRequires: cmake
BuildRequires: cmake
BuildRequires: gcc
BuildRequires: gcc
...
@@ -42,12 +39,12 @@ Development documentation files for the the Paho MQTT C Client.
...
@@ -42,12 +39,12 @@ Development documentation files for the the Paho MQTT C Client.
%build
%build
mkdir build.paho && cd build.paho
mkdir build.paho && cd build.paho
cmake -DPAHO_WITH_SSL=TRUE -DPAHO_BUILD_DOCUMENTATION=TRUE -DPAHO_BUILD_SAMPLES=TRUE -DCMAKE_INSTALL_PREFIX=%{buildroot}/usr
..
%cmake -DPAHO_WITH_SSL=TRUE -DPAHO_BUILD_DOCUMENTATION=TRUE -DPAHO_BUILD_SAMPLES=TRUE
..
make
make
%{?_smp_mflags}
%install
%install
cd build.paho
cd build.paho
make install
make install
DESTDIR=%{buildroot}
%files
%files
%doc edl-v10 epl-v10
%doc edl-v10 epl-v10
...
@@ -61,5 +58,21 @@ make install
...
@@ -61,5 +58,21 @@ make install
%{_datadir}/*
%{_datadir}/*
%changelog
%changelog
* Sat Dec 31 2016 Otavio R. Piske <opiske@redhat.com> - 20161231
* Thu Jul 27 2017 Otavio R. Piske <opiske@redhat.com> - 1.2.0-4
- Enabled generation of debuginfo package
* Thu Jul 27 2017 Otavio R. Piske <opiske@redhat.com> - 1.2.0-3
- Fixed changelog issues pointed by rpmlint
* Thu Jul 27 2017 Otavio R. Piske <opiske@redhat.com> - 1.2.0-2
- Updated changelog to comply with Fedora packaging guidelines
* Wed Jul 26 2017 Otavio R. Piske <opiske@redhat.com> - 1.2.0-1
- Fixed rpmlint warnings: replaced cmake call with builtin macro
- Fixed rpmlint warnings: removed buildroot reference from build section
* Fri Jun 30 2017 Otavio R. Piske <opiske@redhat.com> - 1.2.0
- Updated package to version 1.2.0
* Sat Dec 31 2016 Otavio R. Piske <opiske@redhat.com> - 1.1.0
- Initial packaging
- Initial packaging
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment