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

« back to all changes in this revision

Viewing changes to tests/specify_cases/test-key_aswholename/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-17 21:15:08.000000000 +0800
 
2
+++ output.spec 2010-03-17 21:15:09.000000000 +0800
 
3
@@ -22,12 +22,12 @@ specified, plus with one sub package "de
 
4
 
 
5
 
 
6
 
 
7
-%package devel
 
8
+%package -n haha-devel
 
9
 Summary:    Development files for %{name}
 
10
 Group:      Development/Libraries
 
11
 Requires:   %{name} = %{version}-%{release}
 
12
 
 
13
-%description devel
 
14
+%description -n haha-devel
 
15
 This package contains development files for %{name}.
 
16
 
 
17
 
 
18
@@ -65,8 +65,8 @@ rm -rf %{buildroot}
 
19
 # << files
 
20
 
 
21
 
 
22
-%files devel
 
23
+%files -n haha-devel
 
24
 %defattr(-,root,root,-)
 
25
-# >> files devel
 
26
-# << files devel
 
27
+# >> files haha-devel
 
28
+# << files haha-devel
 
29