Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
libmce-glib
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
spiiroin
libmce-glib
Commits
488a3f59
Commit
488a3f59
authored
Nov 05, 2019
by
Slava Monich
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Version 1.0.8
parent
3330da03
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
15 additions
and
9 deletions
+15
-9
Makefile
Makefile
+4
-4
debian/changelog
debian/changelog
+6
-0
debian/copyright
debian/copyright
+4
-4
rpm/libmce-glib.spec
rpm/libmce-glib.spec
+1
-1
No files found.
Makefile
View file @
488a3f59
# -*- Mode: makefile-gmake -*-
.PHONY
:
clean all debug release pkgconfig
.PHONY
:
clean all debug release pkgconfig
install install-dev
#
# Required packages
...
...
@@ -20,7 +20,7 @@ all: debug release pkgconfig
VERSION_MAJOR
=
1
VERSION_MINOR
=
0
VERSION_RELEASE
=
7
VERSION_RELEASE
=
8
# Version for pkg-config
PCVERSION
=
$(VERSION_MAJOR)
.
$(VERSION_MINOR)
.
$(VERSION_RELEASE)
...
...
@@ -123,8 +123,8 @@ DEBUG_LINK = $(DEBUG_BUILD_DIR)/$(LIB_SONAME)
RELEASE_LINK
=
$(RELEASE_BUILD_DIR)
/
$(LIB_SONAME)
$(GEN_FILES)
:
| $(GEN_DIR)
$(DEBUG_OBJS)
:
| $(DEBUG_BUILD_DIR)
$(RELEASE_OBJS)
:
| $(RELEASE_BUILD_DIR)
$(DEBUG_OBJS)
:
| $(DEBUG_BUILD_DIR)
$(GEN_FILES)
$(RELEASE_OBJS)
:
| $(RELEASE_BUILD_DIR)
$(GEN_FILES)
$(PKGCONFIG)
:
| $(BUILD_DIR)
$(DEBUG_LINK)
:
| $(DEBUG_LIB)
$(RELEASE_LINK)
:
| $(RELEASE_LIB)
...
...
debian/changelog
View file @
488a3f59
libmce-glib (1.0.8) unstable; urgency=low
* Avoid overlinking.
-- Slava Monich <slava.monich@jolla.com> Tue, 05 Nov 2019 14:21:43 +0300
libmce-glib (1.0.7) unstable; urgency=low
* Allow use of CC & LDFLAGS defined by build system.
...
...
debian/copyright
View file @
488a3f59
Copyright (C) 2016 Jolla Ltd.
Copyright (C) 2016
-2019
Jolla Ltd.
You may use this file under the terms of BSD license as follows:
...
...
@@ -11,9 +11,9 @@ are met:
2. Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.
3. Neither the name
of Jolla Ltd nor the names of its contributors may
be used to endorse or promote products derived from this software
without specific prior written permission.
3. Neither the name
s of the copyright holders nor the names of its
contributors may be used to endorse or promote products derived
from this software
without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
...
...
rpm/libmce-glib.spec
View file @
488a3f59
Name: libmce-glib
Version: 1.0.
7
Version: 1.0.
8
Release: 0
Summary: MCE client library
Group: Development/Libraries
...
...
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