[libmatenotify] adding spec file

Dan Mashal vicodan at fedoraproject.org
Fri Aug 10 02:41:44 UTC 2012


commit f187b042533ddd96ec33ec25873a28684a2232ed
Author: Dan Mashal <dan.mashal at gmail.com>
Date:   Thu Aug 9 19:41:32 2012 -0700

    adding spec file

 libmatenotify.spec |   69 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 69 insertions(+), 0 deletions(-)
---
diff --git a/libmatenotify.spec b/libmatenotify.spec
new file mode 100644
index 0000000..68ebba8
--- /dev/null
+++ b/libmatenotify.spec
@@ -0,0 +1,69 @@
+Name:		libmatenotify
+Version:	1.4.1
+Release:	6%{?dist}
+Summary:	Libraries for mate notify
+License:	LGPLv2+ and GPLv2+
+URL:		http://mate-desktop.org
+Source0:	http://pub.mate-desktop.org/releases/1.4/%{name}-%{version}.tar.xz
+
+BuildRequires:	mate-common dbus-glib-devel gtk+-devel gtk2-devel pkgconfig
+Requires:	pkgconfig 
+
+%description
+Libraries for mate notify.
+
+%package devel
+Summary: Development libraries for libmatenotify
+Requires: %{name}%{?_isa} = %{version}-%{release}
+
+%description devel
+Development libraries for libmatenotify
+
+
+%prep
+%setup -q
+NOCONFIGURE=1 ./autogen.sh
+
+
+%build
+%configure --disable-static
+make %{?_smp_mflags}
+
+
+%install
+make install DESTDIR=%{buildroot}
+find %{buildroot} -name '*.la' -exec rm -f {} ';'
+
+%post -p /sbin/ldconfig
+%postun -p /sbin/ldconfig
+
+%files
+%doc AUTHORS COPYING README
+%{_bindir}/mate-notify-send
+%{_libdir}/libmatenotify.so.1
+%{_datadir}/gtk-doc/html/libmatenotify
+%{_libdir}/libmatenotify.so.1.4.0
+
+%files devel
+%{_libdir}/libmatenotify.so
+%{_libdir}/pkgconfig/libmatenotify.pc
+%{_includedir}/libmatenotify
+
+%changelog
+* Thu Aug 09 2012 Dan Mashal <dan.mashal at fedoraproject.org. 1.4.0-6
+- Update to libmatenotify 1.4.1 from upstream.
+
+* Wed Aug 08 2012 Dan Mashal <dan.mashal at fedoraproject.org> 1.4.0-5
+- Polish macros and build requires for Ankur as per package review.
+
+* Wed Aug 08 2012 Dan Mashal <dan.mashal at fedoraproject.org> 1.4.0-4
+- Update build requires for devel package
+
+* Wed Aug 08 2012 Dan Mashal <dan.mashal at fedoraproject.org> 1.4.0-3
+- Update build requires
+
+* Wed Aug 08 2012 Dan Mashal <dan.mashal at fedoraproject.org> 1.4.0-2
+- Updated spec file as per package review
+
+* Wed Aug 08 2012 Dan Mashal <dan.mashal at fedoraproject.org> 1.4.0-1
+- Initial build


More information about the scm-commits mailing list