1234567891011121314151617181920212223242526 |
- --- output.orig.spec 2012-02-24 13:50:40.536851122 +0200
- +++ output.spec 2012-02-24 13:50:40.707854972 +0200
- @@ -16,6 +16,8 @@ License: BSD
- URL: http://www.testpkg.org/
- Source0: http://www.testpkg.org/testpkg-%{version}.tar.gz
- Source100: testpkg.yaml
- +Requires(post): /sbin/ldconfig
- +Requires(postun): /sbin/ldconfig
-
-
- %description
- @@ -58,8 +60,13 @@ rm -rf %{buildroot}
- # << install post
-
-
- +%post -p /sbin/ldconfig
- +
- +%postun -p /sbin/ldconfig
- +
- %files
- %defattr(-,root,root,-)
- +%{_libdir}/*.so
- # >> files
- # << files
-
|