Skip to content

Commit

Permalink
Updates to the spec file for the benefit of Fedora.
Browse files Browse the repository at this point in the history
  • Loading branch information
minfrin committed May 23, 2016
1 parent bed4eb7 commit 4787e2a
Show file tree
Hide file tree
Showing 7 changed files with 26 additions and 10 deletions.
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@

Changes with v1.0.1

*) Updates to the spec file for the benefit of Fedora.
[Graham Leggett]

Changes with v1.0.0

*) Initial creation of the autotools. [Graham Leggett]
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.

AC_PREREQ(2.61)
AC_INIT(tarmux, 1.0.0, [email protected])
AC_INIT(tarmux, 1.0.1, [email protected])
AM_INIT_AUTOMAKE([dist-bzip2])
AC_CONFIG_FILES([Makefile tarmux.spec])
AC_CONFIG_SRCDIR([tarmux.c])
Expand Down
5 changes: 5 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
tarmux (1.0.1) stable; urgency=low

* Bugfix Release.

-- Graham Leggett <[email protected]> Mon, 24 May 2016 00:00:00 +0000
tarmux (1.0.0) stable; urgency=low

* Initial Release.
Expand Down
6 changes: 3 additions & 3 deletions tardemux.1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.3.
.TH TARMUX "1" "May 2016" "tarmux 1.0.0" "User Commands"
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.4.
.TH TARMUX "1" "May 2016" "tarmux 1.0.1" "User Commands"
.SH NAME
tarmux \- manual page for tarmux 1.0.0
tarmux \- manual page for tarmux 1.0.1
.SH SYNOPSIS
.B tardemux
[\fI\,-f streamname\/\fR] [\fI\,-a\/\fR] [\fI\,-r\/\fR] [\fI\,file1\/\fR] [\fI\,file2\/\fR] [...]
Expand Down
6 changes: 3 additions & 3 deletions tarmux.1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.3.
.TH TARMUX "1" "May 2016" "tarmux 1.0.0" "User Commands"
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.4.
.TH TARMUX "1" "May 2016" "tarmux 1.0.1" "User Commands"
.SH NAME
tarmux \- manual page for tarmux 1.0.0
tarmux \- manual page for tarmux 1.0.1
.SH SYNOPSIS
.B tarmux
[\fI\,-r\/\fR] [\fI\,-f streamname\/\fR] [\fI\,-n sourcename\/\fR] [\fI\,file1\/\fR] [\fI\,file2\/\fR] [...]
Expand Down
7 changes: 5 additions & 2 deletions tarmux.spec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# RPM Spec file for tarmux

Name: tarmux
Version: 1.0.0
Version: 1.0.1
Release: 1%{?dist}
Summary: Multiplex / demultiplex streams
License: ASL 2.0
Expand All @@ -15,6 +15,7 @@ Multiplex and demultiplex streams using tar file fragments.

%prep
%setup -q
rm -rf %{_builddir}/%{name}-%{version}/debian
%build
%configure
%make_build
Expand All @@ -28,10 +29,12 @@ Multiplex and demultiplex streams using tar file fragments.
%{_mandir}/man1/tardemux.1*
%{_mandir}/man1/tarmux.1*

%doc AUTHORS ChangeLog NEWS README
%doc AUTHORS ChangeLog README
%license COPYING

%changelog
* Mon May 23 2016 Graham Leggett <[email protected]> - 1.0.1-1
- Updates to packaging
* Sun May 22 2016 Graham Leggett <[email protected]> - 1.0.0-1
- Initial version of the package

5 changes: 4 additions & 1 deletion tarmux.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ Multiplex and demultiplex streams using tar file fragments.

%prep
%setup -q
rm -rf %{_builddir}/%{name}-%{version}/debian
%build
%configure
%make_build
Expand All @@ -28,10 +29,12 @@ Multiplex and demultiplex streams using tar file fragments.
%{_mandir}/man1/tardemux.1*
%{_mandir}/man1/tarmux.1*

%doc AUTHORS ChangeLog NEWS README
%doc AUTHORS ChangeLog README
%license COPYING

%changelog
* Mon May 23 2016 Graham Leggett <[email protected]> - 1.0.1-1
- Updates to packaging
* Sun May 22 2016 Graham Leggett <[email protected]> - 1.0.0-1
- Initial version of the package

0 comments on commit 4787e2a

Please sign in to comment.