From 7aac4a4eeeeb4bc49734f674844b87aceacee7e8 Mon Sep 17 00:00:00 2001 From: Link Dupont Date: Sat, 15 Oct 2016 00:41:42 -0700 Subject: new upstream release: 0.5.0 --- .gitignore | 2 +- profanity.spec | 38 ++++++++++++++++++++++++++++++-------- sources | 2 +- 3 files changed, 32 insertions(+), 10 deletions(-) diff --git a/.gitignore b/.gitignore index 98234a1..fd3cadc 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -/profanity-0.4.7.tar.gz +/profanity-0.5.0.tar.gz diff --git a/profanity.spec b/profanity.spec index 721b997..a719e54 100644 --- a/profanity.spec +++ b/profanity.spec @@ -1,5 +1,5 @@ Name: profanity -Version: 0.4.7 +Version: 0.5.0 Release: 1%{?dist} Summary: A console-based XMPP client written in C using ncurses Group: Applications/Internet @@ -20,30 +20,52 @@ BuildRequires: libuuid-devel Profanity is a console based XMPP client written in C using ncurses and libstrophe, inspired by Irssi. +%package devel +Summary: Development files for %{name} +Requires: %{name}%{?_isa} = %{version}-%{release} + +%description devel +The %{name}-devel package contains libraries and header files for developing +applications that use %{name}. + %prep -%setup -q +%autosetup %build -%configure -make %{?_smp_mflags} +%configure --disable-static +%make_build %install -rm -rf $RPM_BUILD_ROOT +rm -rf %{buildroot} %make_install +find %{buildroot} -name '*.la' -exec rm -f {} ';' %files -%doc COPYING +%license LICENSE.txt +%doc %{_bindir}/* %{_datadir}/%{name}/* %{_mandir}/man1/* +%{_libdir}/*.so + +%files devel +%license LICENSE.txt +%doc +%{_includedir}/* + %changelog -* Mon Jan 4 2016 Link Dupont - 0.4.7-1 +* Sat Oct 15 2016 Link Dupont - 0.5.0-1 +- New upstream release +- Clean up spec file + +* Mon Jan 4 2016 Link Dupont - 0.4.7-1 - New upstream version -* Fri Sep 18 2015 Link Dupont - 0.4.6-1 + +* Fri Sep 18 2015 Link Dupont - 0.4.6-1 - Initial package diff --git a/sources b/sources index 3b3007d..4545b7d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -f044c54c7fee23ab8c4be7228a6bea9b profanity-0.4.7.tar.gz +2560afc4c9b8880c0916d197c9ad3b58 profanity-0.5.0.tar.gz -- cgit