summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLink Dupont <link@sub-pop.net>2016-10-15 00:41:42 -0700
committerLink Dupont <link@sub-pop.net>2016-10-15 01:01:08 -0700
commit7aac4a4eeeeb4bc49734f674844b87aceacee7e8 (patch)
tree0f4646dda94215144b3d10de1d021233b86bc47e
parentdd226d3b489290af40977d7a45aef5b9d70e1982 (diff)
downloadprofanity-7aac4a4eeeeb4bc49734f674844b87aceacee7e8.tar.gz
profanity-7aac4a4eeeeb4bc49734f674844b87aceacee7e8.tar.xz
profanity-7aac4a4eeeeb4bc49734f674844b87aceacee7e8.zip
new upstream release: 0.5.0
-rw-r--r--.gitignore2
-rw-r--r--profanity.spec38
-rw-r--r--sources2
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 <link@fastmail.com> - 0.4.7-1
+* Sat Oct 15 2016 Link Dupont <linkdupont@fedoraproject.org> - 0.5.0-1
+- New upstream release
+- Clean up spec file
+
+* Mon Jan 4 2016 Link Dupont <linkdupont@fedoraproject.org> - 0.4.7-1
- New upstream version
-* Fri Sep 18 2015 Link Dupont <link.dupont@me.com> - 0.4.6-1
+
+* Fri Sep 18 2015 Link Dupont <linkdupont@fedoraproject.org> - 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