From f5ca9ccb22afaefbfa04fd9ba30acaafc822901d Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 8 Nov 2017 13:02:03 +0100 Subject: test build --- .gitignore | 8 ++++++++ Makefile | 2 +- libui.spec | 11 +++++++---- 3 files changed, 16 insertions(+), 5 deletions(-) create mode 100644 .gitignore 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 - 0-0.4.20161201git5fa7ba4 +- refresh + * Thu Nov 3 2016 Remi Collet - 0-0.3.20161102gitf56411f - refresh -- cgit