12345678910111213141516171819202122232425262728293031323334353637 |
- --- output.orig.spec 2010-06-21 16:41:15.000000000 +0800
- +++ output.spec 2010-06-21 16:41:15.000000000 +0800
- @@ -4,6 +4,7 @@
-
-
-
- +%define keepstatic 1
-
- Name: testpkg
- Summary: Sample package for spectacle testings
- @@ -42,7 +43,8 @@ This package contains development files
-
-
-
- -
- +%configure
- +make %{?jobs:-j%jobs}
-
-
-
- @@ -50,6 +52,7 @@ This package contains development files
- rm -rf %{buildroot}
-
-
- +%make_install
-
-
-
- @@ -64,6 +67,7 @@ rm -rf %{buildroot}
-
- %files
- %defattr(-,root,root,-)
- +%{_libdir}/*.a
-
-
-
|