diff options
author | Link Dupont <[email protected]> | 2016-10-15 00:41:42 -0700 |
---|---|---|
committer | Link Dupont <[email protected]> | 2016-10-15 01:01:08 -0700 |
commit | 7aac4a4eeeeb4bc49734f674844b87aceacee7e8 (patch) | |
tree | 0f4646dda94215144b3d10de1d021233b86bc47e | |
parent | dd226d3b489290af40977d7a45aef5b9d70e1982 (diff) | |
download | profanity-7aac4a4eeeeb4bc49734f674844b87aceacee7e8.tar.gz profanity-7aac4a4eeeeb4bc49734f674844b87aceacee7e8.tar.xz profanity-7aac4a4eeeeb4bc49734f674844b87aceacee7e8.zip |
new upstream release: 0.5.0
-rw-r--r-- | .gitignore | 2 | ||||
-rw-r--r-- | profanity.spec | 38 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 32 insertions, 10 deletions
@@ -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 <[email protected]> - 0.4.7-1 +* Sat Oct 15 2016 Link Dupont <[email protected]> - 0.5.0-1 +- New upstream release +- Clean up spec file + +* Mon Jan 4 2016 Link Dupont <[email protected]> - 0.4.7-1 - New upstream version -* Fri Sep 18 2015 Link Dupont <[email protected]> - 0.4.6-1 + +* Fri Sep 18 2015 Link Dupont <[email protected]> - 0.4.6-1 - Initial package @@ -1 +1 @@ -f044c54c7fee23ab8c4be7228a6bea9b profanity-0.4.7.tar.gz +2560afc4c9b8880c0916d197c9ad3b58 profanity-0.5.0.tar.gz |