~ubuntu-branches/ubuntu/quantal/spectacle/quantal

« back to all changes in this revision

Viewing changes to tests/specify_cases/test-duplicate_autoreqs/output.p

  • Committer: Bazaar Package Importer
  • Author(s): Fathi Boudra
  • Date: 2010-08-08 20:01:42 UTC
  • Revision ID: james.westby@ubuntu.com-20100808200142-q09anvq02isk4o6n
Tags: upstream-0.18+git19+4768025
ImportĀ upstreamĀ versionĀ 0.18+git19+4768025

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
--- output.orig.spec    2010-03-30 19:58:04.000000000 +0800
 
2
+++ output.spec 2010-03-30 19:58:43.000000000 +0800
 
3
@@ -14,6 +14,8 @@ License:    BSD
 
4
 URL:        http://www.testpkg.org/
 
5
 Source0:    http://www.testpkg.org/testpkg-%{version}.tar.gz
 
6
 Source100:  testpkg.yaml
 
7
+Requires(post): /sbin/ldconfig
 
8
+Requires(postun): /sbin/ldconfig
 
9
 
 
10
 %description
 
11
 Sample package for spectacle testings, which will be used as
 
12
@@ -55,7 +57,9 @@ rm -rf %{buildroot}
 
13
 
 
14
 
 
15
 
 
16
+%post -p /sbin/ldconfig
 
17
 
 
18
+%postun -p /sbin/ldconfig
 
19
 
 
20
 
 
21
 
 
22
@@ -63,6 +67,7 @@ rm -rf %{buildroot}
 
23
 
 
24
 %files
 
25
 %defattr(-,root,root,-)
 
26
+%{_libdir}/*.so
 
27
 # >> files
 
28
 # << files
 
29