mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 19:51:11 +00:00
- First batch of upgrades to the SPEC file, this one from
Original commit message from CVS: 2001-01-06 Christian Schaller <Uraeus@linuxrising.org> - First batch of upgrades to the SPEC file, this one from Dennis Bjorklund. Thanks Dennis.
This commit is contained in:
parent
91af099719
commit
f36b5fc981
1 changed files with 12 additions and 2 deletions
|
@ -75,13 +75,23 @@ make prefix=$RPM_BUILD_ROOT%{prefix} install
|
|||
|
||||
%files
|
||||
%defattr(-, root, root)
|
||||
%{prefix}/bin/*
|
||||
%doc AUTHORS COPYING README
|
||||
%{prefix}/bin/gsteditor
|
||||
%{prefix}/bin/gstmediaplay
|
||||
%{prefix}/bin/gstreamer-complete
|
||||
%{prefix}/bin/gstreamer-compprep
|
||||
%{prefix}/bin/gstreamer-inspect
|
||||
%{prefix}/bin/gstreamer-launch
|
||||
%{prefix}/bin/gstreamer-register
|
||||
%{prefix}/lib/lib*.so.*
|
||||
%{prefix}/lib/gst/*
|
||||
%{prefix}/share/*
|
||||
%{prefix}/man/man1/*
|
||||
|
||||
%files devel
|
||||
%defattr(-, root, root)
|
||||
%{prefix}/bin/gstreamer-config
|
||||
%{prefix}/include/*
|
||||
%{prefix}/lib/lib*.a
|
||||
%{prefix}/lib/lib*.la
|
||||
%{prefix}/lib/lib*.so
|
||||
%{prefix}/lib/pkgconfig/*
|
||||
|
|
Loading…
Reference in a new issue