diff --git a/.cvsignore b/.cvsignore index e69de29..7114d3f 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +libnotify-0.0.2.tar.gz diff --git a/libnotify.spec b/libnotify.spec new file mode 100644 index 0000000..a7fd568 --- /dev/null +++ b/libnotify.spec @@ -0,0 +1,57 @@ +%define gtk2_version 2.4.0 + +Summary: libnotify notification library +Name: libnotify +Version: 0.0.2 +Release: 1 +URL: http://www.galago-project.org/specs/notification/ +Source0: %{name}-%{version}.tar.gz +License: LGPL +Group: System Environment/Libraries +BuildRoot: %{_tmppath}/%{name}-root +BuildPreReq: libtool +BuildRequires: glib2-devel >= %{glib2_version} +Requires: glib2 >= %{glib2_version} + +%description + +libnotify is an implementation of the freedesktop.org desktop +notification specification. + +%prep +%setup -q + +%build + +%configure +make + +%install +rm -rf $RPM_BUILD_ROOT + +%makeinstall + +rm -f $RPM_BUILD_ROOT%{_libdir}/*.la +rm -f $RPM_BUILD_ROOT%{_libdir}/*.a + +%clean +rm -rf %{buildroot} + +%post +/sbin/ldconfig + +%postun +/sbin/ldconfig + +%files +%defattr(-,root,root) +%doc COPYING ChangeLog NEWS + +%{_bindir}/notify-send +%{_includedir}/* +%{_libdir}/lib*.so* +%{_libdir}/pkgconfig/libnotify.pc + +%changelog +* Tue Nov 15 2005 John (J5) Palmieri - 0.0.2-1 +- inital build diff --git a/sources b/sources index e69de29..e13376d 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +1ead5d02969d44ff4eb9ae5566afa4b7 libnotify-0.0.2.tar.gz