SPEC cleanup for merge-review bug 226435 and bump release
This commit is contained in:
parent
60b39084c3
commit
775b1ed4d0
@ -1,7 +1,7 @@
|
||||
Summary: Library for tracking application startup
|
||||
Name: startup-notification
|
||||
Version: 0.9
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
URL: http://www.freedesktop.org/software/startup-notification/
|
||||
Source0: http://download.gnome.org/sources/%{name}/%{version}/%{name}-%{version}.tar.bz2
|
||||
License: LGPLv2
|
||||
@ -28,6 +28,8 @@ Header files and static libraries for libstartup-notification.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
mkdir examples
|
||||
cp -p test/*.c test/*.h examples
|
||||
|
||||
%build
|
||||
%configure --disable-static
|
||||
@ -52,11 +54,17 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%files devel
|
||||
%defattr(-, root, root,-)
|
||||
%doc examples
|
||||
%{_libdir}/lib*.so
|
||||
%{_libdir}/pkgconfig/*
|
||||
%{_includedir}/*
|
||||
|
||||
%changelog
|
||||
* Wed Oct 03 2007 Parag Nemade <pnemade@redhat.com> - 0.9-3
|
||||
- Added test examples to -devel package
|
||||
- Use macros in Source URL
|
||||
- update spec as per 226435
|
||||
|
||||
* Thu Aug 23 2007 Adam Jackson <ajax@redhat.com> - 0.9-2
|
||||
- Rebuild for build ID
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user