- Let there be libnotify-devel...
This commit is contained in:
parent
5df59daffc
commit
f2f196ef8d
@ -3,7 +3,7 @@
|
|||||||
Summary: libnotify notification library
|
Summary: libnotify notification library
|
||||||
Name: libnotify
|
Name: libnotify
|
||||||
Version: 0.3.0
|
Version: 0.3.0
|
||||||
Release: 2
|
Release: 3
|
||||||
URL: http://www.galago-project.org/specs/notification/
|
URL: http://www.galago-project.org/specs/notification/
|
||||||
Source0: %{name}-%{version}.tar.gz
|
Source0: %{name}-%{version}.tar.gz
|
||||||
License: LGPL
|
License: LGPL
|
||||||
@ -18,24 +18,35 @@ Requires: glib2 >= %{glib2_version}
|
|||||||
libnotify is an implementation of the freedesktop.org desktop
|
libnotify is an implementation of the freedesktop.org desktop
|
||||||
notification specification.
|
notification specification.
|
||||||
|
|
||||||
|
%package devel
|
||||||
|
Summary: Files for development using %{name}
|
||||||
|
Group: Development/Libraries
|
||||||
|
Requires: %{name} = %{version}-%{release}
|
||||||
|
Requires: glib2-devel >= %{glib2_version}
|
||||||
|
|
||||||
|
%description devel
|
||||||
|
|
||||||
|
This package contains the headers and pkg-config file for
|
||||||
|
development of programs using %{name}.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
|
||||||
%configure
|
%configure
|
||||||
make
|
%{__make}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
rm -rf $RPM_BUILD_ROOT
|
%{__rm} -rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
%makeinstall
|
%makeinstall
|
||||||
|
|
||||||
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
|
%{__rm} -f $RPM_BUILD_ROOT%{_libdir}/*.la
|
||||||
rm -f $RPM_BUILD_ROOT%{_libdir}/*.a
|
%{__rm} -f $RPM_BUILD_ROOT%{_libdir}/*.a
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
rm -rf %{buildroot}
|
%{__rm} -rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
%post
|
%post
|
||||||
/sbin/ldconfig
|
/sbin/ldconfig
|
||||||
@ -48,11 +59,18 @@ rm -rf %{buildroot}
|
|||||||
%doc COPYING ChangeLog NEWS
|
%doc COPYING ChangeLog NEWS
|
||||||
|
|
||||||
%{_bindir}/notify-send
|
%{_bindir}/notify-send
|
||||||
%{_includedir}/*
|
|
||||||
%{_libdir}/lib*.so*
|
%{_libdir}/lib*.so*
|
||||||
|
|
||||||
|
%files devel
|
||||||
|
%defattr(-,root,root)
|
||||||
|
%{_includedir}/*
|
||||||
%{_libdir}/pkgconfig/libnotify.pc
|
%{_libdir}/pkgconfig/libnotify.pc
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jan 11 2006 Christopher Aillon <caillon@redhat.com> - 0.3.0-3
|
||||||
|
- Let there be libnotify-devel...
|
||||||
|
|
||||||
* Tue Nov 15 2005 John (J5) Palmieri <johnp@redhat.com> - 0.3.0-2
|
* Tue Nov 15 2005 John (J5) Palmieri <johnp@redhat.com> - 0.3.0-2
|
||||||
- Actual release of the 0.3.x series
|
- Actual release of the 0.3.x series
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user