From 6e44d82d3b3ff6f5376fdafa6ee7fa09fc4f8ffb Mon Sep 17 00:00:00 2001 From: "Rafael G. Martins" Date: Sun, 10 Jan 2016 02:13:25 +0100 Subject: build: added rpm spec --- blogc.spec.in | 63 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 63 insertions(+) create mode 100644 blogc.spec.in (limited to 'blogc.spec.in') diff --git a/blogc.spec.in b/blogc.spec.in new file mode 100644 index 0000000..96df668 --- /dev/null +++ b/blogc.spec.in @@ -0,0 +1,63 @@ +Name: blogc +Version: @PACKAGE_VERSION@ +Release: 1%{?dist} +License: BSD +Group: Applications/Text +Summary: A blog compiler +URL: http://blogc.org/ +Source0: https://github.com/blogc/blogc/releases/download/v%{version}/blogc-%{version}.tar.xz + +#BuildRequires: +#Requires: + +%description +blogc(1) is a blog compiler. It converts source files and templates into +blog/website resources. + + +%prep +%setup -q -n blogc-%{version} + + +%build +%configure +make %{?_smp_mflags} + + +%install +rm -rf $RPM_BUILD_ROOT +%make_install + + +%files +%{_mandir}/man*/blogc* +%{_bindir}/blogc + +%doc README.md +%license LICENSE + + +%changelog +* Thu Jan 07 2016 Rafael G. Martins 0.6-1 +- New release. + +* Thu Dec 03 2015 Rafael G. Martins 0.5.1-1 +- New release. + +* Thu Nov 05 2015 Rafael G. Martins 0.5-1 +- New release. + +* Sun Oct 25 2015 Rafael G. Martins 0.4-1 +- New release. + +* Fri Oct 16 2015 Rafael G. Martins 0.3-1 +- New release. + +* Thu Oct 08 2015 Rafael G. Martins 0.2.1-1 +- New release. + +* Wed Sep 16 2015 Rafael G. Martins 0.1-1 +- First stable release. + +* Mon Sep 14 2015 Rafael G. Martins 0.1-0.1.beta4 +- Initial package. -- cgit v1.2.3-18-g5258 From 1c819d729177f6569febb962955dd8098ef6b35b Mon Sep 17 00:00:00 2001 From: "Rafael G. Martins" Date: Sun, 10 Jan 2016 03:01:11 +0100 Subject: build: version bump --- blogc.spec.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'blogc.spec.in') diff --git a/blogc.spec.in b/blogc.spec.in index 96df668..f10e7fc 100644 --- a/blogc.spec.in +++ b/blogc.spec.in @@ -38,6 +38,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sun Jan 10 2016 Rafael G. Martins 0.6.1-1 +- New release. + * Thu Jan 07 2016 Rafael G. Martins 0.6-1 - New release. -- cgit v1.2.3-18-g5258 From 0400a1a365b67e2bd9acc6fe4e5fb4d1ec2cf825 Mon Sep 17 00:00:00 2001 From: "Rafael G. Martins" Date: Thu, 14 Jan 2016 22:55:49 +0100 Subject: build: version bump --- blogc.spec.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'blogc.spec.in') diff --git a/blogc.spec.in b/blogc.spec.in index f10e7fc..e185379 100644 --- a/blogc.spec.in +++ b/blogc.spec.in @@ -38,6 +38,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Thu Jan 14 2016 Rafael G. Martins 0.7-1 +- New release. + * Sun Jan 10 2016 Rafael G. Martins 0.6.1-1 - New release. -- cgit v1.2.3-18-g5258 From 06d8ca94860f4a795995d811cef477969baa2331 Mon Sep 17 00:00:00 2001 From: "Rafael G. Martins" Date: Sat, 16 Jan 2016 18:42:05 +0100 Subject: build: spec: do not hardcode package name --- blogc.spec.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'blogc.spec.in') diff --git a/blogc.spec.in b/blogc.spec.in index e185379..b66d92a 100644 --- a/blogc.spec.in +++ b/blogc.spec.in @@ -1,4 +1,4 @@ -Name: blogc +Name: @PACKAGE_NAME@ Version: @PACKAGE_VERSION@ Release: 1%{?dist} License: BSD -- cgit v1.2.3-18-g5258 From c7297cb5e74727c136547f588503e488ca40dd30 Mon Sep 17 00:00:00 2001 From: "Rafael G. Martins" Date: Fri, 22 Jan 2016 20:32:30 +0100 Subject: build: version bump --- blogc.spec.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'blogc.spec.in') diff --git a/blogc.spec.in b/blogc.spec.in index b66d92a..53364f9 100644 --- a/blogc.spec.in +++ b/blogc.spec.in @@ -38,6 +38,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Fri Jan 22 2016 Rafael G. Martins 0.7.1-1 +- New release. + * Thu Jan 14 2016 Rafael G. Martins 0.7-1 - New release. -- cgit v1.2.3-18-g5258 From 3b0ea0a4908f1702308354ec7cbd8db5c80f87ee Mon Sep 17 00:00:00 2001 From: "Rafael G. Martins" Date: Mon, 25 Jan 2016 20:07:57 +0100 Subject: build: version bump --- blogc.spec.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'blogc.spec.in') diff --git a/blogc.spec.in b/blogc.spec.in index 53364f9..3fa3353 100644 --- a/blogc.spec.in +++ b/blogc.spec.in @@ -38,6 +38,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Mon Jan 25 2016 Rafael G. Martins 0.7.2-1 +- New release. + * Fri Jan 22 2016 Rafael G. Martins 0.7.1-1 - New release. -- cgit v1.2.3-18-g5258