summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2017-11-08 13:02:03 +0100
committerRemi Collet <remi@remirepo.net>2017-11-08 13:02:03 +0100
commitf5ca9ccb22afaefbfa04fd9ba30acaafc822901d (patch)
tree2259d14ff815a7fa4127102e3b653d1ec0d1bf55
parent9a90ae301b6e7f11b7590b5c2812bd2163a47c16 (diff)
test build
-rw-r--r--.gitignore8
-rw-r--r--Makefile2
-rw-r--r--libui.spec11
3 files changed, 16 insertions, 5 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..fc9aa8c
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,8 @@
+clog
+package-*.xml
+*.tgz
+*.tar.gz
+*.tar.xz
+*.tar.xz.asc
+*.src.rpm
+*/*rpm
diff --git a/Makefile b/Makefile
index 1e65467..91b0fd5 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
SRCDIR := $(shell pwd)
NAME := $(shell basename $(SRCDIR))
-include ../common/Makefile
+include ../../common/Makefile
diff --git a/libui.spec b/libui.spec
index 990a56a..4870f55 100644
--- a/libui.spec
+++ b/libui.spec
@@ -7,8 +7,8 @@
# Please, preserve the changelog entries
#
-%global gh_commit f56411fde197481c00ad950e1a545452d47efa55
-%global gh_date 20161102
+%global gh_commit 5fa7ba487e67eaffd82cacbdecd014a4ede5bb1e
+%global gh_date 20161201
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner andlabs
%global gh_project libui
@@ -18,7 +18,7 @@
Name: %{libname}
Summary: Simple and portable GUI library
Version: 0
-Release: 0.3.%{gh_date}git%{gh_short}%{?dist}
+Release: 0.4.%{gh_date}git%{gh_short}%{?dist}
License: MIT
Group: System Environment/Libraries
@@ -72,7 +72,7 @@ install -Dm 755 out/%{libname}.so.%{soname} %{buildroot}%{_libdir}/%{libname}.so
ln -s %{libname}.so.%{soname} %{buildroot}%{_libdir}/%{libname}.so
: Headers
-for header in ui.h ui_unix.h uitable.h; do
+for header in ui.h ui_unix.h; do
install -Dpm 644 $header %{buildroot}%{_includedir}/$header
done
@@ -95,6 +95,9 @@ done
%changelog
+* Wed Nov 8 2017 Remi Collet <remi@fedoraproject.org> - 0-0.4.20161201git5fa7ba4
+- refresh
+
* Thu Nov 3 2016 Remi Collet <remi@fedoraproject.org> - 0-0.3.20161102gitf56411f
- refresh